- make CROSS_COMPILE=../toolchain/gcc-linaro-aarch/bin/aarch64-linux-gnu- -j4
- scripts/kconfig/conf --syncconfig Kconfig
- CHK include/config.h
- CFG u-boot.cfg
- GEN include/autoconf.mk.dep
- CFG spl/u-boot.cfg
- GEN include/autoconf.mk
- GEN spl/include/autoconf.mk
- CHK include/config/uboot.release
- CHK include/generated/timestamp_autogenerated.h
- ./"board/sunxi/mksunxi_fit_atf.sh" \
- arch/arm/dts/sun50i-h6-orangepi-one-plus.dtb > u-boot.its
- UPD include/generated/timestamp_autogenerated.h
- CHK include/generated/version_autogenerated.h
- HOSTCC scripts/dtc/dtc.o
- PYMOD scripts/dtc/pylibfdt/_libfdt.so
- CC lib/asm-offsets.s
- unable to execute 'swig': No such file or directory
- error: command 'swig' failed with exit status 1
- scripts/dtc/pylibfdt/Makefile:27: recipe for target 'scripts/dtc/pylibfdt/_libfdt.so' failed
- make[3]: *** [scripts/dtc/pylibfdt/_libfdt.so] Error 1
- scripts/Makefile.build:434: recipe for target 'scripts/dtc/pylibfdt' failed
- make[2]: *** [scripts/dtc/pylibfdt] Error 2
- make[2]: *** Waiting for unfinished jobs....
- CC arch/arm/lib/asm-offsets.s
- CHK include/generated/generic-asm-offsets.h
- CHK include/config.h
- CHK include/generated/asm-offsets.h
- CFG u-boot.cfg
- LDS u-boot.lds
- scripts/Makefile.build:434: recipe for target 'scripts/dtc' failed
- make[1]: *** [scripts/dtc] Error 2
- Makefile:508: recipe for target 'scripts' failed
- make: *** [scripts] Error 2
problems compiling Uboot, after bl31 copy to ./uboot
bl32 compiled with debug symbols..
exported BL32 env var:
export BL31=./bl31.bin
it fails:
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1