-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MBEDTLS ERROR ON build ESP thread Border router (TZ-1151) #98
Comments
now after some mods the error change at the end of building: router_launch.c.obj -MF esp-idf\thread_border_router\CMakeFiles__idf_thread_border_router.dir\src\border_router_launch.c.obj.d -o esp-idf/thread_border_router/CMakeFiles/__idf_thread_border_router.dir/src/border_router_launch.c.obj -c C:/Espressif/frameworks/esp-idf-v5.3.1/esp-thread-br/examples/common/thread_border_router/src/border_router_launch.c |
@platini76 We don't see the issue with default configuration, could you share the commit ID of both esp-idf and esp-thread-br, and the configurations you have changed. |
and now another error, WITH NO CHANGE CONFIGURATION: In file included from C:/Espressif/frameworks/esp-idf-v5.3.1/esp-thread-br/components/esp_ot_cli_extension/src/esp_ot_heap_diag.c:7: @chshu thanks for help, but what is a commit id? I am trying to follow these instructions: https://docs.espressif.com/projects/esp-thread-br/en/latest/dev-guide/build_and_run.html#build-and-run-the-thread-border-router |
@platini76 It seems that you didn't setup the IDF environment correctly, could you start with a clean environment and try again following the instructions here: https://docs.espressif.com/projects/esp-thread-br/en/latest/dev-guide/build_and_run.html#set-up-the-repositories. |
@platini76 Closing the issue, feel free to reopen if any follow up questions. |
Checklist
How often does this bug occurs?
always
Expected behavior
it stops compiling after this error
Actual behavior (suspected bug)
compile and run
Error logs or terminal output
Steps to reproduce the behavior
cd $IDF_PATH/examples/openthread/ot_rcp
idf.py set-target esp32h2
idf.py menuconfig
idf.py build
cd esp-thread-br/examples/basic_thread_border_router
idf.py set-target ESP32-S3
idf.py menuconfig
idf.py -p ${PORT_TO_BR} flash monitor
Project release version
1.00
System architecture
other (details in Additional context)
Operating system
Windows
Operating system version
windows 11
Shell
PowerShell
Additional context
try to flash a esp thread border router zigbee gateway v1.2
The text was updated successfully, but these errors were encountered: