I have this errors,if you can help me,please. Error: L6218E: Undefined symbol os_clock_interrupt (referred from rtx_config.o). Error: L6218E: Undefined symbol os_mut_init (referred from rtx_config.o). Error: L6218E: Undefined symbol os_mut_release (referred from rtx_config.o). Error: L6218E: Undefined symbol os_mut_wait (referred from rtx_config.o). Error: L6218E: Undefined symbol os_tsk_self (referred from rtx_config.o).
You know what "undefined" means?
So the cure to something being "undefined" should be obvious:
Provide a definition for symbol os_clock_interrupt; Provide a definition for symbol os_mut_init; Provide a definition for symbol os_mut_release; Provide a definition for symbol os_mut_wait; Provide a definition for symbol os_tsk_self.
Simples!