Skip to content

uvision export doesn't include rtos & rtx source files #1177

@mfiore02

Description

@mfiore02

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions