Does anyone know how to install a C/C++ compiler on Terastation?
I managed to create a cross compiler, which I then used to compile a native compiler on the Terastation. However, since there are no kernel headers, I wasn’t able to compile much. See crosstool for details on how to compile a cross compiler. The target processor is ppc-405. –Luminaire 11:07, 31 May 2006 (CEST) I started with crosstool aswell. The needed kernel headers are part of the buffalo terastation GPL distribution but you can also find places on the web when you search for these files: kernel-headers-2.4.20_hglan_htgl-2.0.tar.bz2, linux-2.4.20_mvl31_hd-htgl-2.0.2.tar.gz. I was able to compile bigger packages using the crosscompiler build by crosstool on a macintosh. Later I switched to a native compiler on the TS. The root drive has plenty of space and the machine is actually fast enough to do compiles itself – I even translated the linux kernel on the TS. 🙂 I used the compiler packages from the powerpc debian linux but be aware that the version number doesn’t quite match the