Hi all,
I'm using CCS v6.1.1 on Windows 7 64-bit. I've got the same project on 2 PC. One works fine, the other gave me these errors during linking:
undefined first referenced symbol in file --------- ---------------- ti_sysbios_heaps_HeapBuf_Params__init__S C:/... ti_sysbios_heaps_HeapBuf_alloc__E C:/... ti_sysbios_heaps_HeapBuf_create C:/... ti_sysbios_heaps_HeapBuf_delete C:/... >> Compilation failure ti_sysbios_heaps_HeapBuf_free__E C:/... ti_sysbios_heaps_HeapBuf_getAlign__E C:/... ti_sysbios_heaps_HeapBuf_getBlockSize__E C:/... ti_sysbios_heaps_HeapBuf_getEndAddr__E C:/... ti_sysbios_heaps_HeapBuf_getStats__E C:/... ti_sysbios_knl_Mailbox_Params__init__S C:/... ti_sysbios_knl_Mailbox_create C:/... ti_sysbios_knl_Mailbox_delete C:/... ti_sysbios_knl_Mailbox_pend__E C:/... ti_sysbios_knl_Mailbox_post__E C:/...
These functions are auto-generated. Any suggestions on why they seems to be missing?
Other functions from the same autogenerated sysbios lib are correctly linked.