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
Hi,
You can see list of supported boards here:
https://github.com/linux-sunxi/u-boot-sunxi/wiki (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-
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 ».
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 ».
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.
Try
make a13-olinuxinom CROSS_COMPILE=arm-linux-gnueabihf-
.
I had the same problem, there are typo errors in the wiki.
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.