ataradov / mcu-starter-projects

Simple starter projects for bare-metal MCU development
309 stars 41 forks source link

Suppress "warning: XXX has a LOAD segment with RWX permissions" message #10

Closed shreeve closed 10 months ago

shreeve commented 10 months ago

See https://github.com/raspberrypi/pico-sdk/issues/1029#issuecomment-1261743841

ataradov commented 10 months ago

This flag is not recognized by the older linkers and it fails the build. I'd much rather have the warning on newer tools, which everyone can silence in their project, than a build fail on the old tools.