-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Building arm-unknown-linux-gnueabi target on OS X fails #16804
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
Notice this line:
You need a working toolchain for every target you'd like to build. |
@luqmana This is false. We use the in-tree llvm-mc to compile assembly on x86. And llvm-mc supports arm targets. |
@alexchandel at the very least, the main Rust distribution has C code that needs to be compiled for the target. In any case, it's clearly not true that |
@huonw OS X's clang seems to be capable of compiling and assembling the C code for the arm target. I'm wondering why clang or |
Building rust on OS X 10.9.4 with:
produces the following error:
Related to #16259 and #16224.
The text was updated successfully, but these errors were encountered: