|
机智云下载的程序,只修改了BOOT?=newAPP?=1
SPI_SPEED?=40
SPI_MODE?=QIO
SPI_SIZE_MAP?=6
但是程序就是编译不了。为什么?
.subdirs:
@set -e; $(foreach d, $(SUBDIRS), $(MAKE) -C $(d);)
提示错误是:
/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find -lGAgent
collect2: error: ld returned 1 exit status
../Makefile:362: recipe for target '.output/eagle/debug/image/eagle.app.v6.out' failed
make[1]: Leaving directory '/cygdrive/f/ZxinZ/sushekg/app'
make[1]: ** [.output/eagle/debug/image/eagle.app.v6.out] Error 1
Makefile:307: recipe for target '.subdirs' failed
make: ** [.subdirs] Error 2
|
|