Quote:
UPDATE:My compiles from that afore mentioned config file are linking and when i get the chance (and a place to host the kernel +all/most modules) i will upload these.... because its taken 8 hours to get to this stage
The EFIKA linux kernel could be quite easily cross-compiled,
e.g. on a decent PC, then it would be ready in a couple
of minutes, not hours :-)
I'm cross-compiling the Linux kernel on a x86_64 machine,
using a toolchain generated by the excellent Dan Kegel
crosstool, with some additional (trivial) tweaking applied:
Code:
jjw@su64:/v/efika/linux-2.6.19-rc6_efika-JJW> $TARGET-gcc -v
Using built-in specs.
Target: powerpc-603e-linux-gnu
Configured with: /home/jjw/v/crosstool-0.43/build/powerpc-603e-linux-gnu/gcc-4.1.0-glibc-2.3.6/gcc-4.1.0/configure --target=powerpc-603e-linux-gnu --host=x86_64-host_unknown-linux-gnu --prefix=/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc-603e-linux-gnu --with-cpu=603e --enable-cxx-flags=-mcpu=603e --with-headers=/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc-603e-linux-gnu/powerpc-603e-linux-gnu/include --with-local-prefix=/opt/crosstool/gcc-4.1.0-glibc-2.3.6/powerpc-603e-linux-gnu/powerpc-603e-linux-gnu --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long
Thread model: posix
gcc version 4.1.0
Works perfectly so far :-)
Best Regards,
-jjw.