Is there any linker script manual available ?
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.
Hello,
There is a document that explains the assembly language tools in more detail. This document can be found at:
http://focus.ti.com/lit/ug/spnu118h/spnu118h.pdf
This document provides several examples of the linker command file and the scripting syntax.
However, it does not go into enough details regarding the C/C++ compiler. Use the C/C++ Compiler's User Guide at http://focus.ti.com/lit/ug/spnu151e/spnu151e.pdf for details on the compiler.
Thanks.