mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c0e997a8e7
Modern binutils complain about segments with RWX permissions. While this is indeed a bad habit, RIOT ignores segments permissions anyway. (We do have a `mpu_noexec_ram` module to disable execution of all of RAM, which would do so regardless of the segment permission.) So for now, we can safely just disable the warning. This fixes: /usr/lib/gcc/arm-none-eabi/12.2.0/../../../../arm-none-eabi/bin/ld: warning: /home/maribu/Repos/software/RIOT/examples/default/bin/nucleo-f767zi/default.elf has a LOAD segment with RWX permissions collect2: error: ld returned 1 exit status |
||
---|---|---|
.. | ||
newlib.mk | ||
picolibc.mk |