Skip to content
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

Support MIPS/MIPS64 hosts #814

Closed
8 tasks done
xen0n opened this issue Nov 16, 2016 · 5 comments
Closed
8 tasks done

Support MIPS/MIPS64 hosts #814

xen0n opened this issue Nov 16, 2016 · 5 comments

Comments

@xen0n
Copy link
Contributor

xen0n commented Nov 16, 2016

Rust's support for MIPS is getting close to mature, with the recent addition of cross-compiled MIPS host compilers it's about time we supported MIPS as a viable host platform. Here's my TODO list for that, as both a reminder for myself and hint for any future porting efforts.

@xen0n
Copy link
Contributor Author

xen0n commented Nov 16, 2016

Oh, and also CI support. I think this needs input from Rust maintainers.

EDIT: I believe it's being worked on #797, but seems low-priority indeed.

@xen0n
Copy link
Contributor Author

xen0n commented Nov 21, 2016

MIPS hosts are appearing since the 2016-11-17 nightly and beta, successfully installed with local-built rustup. Seems we only have to wait for libc 0.2.18 before the next Rust release.

xen0n added a commit to xen0n/rustup.rs that referenced this issue Dec 7, 2016
Part of rust-lang#814; `rustup.rs` now builds under MIPS64 hosts. Yay!
@xen0n
Copy link
Contributor Author

xen0n commented Jan 7, 2017

Considered complete! Only have to wait for the next rustup release which should have the MIPS binaries correctly produced. Closing.

@xen0n xen0n closed this as completed Jan 7, 2017
@xwafish
Copy link

xwafish commented Feb 28, 2017

HI, why rust still not work on mips64el ?

curl https://sh.rustup.rs -sSf | sh
info: downloading installer
curl: (22) The requested URL returned error: 404 Not Found
rustup: command failed: curl -sSfL https://static.rust-lang.org/rustup/dist/mips64el-unknown-linux-gnuabi64/rustup-init -o /tmp/tmp.jZ6IYwI0sA/rustup-init

Thank you.

nodakai pushed a commit to nodakai/rustup.rs that referenced this issue Apr 23, 2017
Part of rust-lang#814; `rustup.rs` now builds under MIPS64 hosts. Yay!
@gnzlbg
Copy link
Contributor

gnzlbg commented Nov 27, 2017

@xen0n I am trying to use an MSA intrinsics with MIPS/MIPS64 without any luck, did you managed to do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants