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

Optimization level (Release) in the current esp-idf creates a bug. (IDFGH-12472) #233

Closed
ghost opened this issue Jan 14, 2017 · 2 comments
Closed
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Milestone

Comments

@ghost
Copy link

ghost commented Jan 14, 2017

No description provided.

@nkolban
Copy link
Contributor

nkolban commented Jan 14, 2017

If you download a virgin template application and compile/flash it ... does it execute? There is a thought that the output of "make menuconfig" from previous runs may be incompatible with the current. Let me suggest the following.

In your application project, save your current "sdkconfig" file and then delete it (the save was in case we need to restore it). With no current sdkconfig, run "make menuconfig" again and change only those things that may be essential to the running of your app ... it may be none. At the end, you will have a new "sdkconfig". Now run "make clean" and perform a complete rebuild and re-deploy. Does the app still fail?

@nkolban
Copy link
Contributor

nkolban commented Jan 14, 2017

Can you run a test with the flash size at the default (2 MB?) ... and without setting "Debug" to "Release"? Where my mind is going is that, at least for me, I have been working fine ... so I'm fishing for what might be distinct in your environment as compared to mine. If we can narrow the puzzle to an "aha ... it works with defaults but when we change XYZ, it breaks".

@ghost ghost changed the title Crash after update esp-idf and xtensa Optimization level (Release) in the current esp-idf creates a bug. Jan 14, 2017
@ghost ghost closed this as completed Jan 14, 2017
@ghost ghost reopened this Jan 14, 2017
@igrr igrr added the Status: In Progress Work is in progress label Jan 16, 2017
@igrr igrr closed this as completed in ce8ec33 Jan 17, 2017
@igrr igrr removed the Status: In Progress Work is in progress label Jan 20, 2017
@igrr igrr modified the milestone: v2.0 Jan 20, 2017
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 30, 2022
@github-actions github-actions bot changed the title Optimization level (Release) in the current esp-idf creates a bug. Optimization level (Release) in the current esp-idf creates a bug. (IDFGH-12472) Mar 27, 2024
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Mar 28, 2024
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