Closed
Description
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.)