Skip to content

Linking errors on recent Nightly releases #65418

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
leonardo-m opened this issue Oct 14, 2019 · 1 comment
Closed

Linking errors on recent Nightly releases #65418

leonardo-m opened this issue Oct 14, 2019 · 1 comment

Comments

@leonardo-m
Copy link

The compiler since some time gives a linking error:

Good:
rustc 1.40.0-nightly (898f36c 2019-10-10)
binary: rustc
commit-hash: 898f36c
commit-date: 2019-10-10
host: x86_64-pc-windows-gnu
release: 1.40.0-nightly
LLVM version: 9.0

Bad:
rustc 1.40.0-nightly (6767d9b 2019-10-11)
binary: rustc
commit-hash: 6767d9b
commit-date: 2019-10-11
host: x86_64-pc-windows-gnu
release: 1.40.0-nightly
LLVM version: 9.0

error: linking with gcc failed: exit code: 1
...
= note: gcc.exe: error: crt2.o: No such file or directory
gcc.exe: error: rsbegin.o: No such file or directory
gcc.exe: error: rsend.o: No such file or directory

@sfackler
Copy link
Member

Duplicate of #65335

@sfackler sfackler marked this as a duplicate of #65335 Oct 14, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants