Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cannot find library: (2 Items)
   
Cannot find library  
Hi,

This might sound like a stupid problem, but I'm trying to compile a driver for DMM-32-AT, using the dchud 5.91 library, 
but get a "ld: cannot find -ldschud5" compiler error. 
Under Linker->extra Libraries i have - name:"dscud5" , type static. In /lib I have put the libdschud5.a file.

What am I missing?
Re: Cannot find library  
Doh! I just took a look at the makefile output, and of course the problem turned out to be simple: the library path was 
usr/qnx632/target&qnx6/x86/lib, and not simplay /lib.

So, ignore this thread and move on...