You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a linker issue when trying to disable debug assertion. This also occurs when attempting to compile my application in Release/MinSizeRelease mode in Qt Creator.
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Segment loaded at 0x*** lands in same 64KB flash mapping as segment loaded at 0x***
Segment loaded at 0x*** lands in same 64KB flash mapping as segment loaded at 0x*** (GIT8266O-852)
Apr 9, 2024
I am hitting the same issue. Using Assertion level silent works fine, but as soon as assertions are disable entirely it breaks. Right now I am using silent mode, but switching to none would probably remove yet another couple bytes I can use for a feature in 1M (split into two ota parts) devices.
This is a duplicate of #1260, which has a workaround, however #1262seems to suggest that there are more issues with this setting lists some more bugs which I fixed.
Problem Description
I am experiencing a linker issue when trying to disable debug assertion. This also occurs when attempting to compile my application in Release/MinSizeRelease mode in Qt Creator.
Environment
c4634015d873c6cf86e118df9364c2fbc20d9a11
(latest version)Steps to reproduce
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
Code to reproduce this issue
A simple blink.
Compile Logs
Other stuff
SDK config file:
sdkconfig
Objdump
The text was updated successfully, but these errors were encountered: