-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Comments
Thanks for reporting, will fix this soon. |
Any updates on this issue? |
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 |
Thanks for the update, i'll check it out! |
…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
Build successfully now, closing the issue! |
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
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
The text was updated successfully, but these errors were encountered: