15
rustc_codegen_gcc: Progress Report #35
(blog.antoyo.xyz)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Thanks for reporting this! I cannot reproduce with the following:
(it shows:
Successfully ran clean all)Could you please provide the commands you ran to get this? (It might also be easier for me to track this if you open an issue on GitHub since I don't come here often.)
Also, thanks for the suggestion for better documentation: I created an issue for this.
Yeah, apologies for not communicating the issue clearly.
And then trying to use the "release" build fails:
I will make sure to report issues directly in the future, although from account(s) not connected to this username.
The issue here is that you didn't provide
--build-sysrootto./y.sh test --release, so it cannot find thestdcrate.But running
does work. That's what gave me the impression that
clean alldoesn't actually clean everything!It does actually clean everything. You need to call
./y.sh prepareagain if you ranclean all; otherwise, it will fail to find some stuff likerustc-std-workspace-alloc.I opened an issue to improve the documentation in this regards. Thanks for testing all this: this will help me improve the documentation.
Aha! Good to know. And yes, improved documents would be of great help.
Thanks again for working on this.