You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@me-no-dev After running the absolute latest
build.sh
frommaster
and then copying to Arduino (./tools/copy-to-arduino.sh
), I get the following error when attempting to build: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.
The text was updated successfully, but these errors were encountered: