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
you get :-1: error: the clang compiler does not support '-march=armv7-a'
Omitting it you get the same error for cortex-a8, omitting THAT and you get a problem with the neon assembly file. I am able to compile and deploy without those flags for armeabi-v7a which tells me the compiler does not like the assembly file. I have a feeling this is me being inexperienced with android compilers but I was able to compiler the library, and link with the .a
Doing so ran into another issue where the library could not see the Box2DParticleSystem, which led me back to trying to link the static library
The text was updated successfully, but these errors were encountered:
Trying to compile under ARM64-V8a has been unsuccessful...
running these flags:
you get
:-1: error: the clang compiler does not support '-march=armv7-a'
Omitting it you get the same error for cortex-a8, omitting THAT and you get a problem with the neon assembly file. I am able to compile and deploy without those flags for armeabi-v7a which tells me the compiler does not like the assembly file. I have a feeling this is me being inexperienced with android compilers but I was able to compiler the library, and link with the .a
Doing so ran into another issue where the library could not see the Box2DParticleSystem, which led me back to trying to link the static library
The text was updated successfully, but these errors were encountered: