espressif/esp32-arduino-lib-builder

Linker error due to zigbee

brentru opened this issue · 2 comments

@me-no-dev After running the absolute latest build.sh from master and then copying to Arduino (./tools/copy-to-arduino.sh), I get the following error when attempting to build:

xtensa-esp32s2-elf-g++: warning: {build.zigbee_mode}: linker input file unused because linking not done
xtensa-esp32s2-elf-g++: error: {build.zigbee_mode}: linker input file not found: No such file or directory

I am curious if it was caused by this PR, #146, and if I can remove it for the time being until the arduino esp32 BSP has zigbee as a managed component.

Works perfectly, thank you