[U-Boot] Problem building am335x_evm config

Jeroen Hofstee dasuboot at myspectrum.nl
Sun May 4 15:12:45 CEST 2014


Hello Vasili,

On zo, 2014-05-04 at 14:48 +0300, Vasili Galka wrote:
> On Sun, May 4, 2014 at 2:24 PM, Belisko Marek <marek.belisko at gmail.com>wrote:
> 
> > >
> > > I've followed your advice and tried the following two on clean tree:
> > >
> > > make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm
> > > am335x_evm_config
> > >
> > > make ARCH=arm CROSS_COMPILE=arm-none-eabi- O=out/am335x_evm am335x_evm
> > >
> > > Unfortunately, this does not help. I'm still getting the same error.
> > Try:
> > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- am335x_evm_defconfig
> > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
> >
> > it works for me (please update your CROSS_COMPILE)
> >

As Marek showed above, just use make after configure. I.o.w. remove
the board name as an argument to the second make command.

Regards,
Jeroen



More information about the U-Boot mailing list