[U-Boot] With u-boot vertion u-boot-d8bdfc8 compile error

Michal Simek monstr at monstr.eu
Thu Nov 3 11:44:42 CET 2016


Hi,

2016-11-02 10:07 GMT+01:00 李东升 <000lidongsheng at 163.com>:

> Dear  sir or madam :
>     when i want to generate u-boot file for zynq device , i found it can
> not be compiled ;
>
> the error code are as below :
> root at lolo-pc:~/zynq_study/u-boot_file/u-boot-d8bdfc8# make
> zynq_zc702_defconfig
>   HOSTCC  scripts/basic/fixdep
> as: unrecognized option '--32'
> scripts/Makefile.host:99: recipe for target 'scripts/basic/fixdep' failed
> make[1]: *** [scripts/basic/fixdep] Error 1
> Makefile:398: recipe for target 'scripts_basic' failed
> make: *** [scripts_basic] Error 2
>
>
> Could you please help me to find out the problem ~


You have to add arm32 toolchain to your patch. If you have vivado you
should get it.

Then just
export CROSS_COMPILE=arm-xilinx-linux-gnueabi-

and build.

Thanks,
Michal


More information about the U-Boot mailing list