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.

TMS320F2800137: ccs config

Part Number: TMS320F2800137

Hi expert:

I want to change the name "HVAC_REV3P2_3SC_LIB".

when i changed the name as follow,build the project,many error #10056: symbol "TempMonitor_Init" redefined: first defined in:"

how to change the name?

  • Hello,

    Is it possible there are two locations where that variable or function has been defined? The error is indicating that it sees a redefinition, please check both files listed in the error message to see if this error is being thrown falsely or not.

  • Hi:

    when the congfig name is "HVAC_REV3P2_3SC_LIB",buld the project,has no error;

    when i changed the name to "release",build again,many error #10056: symbol "TempMonitor_Init" redefined: first defined in:"

    why?

    how to change the name?

  • when i changed the name as follow,build the project,many error #10056: symbol "TempMonitor_Init" redefined: first defined in:"

    Changing the build configuration name can have a ripple effect on the project and break some dependencies and introduce other errors. It should always be done with caution. Carefully check your project properties and see where the original build configuration folder is being referenced.