We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!