Are there any further information about the linker files and commands? I only find this:
https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html
My current problem:
I mix C implementations with C++ implementations. After I created the first instance of an C++ class, the program crashes. I experimented with commenting out some of my function calls in the C++ class. After commenting out some lines, the program runs. After commenting out some more lines, the program crashes again.
I think, that I have some problems with the linker script. But I'm not sure. So I want to understand more about the linker file syntax.