> no idea what to do now. How I got to this point is fairly confused anyway, > by now.
Nah, you shouldn't: embedded linux is nothing more than a normal Linux system, but only smaller... It's also more fun to play with >:) > Seems to me that at this point I should use apt-get, but which packages to > get, and where? Certainly not the Debian packages, as they'll be full-blown. > > But this is the only way I know to get the kernel source. http://www.kernel.org You just make and configure as you used to, just add the correct CROSS_COMPILATION prefix: $ make ARCH=ppc CROSS_COMPILE=powerpc-linux-uclibc- oldconfig $ make ARCH=ppc CROSS_COMPILE=powerpc-linux-uclibc- dep $ make ARCH=ppc CROSS_COMPILE=powerpc-linux-uclibc- -- Marc Leeman R&D Firmware Engineer Barco Control Rooms Noordlaan 5, Industriezone, B-8520 Kuurne (BE) Tel. +32 56 368 428 http://www.barcocontrolrooms.com mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

