This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于am335x系列uboot编译时“没有规则可制作目标”的问题

您好,我在编译uboot的时候还遇到个问题,我使用的是最新的05.02.00.10版本的SDK,然后在编译uboot的时候出现如下问题:

-ThinkPad-X230:/usr/ti-processor-sdk-linux-rt-am335x-evm-05.02.00.10/board-support/u-boot-2018.01+gitAUTOINC+313dcd69c2-g313dcd69c2$ make o=am335x am335x_evm_defconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
ThinkPad-X230:/usr/ti-processor-sdk-linux-rt-am335x-evm-05.02.00.10/board-support/u-boot-2018.01+gitAUTOINC+313dcd69c2-g313dcd69c2$ make o=am335x am335x_evm
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/config.h
UPD 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
make: *** 没有规则可制作目标“am335x_evm”。 停止。

显示没有规则可制作目标,这个是怎么回事啊?

使用的系统是ubuntu18.04, 内核是4.15.0-45,make版本为4.1版