-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error when building the example #7
Comments
Referring to issue #5 I found that the However, now I get the following error:
|
I got exactly the same error :( solve it by add
to the LOCAL_LDLIBS variable in jni/Android.mk file, so it can find libgomp.a library |
The thing is toolchain that is used by One workaround is to change
to
in build.sh files of demo applications. |
If you are looking for the easiest way to deploy on embedded, or Android or iOs, thnets now contains also an easy stripped-version of openBLAS, so it is really easy to compile it on embedded devices: https://github.com/mvitez/thnets. We highly recommend it |
should be fixed now in the build scripts. |
home/manish/samsung/p3100/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/../lib/gcc/arm-linux-androideabi/4.9.x-google/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsrv_init_SGX540_120 |
Hi
I successfully built torch-android, but when trying to build the example, I obtained the following error. I am wondering if you can help pls
The OS is Ubuntu
Many thanks
The text was updated successfully, but these errors were encountered: