Hi,
I try my first steps with CCS 5.1. I try to re-create one of my CCS 3.3 projects (using BIOS 5.33.06). One error message I cannot get rid of is
linker: unresolved symbols remain. undefined symbol: _ECM_dispatchTab
first referenced in file: D:/CCStudio_v5.1/bios_5_41_11_38/packages/ti/bios/lib/bios.a64P<ecm_dispatch.o64P>
In the .tcf file, I defined some interrupts to be handled by ecm (using the function _ECM_dispatch). Where does the symbol "_ECM_dispatchTab" come from? or what library do I have to link/include to make it link without this error?
bye,
Thomas