Re: Building boot2 for ixp425

From: Andrew Thompson <thompsa_at_FreeBSD.org>
Date: Thu, 14 May 2009 07:55:10 -0700
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   
Received on Thu May 14 2009 - 12:55:19 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:47 UTC