/usr/bin/ld: cannot find -lVeinApiLinux
Locked
Unsolved
Mobile and Embedded
-
I am a noob of Qt and using a fingervein device for developing work.But I met a problem .I dont konw how to deal with.Here are some info,as follows:
1,BUG :
/usr/bin/ld: cannot find -lVeinApiLinux Makefile:234: recipe for target 'mycom' failed collect2: error: ld returned 1 exit status make: *** [mycom] Error 1 19:20:20: The process "/usr/bin/make" exited with code 2. Error while building/deploying project mycom (kit: Desktop Qt 5.7.1 GCC 64bit) When executing step "Make"
2.mycom.pro info
VeinApiLinux .so
INCLUDEPATH += /usr/lib LIBS += -L/usr/lib -lVeinApiLinux -ldl
I appreciate it.