forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Doc building for ios
kud1ing edited this page Dec 2, 2013
·
100 revisions
Compilation currently does not link, see #10384.
You need XCode 5.
- Build Rust:
mkdir build; cd build
../configure --target=arm-apple-darwin
make VERBOSE=1
- Use Rust:
rustc --target=arm-apple-darwin foo.rs
- Compilation:
- Compile twice, with both
-arch armv7
and-arch armv7s
(A6 processor) ?
- Compile twice, with both
- Code:
- https://github.com/mozilla/rust/issues/6170
-
ARM Machine Directives:
.align
- Building a GHC cross-compiler for Apple iOS targets
- Cross-compilation using Clang
- Doc building for android
-
environ.7:
_NSGetEnviron()
- iOS ABI Function Call Guide
- llc
- llvm-dis
- Note seeing LLVM output from rust