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

problem with RTOS at stm32f4

help me, when i make a project which using RTX to make a RTOS project, there are some error.
this error:
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol os_set_env (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_dly_wait (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_evt_set (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_evt_wait (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_sys_init (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_tsk_create (referred from main.o).
.\TIM_PWM_Output\TIM_PWM_Output.axf: Error: L6218E: Undefined symbol rt_tsk_delete (referred from main.o).

0