Closed
Description
I am trying to follow this guide
It's a little outdated but I have checked out repo in order to manually compile for these targets.
I have run:
configure --target=armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,aarch64-apple-ios,x86_64-apple-ios --prefix=$HOME/rustc-ios
make -j8 && make install
However I think the ordering in the makefile is wrong as it tries to run an install.sh that does not exist.
rust-compile-log.txt
Log of failed installation is attached with the main issue being:
Install std stage2 (armv7-apple-ios)
sh: /Users/adam/Development/rust/build/build/tmp/dist/rust-std-1.19.0-dev-armv7-apple-ios/install.sh: No such file or directory