-
Notifications
You must be signed in to change notification settings - Fork 70
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
idf.py menuconfig error related to xtensa-esp-elf tool #235
Comments
Could you first build the library and then try to open the menuconfig? Let me know if this works |
Why are you using micro_ros_setup? This is an standalone module for ESPIDF. |
I need the complete log and the steps you followed to reach this error. |
I am having this exact same issue. Is there any update on this? |
I have encontered the same issue as well, any updates? |
Facing the same problem here also on humble branch `-- Adding linker script /home/jayanth/Developments/espidf/esp-idf/components/soc/esp32s3/ld/esp32s3.peripherals.ld -- Configuring incomplete, errors occurred! |
I'd like to point out that if you;re using any additional pckg, you should check that the addiotnal or extra pckg is being rebuilt when building the firmware, if you look in the extra-pckg folder, you may get the idea and besides ensure your build completes sucessfully, if not try building for esp32 dev kit board and see if it builds. |
yes it got resolved after cloning and rebuilding from scratch. Thanks |
I am using a Jetson Xavier running ROS2 and an ESP32 WROOME
I installed the ESP-IDF and created my own freertos project and pasted the micro-ros component folder.
When attempting to select the middleware as instructed using idf.py menuconfig generated an error:
It is concerning a libmicroros.a file which is not in the microros component folder.
Am I supposed to add this file manually?
The text was updated successfully, but these errors were encountered: