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.

Compiler/TMS320F28377S: CCS

Part Number: TMS320F28377S


Tool/software: TI C/C++ Compiler

Hi all

i used ofd2000 version 20.2.0LTS

Actually i need a entire variable type all of that declared in main.c file.

but ... i cant fild all of type... 

Is there options in ccs compiler to use the ofd2000 ?

how ... 

please help me .. 

  • I do not fully understand your problem.  But here are some suggestions which may be helpful.  They involve utilities that cannot be accessed from within CCS, but at the command line.  

    Information on the types of variables is only available in the Dwarf debug information.  Here is one way to use ofd2000 to see it ...

    % ofd2000 -g main.obj

    Perhaps you just want a dump of the symbols defined in a file.  That can be done with the names utility nm2000 ...

    % nm2000 main.obj

    Both of these utilities are documented in the C28x assembly tools manual.

    Thanks and regards,

    -George

  • Thank you for your answering

    I'm sorry ... I can not speak English well. 

    Actually I make some program.

    So i need all of variable type included in xxx.out file.

    I used command "ofd2000.exe -g --dwarf_display=none,dinfo,types --obj_display=none -o -x=test.xml xxx.out"

    But i couldn't find all of variable and type which i declared.

    Please Help me ... 

    Thank you

  • Please follow the other thread you started on this topic.

    Thanks and regards,

    -George