rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Android: Unknown processor CMAKE_SYSTEM_PROCESSOR=arm #175

Closed MarginGitHub closed 3 weeks ago

MarginGitHub commented 1 year ago

When this happens,CMAKE_SYSTEM_PROCESSOR should be armv7-a,not arm

adwhit commented 1 month ago

For anyone arriving here after trying to upgrade to NDK v27, I think there is now a separate issue that has surfaced that gives a similar error. The root cause is actually the ABI values not being set at all within cmake due to a change in configuration. See: https://github.com/android/ndk/issues/2049