Skip to content

edit mbed library inclusion to fix weak function defs #307

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 3 commits into from
Dec 10, 2020
Merged

Conversation

Wenn0101
Copy link
Contributor

@Wenn0101 Wenn0101 commented Dec 9, 2020

weak functions were being squashed in the library, adding a --whole-archive flag fixes this issue, but introduces a new multiple definitions issue which i am getting around right now by adding the --allow-multiple-definition flag.

@Wenn0101 Wenn0101 requested a review from oclyke December 9, 2020 21:43
@Wenn0101
Copy link
Contributor Author

removed --allow-multiple-definition, no longer needed with new mbed library changes

oclyke
oclyke previously approved these changes Dec 10, 2020
Copy link
Contributor

@oclyke oclyke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super! 🚀 👍 💯

@Wenn0101 Wenn0101 changed the base branch from release-candidate to dev December 10, 2020 02:10
@Wenn0101 Wenn0101 dismissed oclyke’s stale review December 10, 2020 02:10

The base branch was changed.

@Wenn0101 Wenn0101 merged commit 620cb04 into dev Dec 10, 2020
@nseidle nseidle deleted the svl_fix branch January 30, 2021 19:53
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.

None yet

2 participants