Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- binutils : http://ftp.gnu.org/gnu/binutils/ gcc3 : http://ftp.gnu.org/gnu/gcc/ linux-2.6 : http://www.kernel.org/ toolchain-build : ? uClibc : http://www.uclibc.org/ elf2flt : ? insight : ? u-boot : ? http://www.denx.de/wiki/u-boot/sourcecode uClinux-dist : http://www.uclinux.org/ nb : I don't understand the purpose of the "?" directories. --- Quote End --- toolchain-build: this is where you build the toolchain. It provides a custom Makefile, but I don't know what it adds that's different from building gcc, etc from scratch. This is not present in the MMU distribution because as far as I know the toolchain source is still not available :( elf2flt: uClinux (no MMU) uses FLAT rather than ELF binaries, and this is used by the linker to convert them during the build. You'll notice that to build an application for uClinux you need to add a -elf2flt flag. insight: something to do with debugging