-
Notifications
You must be signed in to change notification settings - Fork 13.3k
No rule to make target i686-unknown-linux-gnu/rt/arch/i386/morestack.o #17079
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
@tomaka My understanding is, if we were able to build Rust with plain LLVM 3.x rather than rust-lang/llvm (a fork from LLVM SVN trunk,) the Rust developers would not have taken the trouble of maintaining the latter. FYI, when I tried to build Rust Git HEAD with my installation of LLVM 3.4 a few weeks ago, the bootstraping stage aborted with an assert failure. Since then I just follow the standard build procedure. |
The Travis test uses a regular LLVM as well: https://github.com/rust-lang/rust/blob/master/.travis.yml I'm not sure but I think that my issues simply comes from an inconsistency between |
Is this still a problem today? |
I'm probably never going to try this ever again. |
While compiling rust with Ubuntu 14.04 on a 32 bits machine with the
--llvm-root
flag:Removing
--llvm-root
fixes the problem, but I wanted to use the--llvm-root
flag in order to use LLVM 3.3, which is the version required by emscripten.(similar to #15228)
The text was updated successfully, but these errors were encountered: