ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By dacb
#19189
dacb wrote:When I do a 'make flashcloud OTA=true' the build fails and the output ends with:

Code: Select allsh: 1: xt-nm: not found



On step forward... To get around this, I did the following to symlink the xtensa-lx106-elf-nm to xt-nm:

Code: Select allln -s `which xtensa-lx106-elf-nm`  `dirname \`which xtensa-lx106-elf-nm\``/xt-nm


And finally, the following worked:

Code: Select allmake clean
make rawflash OTA=true ESP_IPADDRESS=192.168.1.101 APP_VERSION=OTA_1.1