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
"For android, we provide the +v7 feature by default in order to allow
LLVM to lower these 64-bit atomics to actual instructions. If you
compile with -C target-feature=+v7 then it shouldn't make a function
call to __kernel_cmpxchg64."
This should fix the
A newer kernel is required to run this binary. (__kernel_cmpxchg64 helper) Aborted
message we currently get using Luqman's Feb10 build on the RK3188.
The text was updated successfully, but these errors were encountered:
"For android, we provide the +v7 feature by default in order to allow
LLVM to lower these 64-bit atomics to actual instructions. If you
compile with
-C target-feature=+v7
then it shouldn't make a functioncall to __kernel_cmpxchg64."
This should fix the
A newer kernel is required to run this binary. (__kernel_cmpxchg64 helper) Aborted
message we currently get using Luqman's Feb10 build on the RK3188.
The text was updated successfully, but these errors were encountered: