This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

hh

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).

Parents
  • 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!

Reply
  • 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!

Children
No data