-
Notifications
You must be signed in to change notification settings - Fork 543
Incremental build on Windows #187
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
Comments
@retep998 have you seen this error before? Any thoughts? |
This is the first time I've heard about this specific issue. A similar issue I have seen is for |
Hmm... Perhaps it would be good to open an issue on rust-lang/rust? @hcs64 would you mind doing that and linking to this issue? |
There's already rust-lang/rust#53014, so I'll just mention there it happens with pc-windows-gnu as well. I'd brought it up here because this doc suggests |
Hmm i see what you mean. We should add a note with a link to this post where it suggests -i. Would you mind opening a PR? |
rust-lang/rust#53014 has been closed - does this issue need to stay open? I think there are a fair number of compiler contributors using incremental on windows. |
Going to close this because I've not heard of this issue. Windows with MSVC is my main driver and I've not run into issues. We can reopen if others have issues. |
I've been trying the instructions at
how-to-build-and-run.md
with MSYS2 set up as in the main Rust readme, but at link time I get an "ordinal too large" error. I have been able to make more progress by removing the-i
for incremental build from./x.py build -i --stage 1 src/libstd
, this might be worth a brief mention.(I'm not sure if that's the only change needed, I removed the
config.toml
customizations unsuccessfully before trying this route, I'll follow up once I can start another build from scratch.)The text was updated successfully, but these errors were encountered: