-
Notifications
You must be signed in to change notification settings - Fork 41
No "stage2" after ./x.py build
#26
Comments
Following rust-lang/rust#40108 (comment) I made it through the build, so I'll try continuing. |
Hmm, it seems the compiler build system has changed a bit. I'll dig into it and report back. FYI I use |
I'm not sure why, as it seems to be "resolved" in the Rust world, but I ran into the same issues described in the linked ticket:
Except I used an absolute path, because |
|
the documentation on the github landing page still reports the
for windows build. Can it be corrected? |
I believe I'm following the instructions. What I've done so far:
That all appears to have worked. The next step says to set the environment variable:
RUSTC=/path/to/rust-xtensa/build/x86_64-unknown-linux-gnu/stage2/bin/rustc
Looking in my
/path/to/rust-xtensa/build/x86_64-unknown-linux-gnu/
I have the following:Notably absent is "stage2". Have I done something wrong? I'm on Ubuntu 18.04.5 LTS and I'm on
435fc68
in rust-xtensa. My build completed in a way that seems reasonable (e.g. didn't explode):The text was updated successfully, but these errors were encountered: