-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
link problem on windows #110
Comments
After reinstalling windows SDK following this instructions: |
This is very interesting. I'm curious if anyone else can repro this. I'll respond here if I can. |
I'm curious if you still have issues if you use the pre-packaged rust version of LLD. We just switched our config to use that. |
I booted into windows and I haven't been able to repro yet. |
I haven't been able to reproduce it. I believe I have SDK 10.0.18362.0 |
Cool. im down to leave this open for a few days to see if anyone else hits the issue. Otherwise I'll probably close this. |
After revisiting this post rust-lang/book#2389 and adding the English lang pack, now the err changed to: How to repro: Edit: |
But the interesting thing is no such error occurred to other projects when using Clion terminal. |
add a method on add to create a simple outer schedule
On win10 with the "button" example, I think I have installed windows sdk.
But sometimes the link just failed during the build process. The error was:
Non-UTF-8 output: LINK : fatal error LNK1104: \xce\xde\xb7\xa8\xb4\xf2\xbf\xaa\xce\xc4\xbc\xfe\xa1\xb0D:\rust_build\all\release\examples\button.exe\xa1\xb1\r\n
And if I rebuild, it will fail again, unless I rename the target exe file and rebuild again. Btw, the target exe file cannot be deleted, but can be renamed.
The text was updated successfully, but these errors were encountered: