-
Notifications
You must be signed in to change notification settings - Fork 227
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
Error loading target specification: Could not find specification for target i386-intel-linux #26
Comments
What operating system are you on? Did you remember to install binutils: *For nix $ wget http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz
$ tar xf binutils-2.24.tar.gz
$ cd binutils-2.24
$ ./configure --target=i386-elf --disable-werror --prefix=/your/home/directory
$ make && make install As far as windows is concerned, I can't help you. |
I had installed binutils. But I try to install it again. I'm on Mac OS X Yosemite. |
That target was renamed recently (about 2 weeks or so ago) to |
rustc -O --target i686-unknown-linux-gnu --crate-type lib -o main.o --emit obj main.rs |
I restarted the Terminal..then its run!!!!!!!!! |
@letsch323letsch did you apply the changes in pull request #25? PS: One liner to do that:
|
@letsch323letsch oh, nice :) |
…aileys#25 and issue haileys#26 from the main repository.
Whats this error?
The text was updated successfully, but these errors were encountered: