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
I've built the library and i can run the example program. But i can't link the library on my custom project on cmake. It can't find the -lncnn. How to fix this?
The text was updated successfully, but these errors were encountered:
And now i got the error like
/usr/bin/ld: /temp_/ncnn-with-cuda/build/install/lib/libncnn.a(allocator.cpp.o): in function void check<cudaError>(cudaError, char const*, char const*, int) [clone .part.0] [clone .constprop.0]': allocator.cpp:(.text+0x9f): undefined reference to cudaGetErrorString'
I've built the library and i can run the example program. But i can't link the library on my custom project on cmake. It can't find the -lncnn. How to fix this?
The text was updated successfully, but these errors were encountered: