Hello,
We are working on dra7xx-evm(OMAP5777) board. Here we are using these things:
1. linux-3.12 kernel
2. Toolchain- gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux.
3. Filesystem- arago-glsdk-multimedia-image-dra7xx-evm.
4. glsdk_6.10.00.02
5. qt 4.8.4
Sample Qt code is working fine on this board.
We are trying to build a Qt-project which will take library from the another Qt-library project.
We are able to build Qt-library project and also able to include this library in our Qt-project, this project is building fine.
Before running this application, we have put all the required shared library into /usr/lib folder.
But during running this application(./sample -qws )
It is showing the following log:
Enter the start as 1
1
Changing Configuration parameters
1. Operation Mode (1->Tx 2->BITE)
2. Range (1->4M 2->8M 3->16M)
Thread executing ...
3. Active Mode (1->Normal 2->Tracker 3->Doppler)
4. Data Log (1->Enable 0->Disable)
5. Read Back (1->Enable 0->Disable)
6. Play Back (1->Enable 0->Diable)
7. Wi-Fi (1->Enable 0->Disable)
8. Battery (0-100)
9. Normal Data
10. Tracker Data
11. Exit
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
QWSSocket::connectToLocalFile could not connect:: Connection refused
No Qt for Embedded Linux server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
Please help in this regard.
Regards
Naveen