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.

Linker Timer Optimization



I am looking for a linker command user manual to understand a set of linker command files created by someone who left the company while ago. 

We are using ARM compiler v4.7 for the software and it has been worked fine until we upgraded compiler to v4.9 with linker timer optimization on, having opt_level=4. When using compiler v4.9 with opt_level=2, the software is working fine. But with opt_level=4, the software has memory access exceptions in different places, depending on how faster to stop the execution. I am quite new to compiler and linker and need to understand how a set of  linker commands works in order to futher debug this memory access issue. 

Any helps are high appreciated.

Joy