Other Parts Discussed in Thread: SYSBIOS, TMS320C6678
I'm trying to build the simple notify example in the IPC directory. I'm getting some undefined references:
Undefined reference to 'ti_sdo_ipc_gates_GatePeterson_query__E'
Undefined reference to 'ti_sdo_ipc_gates_GateMPSupportNull_query__E'
Undefined reference to 'ti_sdo_ipc_heaps_HeapMemMP_isBlocking__E'
Undefined reference to 'ti_sdo_ipc_gates_GateHWSem_query__E'
All of them in file C:\Users\stichm\Documents\...\Code\NotifyExample\Debug\configPkg\package\cfg\notify_multicore_pe66.oe66 .
I've tried a couple different SYSBIOS versions, 2 different IPC versions, tried pointing the linker directly to what seems to be the library file in the IPC tree.
Where do these should come from?
Mike