Skip to content
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

Esp-idf v4.0 ulp example issue (IDFGH-2714) #4785

Closed
devUsama opened this issue Feb 17, 2020 · 5 comments
Closed

Esp-idf v4.0 ulp example issue (IDFGH-2714) #4785

devUsama opened this issue Feb 17, 2020 · 5 comments
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@devUsama
Copy link

devUsama commented Feb 17, 2020

Iam trying to build the ulp example given in esp-idf v4.0, its giving me the error:
fatal error: ulp_main.h: No such file or directory
image
Documentation explained that binutils-esp32ulp toolchain should be installed during ESP-IDF setup with CMake build system and Build system generate ${ULP_APP_NAME}.h and ${ULP_APP_NAME}.ld files, but in my case these files are not generated. Also when i build my code it open esp32ulp_mapgen.py file

@github-actions github-actions bot changed the title Esp-idf v4.0 ulp example issue Esp-idf v4.0 ulp example issue (IDFGH-2714) Feb 17, 2020
@igrr
Copy link
Member

igrr commented Feb 17, 2020

Thanks for reporting, will fix this soon.

@devUsama
Copy link
Author

Any updates on this issue?

@igrr
Copy link
Member

igrr commented Feb 27, 2020

Hi @devUsama, sorry for the delay. The fix has been merged into release/v4.0 branch internally, and will soon show up on Github as commit a8fe083.

In the meantime, you can apply the attached patch locally.

0001-cmake-Set-uninitialized-variable-warnings-in-ULP-boo.patch.zip

@devUsama
Copy link
Author

Thanks for the update, i'll check it out!

espressif-bot pushed a commit that referenced this issue Feb 27, 2020
…jects

Fixes issue where PYTHON was not being expanded when running ulp_mapgen.py,
causing Windows launch setting to be used - reported here:
https://esp32.com/viewtopic.php?f=13&t=12640&p=50283#p50283

Closes #4785
@devUsama
Copy link
Author

Build successfully now, closing the issue!

@espressif-bot espressif-bot added Resolution: Done Issue is done internally Status: Done Issue is done internally labels May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants