TI中文支持网
TI专业的中文技术问题搜集分享网站

TMS320F28335: How to determine whether the data type and length of Global variable exist in the. out file in ELF format

Part Number:TMS320F28335

I use the CCS compiler to generate the. out file in EABI (elf) format, and then I use CANape software to read the. out file. The Global variable in the file has only the address and variable name, but no data type and length. What is the problem? How do I need to modify it? The library used to generate. out is rts2800_ Ml_ EABI.lib, I use ELF/DWARF format in CNAape, External C++Support (New reader which reads type information form ELF/DWAF fields).

Then when I use the old COFF format. out, the COFF format can read out the data type, length, variable and address of the Global variable, but the variable address is always incorrect. The COFF format uses COFF/DWAF, External C++Support (New reader which reads type information form COFF/DWAF fields), where the library used to generate. out is rts2800_ Ml.lib.

How can we determine whether the data type and length of Global variable exist in the. out file in ELF format?

Annie Liu:

内容重复,我会关闭这个帖子。工程师将在下帖中跟进您的问题:e2echina.ti.com/…/tms320f28335-elf-out

赞(0)
未经允许不得转载:TI中文支持网 » TMS320F28335: How to determine whether the data type and length of Global variable exist in the. out file in ELF format
分享到: 更多 (0)