[SOLVED] QT Serial Communication with Beaglebone
-
Ok, just a last problem then I think I'll be ready to fly on my own.
I compiled the "terminal" example and it was displayed on the beaglebone screen. But I wanted to change the mainWindow resolution cause the example was really small and I should have made sth wrong cause now I get this error :
16:06:32: Running steps for project terminal...
16:06:32: Configuration unchanged, skipping qmake step.
16:06:32: Starting: "/usr/bin/make"
arm-angstrom-linux-gnueabi-g++ -Wl,-rpath-link,/opt/qt/lib -o terminal main.o mainwindow.o settingsdialog.o console.o moc_mainwindow.o moc_settingsdialog.o moc_console.o qrc_terminal.o -L/home/julian/Downloads/qt-qtserialport/src/serialport -L/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi//usr/lib -lglib-2.0 -lQtSerialPort -lQtGui -lQtCore -lpthread
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lQtGui
collect2: ld returned 1 exit status
make: *** [terminal] Error 1
16:06:32: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project terminal (kit: BeagleboneKit)
When executing step 'Make'
16:06:32: Elapsed time: 00:00. -
@
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lQtGui
collect2: ld returned 1 exit status
@
the linker can't find QtGui because in follow directory you should have
QT library and I don't why qt qmake didn't even provide the path of lib maybe you should recall qmake
@
/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib
@