Closed bclmary closed 7 years ago
The 3d line of the Makefile didn't work on my shell, I had to blank the variable
What shell do you use?
The Linker awaits ftd2xx to be copied in system library (at least, in /usr/local/lib/). This is specified in the ReadMe of the driver, but not in your documentation. An alternative could be to set the linker's library path differently.
This is the result of blanking the PATH_PREFIX variable. File ftd2xx.so is linked from unpacked driver directory tree.
What follows may be specific with Thorlabs TBD001 (but I don't think so...):
Yeah. Those are surely bugs. I'll fix them.
These are more subjective
Both sound good. I'll do it
Thanks for feedback. :+1: I will try to spend more time on this project. Feel free to contribute by forking code and creating PR. And of course, filling out issues.
This is the result of blanking the PATH_PREFIX variable. File ftd2xx.so is linked from unpacked driver directory tree.
Yes ! I figure that out few time after posting. This issue appears because... suspense... I had a folder name with a space in the name !
Feel free to contribute by forking code and creating PR.
I'm new in contributing on codes. I will post something just for the fun of it ;-)
Solved #6
Hy,
Here are some issues I encountered during installation on a debian Sid.
What follows may be specific with Thorlabs TBD001 (but I don't think so...):
should be:
These are more subjective:
printf("\nAwaiting commands. Type \"help\" to display available commands.\n(tip: \"-h\" option is available for all commands to obtain specific help)\n");
Great job anyway :-D