Other Parts Discussed in Thread:66AK2H12
我们最近在搭66AK2H12的processor-SDK的编译环境,在make的时候报错了,
请问您这边有遇到类似的问题,如何解?或者你们这边有编译好的环境可以copy给我们吗?
root@ubuntu:/opt/ti-processor-sdk-linux-k2hk-evm-06.03.00.106/board-support/u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3# make
scripts/kconfig/conf –syncconfig Kconfig
CHK include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk
GEN include/autoconf.mk.dep
CFG spl/u-boot.cfg
GEN spl/include/autoconf.mk
CHK include/config/uboot.release
CHK include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CC lib/asm-offsets.s
lib/asm-offsets.c:1:0: error: bad value (generic-armv7-a) for -mtune= switch
// SPDX-License-Identifier: GPL-2.0+
Kbuild:43: recipe for target 'lib/asm-offsets.s' failed
make[1]: *** [lib/asm-offsets.s] Error 1
Makefile:1585: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
Nancy Wang:
以下链接的步骤都参考执行过了吗?
software-dl.ti.com/…/Foundational_Components_U-Boot.html
方便的话请将执行步骤贴出来检查看看。