See below. On Sat, Jul 19, 2008 at 12:13:23PM +1000, Greg Ungerer wrote: > > I build my own from gnu source. You can download my arm-linux 4.2.1 > toolchain from: > > http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/arm-linux-tools-20070808.tar.gz > > The instructions I used to build it are at: > > http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/build-arm-linux-4.2.1 > > This toolchain is multilibed for soft and hard float, and also > for big and little endian. I use it for both MMUless and MMU arm > targets (like ARM7TDMI, xscale, ARM9, etc). > > I use it specifically against uClinux-dist, so it works well for > that. >
Your tools worked fine for a ARM7TDMI board with the latest uCLinux test dist. Thanks. However, I am still fighting a couple of issues trying to follow your instructions and building the tools from source. Before I dig in dark any futher, here are a couple of possibly dumb questions: * Your instructions are building the tools with glibc, but uCLinux is using uclibc. How does that work out? Wouldn't your tool have issues in compiling userland since it assumes glibc and probably including glibc headers instead of uclibc? * A few places in your instructions uses "--with-headers=linux-2.6.x/include". Should we change that to the real path on my machine that leads to the uclinux dist directory? I am using fedora core 9 host. The host gcc is 4.3, which seems to be much pickier than before. That is why I am having some issues in going through your instructions. Thanks in advance. Jun _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
