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.

Which library has these two functions "__TI_auto_init" and "exit"

Other Parts Discussed in Thread: HALCOGEN

Dear,

I generate code from HALCoGen and complie it in CCS.

But I got below errors:

>> Compilation failure
 __TI_auto_init ./source/sys_startup.obj
 _irqDispatch   ./source/sys_intvecs.obj
 _prefetch      ./source/sys_intvecs.obj
 _svc           ./source/sys_intvecs.obj
 _undef         ./source/sys_intvecs.obj
 exit           ./source/sys_startup.obj

error #10234-D: unresolved symbols remain.

Function __TI_auto_init() and exit() is defined in library.  But I don't know which library has them.

Thank you.

Best regards

Xiaobin Wu