[SOLVED] Compile or download libQtSerialPort.so.1 for QtSerialPort
-
-
Hi,
First result of a google search is "this":http://qt-project.org/wiki/QtSerialPort
-
Hi SGaist
I had a look at the link before I posted, but couldn't get the build going, that's what i'm having problems with. it works on my desktop but it fails on my embedded device because it cant find this libQtSerialPort.so.1 library.
Maybe i'm doing something wrong, don't know, but I open the serialport project and go build. have you build this project before, or what do you use for serialports?
-
Then:
- What's your building error ?
- What's your target processor ?
If your target uses the same process type (i.e. x86) you can copy libQtSerialPort.so* to the right place on your device (i.e in the same folder of your Qt installation)
Currently I use my own implementation based on libftd2xx (the device I connect to are only using ftdi chips).
-
Hi
Only now had the time to come back to this issues.
I'm trying to compile it for a ARM mini2440. I built it for my host machine and it works create.
the error I'm getting is about <QtSerialPort/QserialPort> not being found.
I followed the qmake then make then make install. Not sure how to compile and install it for a mini2440, would appreciate it if you could point me in the right direction.
Thanks
-
The same as for your host machine but using the qmake built for your Qt arm version.
-
-
AFAIK it should have been built & installed when you cross-compiled Qt
-
As you said, it might be the tests from QtSerialPort. You can grep through the sources to find which files include QTest