Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2009 10:50:00 -0700
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Jon Loeliger <jdl@jdl.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Building boot2 for ixp425
Message-ID:  <20090513175000.GA2635@citylink.fud.org.nz>
In-Reply-To: <E1M4HtL-0006Y9-Nw@jdl.com>
References:  <E1M4HeH-0006SL-2C@jdl.com> <20090513170028.GA96051@citylink.fud.org.nz> <E1M4HtL-0006Y9-Nw@jdl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 :)

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090513175000.GA2635>