Hi,
I am trying to build the u-boot file to get the base design running. In the tutorial it says to
>git clone git://github.com/Xilinx/u-boot-xlnx.git
> cd u-boot-xlnx
>make zynq_zed_config
>make
however when I try to make i get the following errors. I've searched around and I am not sure what is wrong.
>make
scripts/kconfig/conf --silentoldconfig Kconfig
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
GEN include/autoconf.mk
gcc: error: unrecognized command line option u2018-mno-unaligned-accessu2019
gcc: error: unrecognized command line option u2018-mfpu=neonu2019
scripts/Makefile.autoconf:64: recipe for target 'include/autoconf.mk' failed
make[2]: *** [include/autoconf.mk] Error 1
Makefile:470: recipe for target 'silentoldconfig' failed
make[1]: *** [silentoldconfig] Error 1
make: *** No rule to make target 'include/config/auto.conf', needed by 'include/config/uboot.release'. Stop.
Has anyone encountered this before and solved it, or can point me to the problem?
Thank you