Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
0xc0170 opened this issue Jan 5, 2020 · 0 comments
Open

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

0xc0170 opened this issue Jan 5, 2020 · 0 comments
Milestone

Comments

@0xc0170
Copy link
Member

0xc0170 commented Jan 5, 2020

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

@0xc0170 0xc0170 added this to the v0.10 milestone Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant