'unresolved symbol problem' in TI Hercules RM48L950, CCS5

zealhero wrote on Sunday, June 08, 2014:

Hi.

I made a new project with HALCoGen(RM48L950ZWT_FREERTOS) and change OS files, because those files already exist are version 7.4. So I make a project and change to 8.0 files.

Then I met some trouble like ‘unresolved symbol xxxxx, first referenced in ./xxx/xxx.obj’.

unresolved symbol vPortSWI, first referenced in sys_intvecs.obj
unresolved symbol vApplicationTickHook, first referenced in os_tasks.obj
unresolved symbol vApplicationStackOverflowHook, first referenced in os_tasks.obj
unresolved symbol vApplicatioinmallocFailedHook, first referenced in os_heap.obj(it was heap_4)
unresolved symbol vApplicationIdleHook, first referenced in os_tasks.obj

If you need more information, please tell me.

Thanks.

Regards.

rtel wrote on Monday, June 09, 2014:

Sorry - I’m not familiar with how they structure their code - you will have to ask that one to TI.

Regards.

zealhero wrote on Monday, June 09, 2014:

I found what I miss…

Thanks!
Regards.