problem on make uboot

Started by raylite, January 05, 2014, 09:54:22 AM

Previous topic - Next topic

raylite

Dear,

i have follow instruction of this link
http://olimex.wordpress.com/2012/10/12/building-bootable-sd-card-with-debian-linux-image-for-a13-olinuxino/

but when i try to make i got an error

root@ubuntu:/home/ray/linuxsunxi/linux-sunxi# make a13_olinuxino CROSS_COMPILE=arm-linux-gnueabi-
/home/ray/linuxsunxi/linux-sunxi/arch/x86/Makefile:81: stack protector enabled but no compiler support
make: *** No rule to make target `a13_olinuxino'.  Stop.

i have no idea to fix this. i am linux newbie also, please help me thank you.

progmetalbg

Try:

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

List of supported boards can be found here:

https://github.com/linux-sunxi/u-boot-sunxi/blob/sunxi/boards.cfg

You can check the u-boot wiki too:

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

raylite

thanks ,prometalbg

there is no error now.