本帖最后由 chen3220 于 2024-1-14 21:58 编辑
安信可IDE 1.5.2版本软件
ESP8266_NONOS_SDK编译错误 'xtensa-lx106-elf-nm' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
make[1]: Leaving directory '/d/ESP8266/ESP8266_NONOS_SDK/IoT_Demo/driver'
xtensa-lx106-elf-gcc -L../lib -nostdlib -T../ld/eagle.app.v6.ld -Wl,--no-check-sections -Wl,--gc-sections -u call_user_start -Wl,-static -Wl,--start-group -lc -lgcc -lhal -lphy -lpp -lnet80211 -llwip -lwpa -lcrypto -lmain -ljson -lupgrade -lssl -lpwm -lsmartconfig user/.output/eagle/debug/lib/libuser.a driver/.output/eagle/debug/lib/libdriver.a -Wl,--end-group -o .output/eagle/debug/image/eagle.app.v6.out
!!!
'xtensa-lx106-elf-nm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
no entry point!!
mv: cannot stat 'eagle.app.flash.bin': No such file or directory
make: *** [../Makefile:273: .output/eagle/debug/bin/eagle.app.v6.bin] Error 1
这个是什么问题?系统变量也都检查啦! |