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.

CCS/TMS320F28377S: How to fix the warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start"

Part Number: TMS320F28377S

Tool/software: Code Composer Studio

Hello, Everyone.

I have been developing with TMS320F28377S-100PZP.

But, I found some warning that code number is  #10063-D: entry-point symbol other than "_c_int00" specified:  "code_start".

I gonna attach here my code memory map and CMD code.

Please check it out, and let me know how to fix it.

Thank you.

<CMD File>

CMDFILE.rtf

<Memory map>

MEMORY MAP.rtf

  • Hi NamJin Cho,

    This is because you have specified the --entry_point as code_start. (Build-> C2000 Linker -> Symbol Management). The field can be left empty an dthe compiler considers _c_int00 as the entry point.
    You can suppress the warning by using --diag_suppress=id option. You could also refer to the following E2E thread on the same topic
    e2e.ti.com/.../83902

    Regards,
    Veena