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
The problem seems to be the -march=armv5te which is not supported by clang, and then it bails out.
I don't really know how to fix this problem. I can't simply filter out the -march because it might impact some ifdef for supported arch.
Android NDK project: https://github.com/googlesamples/android-ndk/tree/66d64b4710291f289c05c52abdb0e2650af0f6f2/hello-jni
execute
bear ndk-build
to generatecompile_commands.json
, here is it's content:then I execute these commands:
and get this error:
what can I do to resolve this error?
The text was updated successfully, but these errors were encountered: