### STR ``` $ cargo new --bin hello && cd $_ $ cross run --target i686-linux-android Compiling hello v0.1.0 (file:///project) Finished dev [unoptimized + debuginfo] target(s) in 0.17 secs Running `qemu-i386 /target/i686-linux-android/debug/hello` libc: Fatal signal 4 (SIGILL), code 2, fault addr 0xf6fe2961 in tid 7 (qemu-i386) libc: Unable to open connection to debuggerd: Connection refused Illegal instruction (core dumped) ``` ### Meta ``` $ cross -V cross 0.1.13-dev (3de557c 2017-10-20) cargo 0.24.0-nightly (859c2305b 2017-10-29) ``` cc @malbarbo