Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved undefined symbol __android_log_print and CP_USE_DOUBLES in arm32 #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

padmadevd
Copy link

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