Access symbols defined in the linker script by application
That’s a bit old but i will answer it anyways… From the ld manual: Accessing a linker script defined variable from source code is not intuitive. In particular a linker script symbol is not equivalent to a variable declaration in a high level language, it is instead a symbol that does not have a value. … Read more