Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2009 07:55:10 -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:  <20090514145510.GA5507@citylink.fud.org.nz>
In-Reply-To: <E1M4MWa-0007qE-6m@jdl.com>
References:  <E1M4HeH-0006SL-2C@jdl.com> <20090513170028.GA96051@citylink.fud.org.nz> <E1M4HtL-0006Y9-Nw@jdl.com> <20090513175000.GA2635@citylink.fud.org.nz> <E1M4MWa-0007qE-6m@jdl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 13, 2009 at 05:02:04PM -0500, Jon Loeliger wrote:
> > 
> > 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 :)
> 
> But alas, it did not.

Ok, rather than flogging this more just do a buildworld first, 


make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \                                 
 	TARGET_BIG_ENDIAN=true buildworld
                                                
make TARGET_ARCH=arm TARGET_CPUTYPE=xscale \                                 
 	TARGET_BIG_ENDIAN=true buildenv                                        
                                        
cd sys/boot/arm/ixp425/boot2/
make   



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