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.

Error unresolved symbols remain

I'm  getting error message saying ,

undefined                       first referenced
symbol                                   in file
---------                               ----------------
__2fprintf                      ../libnewsys.a<new_cmdl_parser.o>
__rt_ctype_table         ../libnewsys.a<new_cmdl_parser.o>
__stderr                        ../libnewsys.a<new_cmdl_parser.o>
__stdin                          ../libnewsys.a<new_genericStds.o>
_printf_percent            ../libnewsys.a<new_cmdl_parser.o>
_printf_s                       ../libnewsys.a<new_cmdl_parser.o>
_printf_str                     ../libnewsys.a<new_cmdl_parser.o>

how to resolve this problem.

-vinod patil

  • Hi Vinod,

    C I/O stuff like printf is normally defined in a run-time support library. But the exact symbols that it is looking for does not come from TI's run-time support libraries that comes with the TI compiler in CCS.

    Most likely you are missing a run-time support library but it is not the one from TI.

    Thanks

    ki