On Wed, May 13, 2009 at 12:05:15PM -0500, Jon Loeliger wrote: > > > > Are you sure your cross compile toolchain is built? > > I just build the whole set using the nanobsd.sh mechanism. > It resulted in an arm kernel, so I'm assuming the toolchain > is available. It may be that nanobsd puts the obj files in a different location. > That said, I'm not sure how to *point* to it... The buildenv command is the one that spawns a new shell with all the correct paths to use the new compiler. just do the kernel-toolchain before it, as in. make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \ TARGET_BIG_ENDIAN=true kernel-toolchain make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \ TARGET_BIG_ENDIAN=true buildenv cd sys/boot/arm/ixp425/boot2/ make That should work :) AndrewReceived on Wed May 13 2009 - 15:50:06 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:47 UTC