请问cmd文件如何释义?有没有相应的文档可以阅读,明确每一个cmd中定义的段相应为什么意义?
另外,对于没有指定位置的变量,默认会存储在cmd提供的哪一个段中?
谢谢!
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.
请问cmd文件如何释义?有没有相应的文档可以阅读,明确每一个cmd中定义的段相应为什么意义?
另外,对于没有指定位置的变量,默认会存储在cmd提供的哪一个段中?
谢谢!
yu fei您好,
关于cmd文件具体内容请参考《TMS320C6000 Assembly Language Tools v 7.3 User's Guide》的7.5Linker Command Files。 下载链接:www.ti.com/.../spru186v.pdf
关于您的问题,请参考文档中7.5.4 The SECTIONS directive control shows how sections are built and allocated.