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
This PR #8887 added debug awareness - linker flag addition keep a section that is RTX specific. This introduced a warning to the baremetal build and mbed 2 - there is no os_cb_sections.
Description
This PR #8887 added debug awareness - linker flag addition
keep
a section that is RTX specific. This introduced a warning to the baremetal build and mbed 2 - there is noos_cb_sections
.Reading this comment: https://github.com/ARMmbed/mbed-os/pull/8887/files#r243106755 , is this still needed?
One interesting fact about this warning: users think this warning causes build failing in the online compiler. There are so many reports about this, see https://os.mbed.com/questions/85360/Error-Warning-L6320W-ignoring-keep-comma/#answer16979 , https://os.mbed.com/questions/86252/Cant-Compile-Error-Warning-L6320W-Ignori/ and others. The real error there is not always shown, leads a user to believe this warning is actually an error and causing their apps not to build.
Issue request type
The text was updated successfully, but these errors were encountered: