Skip to content

Exporter should error when libraries built with the correct toolchain are not available #1870

@bridadan

Description

@bridadan

To reproduce:

python workspace_tools/build.py -m K64F -t GCC_ARM --rtos
python workspace_tools/project.py -m K64F -i uvision5 -n RTOS_1

You will see that there is no built RTOS library included, just header files. If I repeat with the following:

python workspace_tools/build.py -m K64F -t ARM --rtos
python workspace_tools/project.py -m K64F -i uvision5 -n RTOS_1

The built RTOS library is included along with the header files.

In the first case, I would expect this to error with something along the lines of:

Library 'RTOS' was not found, please build with toolchain 'ARM'

OR it should just build it for you :)

cc @0xc0170

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