Skip to content

armcc - remove libpath from ld flags #2043

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

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Jun 28, 2016

libpath is not required for exporters, as they provide default paths.
This caused problems when paths are not correct for mbed tools, a project
fails to build as path is not found.

@mlnx @adbridge @bogdanm @sg-

libpath is not required for exporters, as they provide default paths.
This caused problems when paths are not correct for mbed tools, a project
fails to build as path is not found.
@0xc0170
Copy link
Contributor Author

0xc0170 commented Jun 28, 2016

Tested with a wrong path - to get that error about lib not existing, then with this patch. Run project.py for uvision, and mbed script to compile blinky.

@bogdanm
Copy link
Contributor

bogdanm commented Jun 28, 2016

Doesn't this change affect command line compilation?

@bogdanm
Copy link
Contributor

bogdanm commented Jun 28, 2016

Ah wait, ld still gets its --libpath. My bad. +1.

@bogdanm bogdanm merged commit 986ed4f into ARMmbed:master Jun 28, 2016
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

Successfully merging this pull request may close these issues.

2 participants