Tool/software: Code Composer Studio
Hi , build a "old " program , there is warning :
warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start" .
I don't know what is mean. Does it effect grogram run?
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.
Tool/software: Code Composer Studio
Hi , build a "old " program , there is warning :
warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start" .
I don't know what is mean. Does it effect grogram run?
This is just a message letting you know that the linker entry point (--entry_point linker option) is set to code_start instead of the default _c_int00. This is normal for C2000 projects and should not affect program run.
You can read more about the --entry_point linker option in the C2000 Assembly Language Tools Users Guide which can be found here: http://www.ti.com/tool/C2000-CGT#technicaldocuments