Hi, I am trying to cross compile pcsclite. I am using an x86 machine to compile for mips.
I compiled libusb and pcsclite using the following parameters in the configuration script:

--host=mipsel-linux
--prefix=/somedirectory/usr/local (so that it won't mix up with the libraries and files located in my machine. I want to move everything over at once independently later)

The code compiled successfully, however, I am running into trouble when I try to run it on the mips machine. I used ./pcscd -f -d
It says:

hotplug_libusb.c: 102:HPReadBundleValues() Cannot open PC/SC drivers directory: /somedirectory/usr/local/pcsc/drivers

Since the mips machine doesn't have "somedirectory" in it, it couldn't find the drivers directory.
I believe there's some place where the code uses the prefix parameter, but I couldn't find it to fix my problem. Can anyone give me some pointers please? Thanks a lot!

Cheers,
 
  Arthur
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to