You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an expert in building libraries from source, and I’ve been following the official ONNX Runtime build documentation. Specifically I am building for android by cross-compiling with Windows.
According to the docs, we can specify the Android ABI using --android_abi [armeabi-v7a|arm64-v8a|x86|x86_64]
I was able to successfully build for arm64-v8a, but when I try to build for armeabi-v7a, the process fails with the following error:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not an expert in building libraries from source, and I’ve been following the official ONNX Runtime build documentation. Specifically I am building for android by cross-compiling with Windows.
According to the docs, we can specify the Android ABI using
--android_abi [armeabi-v7a|arm64-v8a|x86|x86_64]
I was able to successfully build for
arm64-v8a
, but when I try to build forarmeabi-v7a
, the process fails with the following error:Unsupported architecture. CMAKE_ANDROID_ARCH_ABI: armeabi-v7a
Has anyone managed to compile ONNX Runtime for
armeabi-v7a
?If so, could you share any tips or changes you had to make?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions