Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: raylite on January 05, 2014, 09:54:22 AM

Title: problem on make uboot
Post by: raylite on January 05, 2014, 09:54:22 AM
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.
Title: Re: problem on make uboot
Post by: progmetalbg on January 05, 2014, 06:55:23 PM
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 (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 (https://github.com/linux-sunxi/u-boot-sunxi/wiki)
Title: Re: problem on make uboot
Post by: raylite on January 06, 2014, 07:27:09 AM
thanks ,prometalbg

there is no error now.