From: Geert U. <ge...@li...> - 2003-04-18 14:37:05
|
On Fri, 18 Apr 2003, Alan Buxey wrote: > > apt-get install toolchain-source > > less /usr/share/doc/toolchain-source/README > > > > And 2 hours later you have one ;-) > > argh! the pain of not having a Debian x86 box around. I have redhat, > freebsd (now that would be interesting). I guess 'toolchain' is the > main clue here. handy for me to work on this anyway as i think there'll be > some Sharp Zaurus code I need to be working on anyway (and that needs > a cross-compiler working too!) Even then, it's not that difficult if you just want to compile kernels, no userspace apps. Something like: - copy your PPC includes to /usr/local/powerpc-linux/include. - get binutils - ./configure powerpc-linux - make && make install - get gcc - ./configure powerpc-linux --enable-languages=c - make && make install Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |