This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: Detailed Linker File Description

Part Number: AM2434


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.