Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hello,
I need to exlude all external libraries from my project in CCSv6.
I did following:
1) chose "<none>" option in "Prorerties->General->Runtine support library"
2) deleted string "code_start" from "Properties->Build->C2000 Linker->Symbol Management->Specify program entry point for the output module"
3) deleted all paths from "Properties->Build->C2000 Linker->File Search Path"
There is warnings when I compile:
"no suitable entry-point found; setting to 0"
"attempt to automatically link in index library "libc.a" failed"
"#10062-D entry-point symbol "_c_int00" undefined"
Where should I to specify entry-point symbol "_c_int00"?