You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exporter doesn't include the rtos source files when exporting a program using rtos to uvision. I tested this with the RTOS_1 program and NUCLEO_F411RE. The export succeeded, but the build in uvision4 failed:
linking...
.\build\RTOS_1.axf: Error: L6218E: Undefined symbol rtos::Thread::wait(unsigned) (referred from main.o).
.\build\RTOS_1.axf: Error: L6218E: Undefined symbol rtos::Thread::Thread(void()(const void), void_, osPriority, unsigned, unsigned char_) (referred from main.o).
Not enough information to list image symbols.
Finished: 1 information, 0 warning and 2 error messages.
".\build\RTOS_1.axf" - 2 Error(s), 2 Warning(s).
Target not created
The rtos and rtx source files were nowhere to be found.