-
Notifications
You must be signed in to change notification settings - Fork 128
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
Android: Unknown processor CMAKE_SYSTEM_PROCESSOR=arm #175
Comments
badicsalex
added a commit
to badicsalex/g2o-rs
that referenced
this issue
Jul 24, 2023
fredszaq
added a commit
to fredszaq/cmake-rs
that referenced
this issue
Oct 3, 2023
This fixes the following cmake errors ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='x86'. ``` and ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='arm'. ``` when crosscompiling for `i686-linux-android` and `armv7-linux-androideabi` android targets fixes rust-lang#175
fredszaq
added a commit
to fredszaq/cmake-rs
that referenced
this issue
Oct 3, 2023
This fixes the following cmake errors ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='x86'. ``` and ``` Android: Unknown processor CMAKE_SYSTEM_PROCESSOR='arm'. ``` when crosscompiling for `i686-linux-android` and `armv7-linux-androideabi` android targets fixes rust-lang#175
For anyone arriving here after trying to upgrade to NDK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When this happens,CMAKE_SYSTEM_PROCESSOR should be armv7-a,not arm
The text was updated successfully, but these errors were encountered: