-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
-O2
build causing warnings and errors (IDFGH-14534)
#15296
Comments
-O2
build causing warnings and errors-O2
build causing warnings and errors (IDFGH-14534)
@KaeLL I have tried to reproduce this issue using the provided sdkconfig, but on my side, it is building correctly without an error/warning. Please note, I found some configuration in your defconfig that is not part of our master branch. CONFIG_SPI_MASTER_IN_IRAM=y Could you please share your entire sdkconfig file so that I can compare it? Also, which application/example are you trying to build? Below is the console log of build : |
The NimBLE errors are another instance of #14712, whose fix, for whatever reason, hasn't been merged yet. I'm not building any IDF examples, it's a build of one of the closed-source apps I work on. Hence the defconfig. |
The changes for the mentioned issue are already part of source code here and here. But looks like some more fixes may be needed. Understood you can't share close-source apps information, but we are looking for a way to reproduce issue so as to fix it correctly . |
I won't be able to provide it for now. |
Closing issue since idf examples/configuration changes do not show such behavior. I tried different combinations but was not able to reproduce this issue. Please feel free to reopen if you can share anyway for us to reproduce |
Answers checklist.
IDF version.
v5.5-dev-1655-gc5865270b5
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Build successfully, without warnings.
What is the actual behavior?
Warnings from the sdmmc driver, and a bunch of errors from the NimBLE library
Steps to reproduce.
defconfig
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: