Embedded Linux: Using Compressed File Systems
Embedded Linux: Using Compressed File Systems
Posted Feb 5, 2007 4:30 UTC (Mon) by landley (guest, #6789)Parent article: Embedded Linux: Using Compressed File Systems
As for next time's topic: you can download a prebuilt uClibc toolchain
from http://landley.net/code/firmware/downloads (if you wonder why
there's a compiler targeting i686 in amongst all the cross compilers: now
you know :). I built it on Ubuntu 6.06.
Just extract it, add its' "bin" subdirectory to your path, and use
i686-gcc as your compiler. (That's C only, not C++. I could do a C++
version if there's demand. The native compiler for the target platform
has C++ support, so on i686 you could chroot into that and run the
compiler in there to build C++ stuff now.)
Download the firmware linux project itself and run "./build.sh i686" to
rebuild the sucker from source...
Rob
