Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

arm64 Android build target failing #777

Open
fluffyemily opened this issue Jul 4, 2018 · 0 comments
Open

arm64 Android build target failing #777

fluffyemily opened this issue Jul 4, 2018 · 0 comments
Labels
A-build A-sdk-android Android SDK related issues P-Android Android-specific issues.

Comments

@fluffyemily
Copy link
Contributor

Running cargo build -p mentat_ffi --target aarch64-linux-android --release returns an error

Compiling tokio-threadpool v0.1.4
error[E0308]: mismatched types
   --> /Users/emilytoop/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.14/src/sys/unix/uds.rs:144:33
    |
144 |                                 len_i32))?;
    |                                 ^^^^^^^ expected u32, found i32

'+fp' is not a recognized feature for this target (ignoring feature)
'+fp' is not a recognized feature for this target (ignoring feature)
   Compiling mentat v0.7.0 (file:///Users/emilytoop/Development/mentat)
error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.
error: Could not compile `mio`.
warning: build failed, waiting for other jobs to finish...
error: build failed

It looks like a dependecy we have does not support arm64

@fluffyemily fluffyemily added A-build P-Android Android-specific issues. A-sdk-android Android SDK related issues labels Jul 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-build A-sdk-android Android SDK related issues P-Android Android-specific issues.
Projects
None yet
Development

No branches or pull requests

1 participant