Displaying 1 result from an estimated 1 matches for "1ffff000".
Did you mean:
fffff000
2020 Sep 01
2
[lld] [arm] Linker Cannot Set Custom Section Type to NOBITS
...ly set to type NOBITS, however, when linking with version
10.0.0 of ld.lld, the section type is PROGBITS.
Here is the output when using readelf.
*ld.lld*
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk
Inf Al
...
[ 5] .stack PROGBITS 1ffff000 0014f0 000400 00 A 0
0 1
*arm-none-eabi-ld*
Section Headers:
[Nr] Name Type Addr Off Size ES Flg Lk
Inf Al
...
[ 5] .stack NOBITS 1ffff000 01f000 000400 00 WA 0
0 1
Reading online, I found that I should add the (NOLOAD) directive t...