Skip to content

Resolved undefined symbol __android_log_print and CP_USE_DOUBLES in arm32 - #251

Open
padmadevd wants to merge 2 commits into
slembcke:masterfrom
padmadevd:master
Open

Resolved undefined symbol __android_log_print and CP_USE_DOUBLES in arm32#251
padmadevd wants to merge 2 commits into
slembcke:masterfrom
padmadevd:master

Conversation

@padmadevd

Copy link
Copy Markdown

No description provided.

changed (#if CP_USE_DOUBLES) to (#if CP_USE_DOUBLES && __arm64) and removed (#if !__arm64) block
 in ARM_NEON section of the code.

CP_USE_DOUBLES seems to be equal to 1 even in armeabi_v7a.
And checking __arm64 above instead of inside makes sense.
added "log" in target_link_libraries for android in line 32. This resolved (Undefined Symbol : __android_log_print) error for me. Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant