Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicateRead the documentation to confirm the issue is not addressed there and your configuration is set correctlyTested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
Hi, I've branched out from release/v5.1
directly and edited to build on GitHub actions (branch named test-release/v5.1
, however the build failed.
- Full log: https://github.com/HamzaHajeir/esp32-arduino-lib-builder/actions/runs/11669768171/job/32492476390
- IDF branch used: release/v5.1
- Arduino branch used: idf-release/v5.1
- Error:
/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/components/arduino/libraries/Zigbee/src/ZigbeeCore.h:8:10: fatal error: esp_zigbee_core.h: No such file or directory
8 | #include "esp_zigbee_core.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Missing "esp_zigbee_core.h" file name found in the following component(s): espressif__esp-zigbee-lib(/Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-zigbee-lib/include/esp_zigbee_core.h). Maybe one of the components needs to add the missing header directory to INCLUDE_DIRS of idf_component_register call in CMakeLists.txt.
Likewise for a branch of release/v5.3 with edits only to allow for GH actions build: https://github.com/HamzaHajeir/esp32-arduino-lib-builder/actions/runs/11679873185/job/32521727369
It seems that the Zigbee Library was added recently to the Arduino core.
To my little investigation, the CONFIG_ZB_ENABLED
should be checked to pass the compilation.
Actual behavior (suspected bug)
.
Error logs or terminal output
No response
Steps to reproduce the behavior
.
Project release version
.
System architecture
other (details in Additional context)
Operating system
Linux
Operating system version
.
Shell
Bash
Additional context
No response
Activity
Enable ZB to bypass Arduino compilation espressif#241
me-no-dev commentedon Nov 5, 2024
issue should already be fixed. Try again please
HamzaHajeir commentedon Nov 5, 2024
Correct, I had my tests last night. However, the error now gets in compiling zb libraries:
Github Run: https://github.com/HamzaHajeir/esp32-arduino-lib-builder/actions/runs/11682657369/job/32530238858
** Might it be some bug in the sources?
me-no-dev commentedon Nov 5, 2024
@P-R-O-C-H-Y is still working on it