Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [SOLVED] QT Serial Communication with Beaglebone
QtWS25 Last Chance

[SOLVED] QT Serial Communication with Beaglebone

Scheduled Pinned Locked Moved 3rd Party Software
22 Posts 3 Posters 12.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tilapia21
    wrote on last edited by
    #21

    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.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      seiko
      wrote on last edited by
      #22

      @
      /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
      @

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved