-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error when exec ndk-build #100
Comments
Got to be some more output you can add? I see it tries to load CUDA libs, is CUDA installed properly? |
now i figured out that i missed several .a file like luajit.a, luaT.a, etc. something seems went wrong when i build them do u ever have built libtorchdemo.so file? |
I'm unsure if the demo works, I spent a day to solve everything before getting it to build. I believe I ended up copying some files manually, might be them. At least; if it succeeds to build torch-android all the necessary files exist |
so can torchdemo.so build? |
output:
Android NDK: WARNING:jni/Android.mk:torchdemo: non-system libraries in linker flags: -lluaT -lluajit -lTH -lTHNN -lnn -ltorch -lnnx -limage -ltorchandroid -lluaT -lluajit -lTH -lTHNN -lnn -ltorch -lnnx -limage -ltorchandroid
is env set wrong?
The text was updated successfully, but these errors were encountered: