problem with new u_boot_sunxi

Started by mbernier, November 06, 2013, 01:49:34 PM

Previous topic - Next topic

mbernier

hello
I can't compile u_boot_sunxi :

" make cubieboard CROSS_COMPILE=arm-linux-gnueabihf-" is OK but

make A13-OLimeXinoM CROSS_COMPILE=arm-linux-gnueabihf- give:

make: *** Pas de règle pour fabriquer la cible « A13-OLimeXinoM ». Arrêt.in english:
make *** not rule for make the target « A13-OLimeXinoM ».
Help me please

progmetalbg

Hi,

You can see list of supported boards here:

https://github.com/linux-sunxi/u-boot-sunxi/wiki

So if you want to compile u-boot for A13-OLinuXino use:

make A13-OLinuXino CROSS_COMPILE=arm-linux-gnueabihf-

for A13-OLinuXino-MICRO:

make A13-OLinuXinoM CROSS_COMPILE=arm-linux-gnueabihf-

mbernier


in june 2013
I compile with :

make a13_olinuxino_micro CROSS_COMPILE=arm-linux-gnueabihf- and it was OK

and now, with new  u-boot, i have type this:

make A13-OLinuXinoM CROSS_COMPILE=arm-linux-gnueabihf-  and give:

make: *** Pas de règle pour fabriquer la cible « A13-OLimeXinoM ». Arrêt.in english:
make *** not rule for make the target « A13-OLimeXinoM ».

mbernier

in june 2013
I compile with :

make a13_olinuxino_micro CROSS_COMPILE=arm-linux-gnueabihf- and it was OK

and now, with new  u-boot, i have type this:

make A13-OLinuXinoM CROSS_COMPILE=arm-linux-gnueabihf-  and give:

make: *** Pas de règle pour fabriquer la cible « A13-OLinuXinoM ». Arrêt.in english:
make *** not rule for make the target « A13-OLinuXinoM ».

oldpenguin

Hi
I've downloaded yesterday u-boot-sunxi from lichee-dev branch and it is compiling correctly with
make sun5i_a13 CROSS_COMPILE=arm-linux-gnueabihf-
Please look into boards.cfg file and search for your matching board.

lordlothar

Try

make a13-olinuxinom CROSS_COMPILE=arm-linux-gnueabihf-.

I had the same problem, there are typo errors in the wiki.

dhlii

The board names on the wiki are all lowercase.

The actual names in boards.cfg are mixed case.

The case must match exactly.

You will have to search boards.cfg for your board and type the name
exactly the same.