Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I have a TI-RTOS project with multiple build configurations. One of the build configurations which has not been maintained fails with missing symbols:
mmZeroInit(void *, unsigned int)
CfgAddEntry(void *, unsigned int, unsigned int, unsigned int, int, unsigned char *, void **)
CfgGetEntry(void *, unsigned int, unsigned int, unsigned int, void **)
CfgRemoveEntry(void *, void *)
How do I add these symbols to my TI-RTOS project?
Thanks!