各位专家:
CCS5 编译可以生产两种格式的文件,一种是ELF格式,另一种是legacy COFF 格式。当采用hex6x.exe 生产boot table 文件时 .out文件应该选用哪种格式的文件?
ELF格式和legacy COFF 格式有什么区别,各自用在什么地方?
谢谢!
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.
各位专家:
CCS5 编译可以生产两种格式的文件,一种是ELF格式,另一种是legacy COFF 格式。当采用hex6x.exe 生产boot table 文件时 .out文件应该选用哪种格式的文件?
ELF格式和legacy COFF 格式有什么区别,各自用在什么地方?
谢谢!
elf 和coff 文件格式的区别, 你可以参考:processors.wiki.ti.com/.../A_Brief_History_of_TI_Object_File_Formats
当采用hex6x.exe 生产boot table 文件时 .out文件最好选用 COFF格式