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.

TMS320F28379D: Changing the Output format from COFF to EABI results in Error Number 10234-D Unresolved Symbol Remain

Part Number: TMS320F28379D

Hi,

I want .data section to be initialized, and according to this document: https://software-dl.ti.com/ccs/esd/documents/sdto_cgt_Linker-Command-File-Primer.html  .data (COFF ABI) is initialized while for .data (EABI) is  initialized coming out of the assembler; changed to uninitialized by the linker.

Because of this issue I am now changing output format from COFF to EABI, but this results in error 10234-D Unresolved Symbol Remain

Can you please point out what could be going wrong? 

Thank you,

Jay