Skip to content

linker script: should not be under misc in tools #470

@0xc0170

Description

@0xc0170

I misplaced linker script in one of the records, and it failed to produce correct path (relative to the generated project):

correct:

tool_specific:
    gcc_arm:
        linker_file:
            - cmsis/MK64F12/MK64F12.ld

incorrect but no error:

tool_specific:
    gcc_arm:
        misc:
            linker_file:
                - cmsis/MK64F12/MK64F12.ld

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions