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.
Hello
I work under CCS 5.5 , with the tms320f28335.
I try to compile my Software in release without success until today.
I have an CCS project that work and compile under debug configuration but under release, i have errors below :
- unresolved symbol _main, first referenced in D:\Workspace\Source\TI\c2000_6.2.0\lib\rts2800_fpu32.lib<args_main.obj>
-unresolved symbols remain
I have this warning too :
- entry-point symbol other than "_c_int00" specified: "code_start"
- function "main" was declared but never referenced
In my release project configuration i have added the library and the path under "C2000 linker"->"File Search Path"
Some body can help me on this point?