-
Notifications
You must be signed in to change notification settings - Fork 45
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
Building with cargo-xwin
fails to link: lld-link: error: undefined symbol: __movsb
#104
Comments
I could successfully build with below command in ubuntu for msvc,
|
I'm still getting an error, using clang/lld-link 17 and rustc 1.77.1 |
Could you show me the command you tried? Are you sure the same command with my suggestion? |
Here is my command:
Note that I am building a project which relies on mimalloc, not mimalloc directly. |
If your project is open source, may I check it directly? or would you make a minimal reproducible example? |
AFLplusplus/LibAFL#1607 build |
It has been merged to main, so it should be easier to check now. |
When trying to build for windows on a linux host, mimalloc fails to link with the following error:
I'm using cargo-xwin to cross compile.
The text was updated successfully, but these errors were encountered: