Skip to content

Fix undefined symbol errors on windows/arm #274

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 2 commits into from
Feb 27, 2019

Conversation

jordanrh1
Copy link
Contributor

Fix undefined symbol linker errors when building rust for windows/arm
by excluding unneeded symbols. The errors are:

= note: lib.def : error LNK2001: unresolved external symbol __aeabi_memclr4
lib.def : error LNK2001: unresolved external symbol __aeabi_memclr8
lib.def : error LNK2001: unresolved external symbol __aeabi_memmove4
lib.def : error LNK2001: unresolved external symbol __aeabi_memmove8

Fix undefined symbol linker errors when building rust for windows/arm
by excluding unneeded symbols. The errors are:

  = note: lib.def : error LNK2001: unresolved external symbol __aeabi_memclr4
  lib.def : error LNK2001: unresolved external symbol __aeabi_memclr8
  lib.def : error LNK2001: unresolved external symbol __aeabi_memmove4
  lib.def : error LNK2001: unresolved external symbol __aeabi_memmove8
@alexcrichton alexcrichton merged commit 39ad053 into rust-lang:master Feb 27, 2019
tgross35 pushed a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
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