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
{{ message }}
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
Hi, I try to integrate the prebuilt libs from this demo app to my own project through Android.mk. All building and linking work fine except I got NDK error of Undefined reference to atof, strtof and etc. from libCaffe2_CPU.a and libprotobuf.a.
My NDK version is r11c, just wonder what is the root cause of this error? Is a particular version of NDK or STL required? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I try to integrate the prebuilt libs from this demo app to my own project through Android.mk. All building and linking work fine except I got NDK error of Undefined reference to atof, strtof and etc. from libCaffe2_CPU.a and libprotobuf.a.
My NDK version is r11c, just wonder what is the root cause of this error? Is a particular version of NDK or STL required? Thanks.
The text was updated successfully, but these errors were encountered: