
4 May
2014
4 May
'14
3:12 p.m.
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@gmail.comwrote:
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