Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Compiling qt5 on BeagleBoneBlack Error 2

Compiling qt5 on BeagleBoneBlack Error 2

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 1.9k Views 1 Watching
  • 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.
  • L Offline
    L Offline
    lolxdfly
    wrote on last edited by
    #1

    Hi,
    i want to install qt5 on my BeagelBoneBlackBord with ubuntu precise and lxde.
    The standart installation packages dont work for the bord, so i have to compile the source.
    At first i tried the compiling guide for the raspPI, but for the BeagleBone its very difficult to change paths...
    I got many error, so i use this guide: "http://qt-project.org/wiki/Building-Qt-5-from-Git":http://qt-project.org/wiki/Building-Qt-5-from-Git

    Thats works better!

    But at the end of the command "make -j 4" i get these errors:
    !http://www.pic-upload.de/view-19987470/2013-07-08-12.59.57.jpg.html(pic)!

    if pic doesnt work use this link : "http://www.pic-upload.de/view-19987470/2013-07-08-12.59.57.jpg.html":http://www.pic-upload.de/view-19987470/2013-07-08-12.59.57.jpg.html

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lolxdfly
      wrote on last edited by
      #2

      push?

      1 Reply Last reply
      0
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        Hi,

        If there is nobody here with BeagleBone experience, try asking at their official forums (http://beagleboard.org/Community/Forums ).

        I haven't compiled Qt for embedded Linux myself, but I'll try: The error messages show me two things:

        You are using an unreleased version (Qt 5.1.1 is not ready yet, and could contain bugs)

        Your linker can't find private OpenGL functions (I'm not sure why)

        Try compiling a released version instead. Download the "Qt 5.1.0 source code":http://download.qt-project.org/official_releases/qt/5.1/5.1.0/single/qt-everywhere-opensource-src-5.1.0.tar.gz , put it in a new directory, then run configure and make again.

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lolxdfly
          wrote on last edited by
          #4

          Ok, i ask at the BeagBone Forum.

          I downloaded the 5.1 src and make ./configure ... .
          It dont have init-repository so it is not required?
          After i try to compile. But i get nearly the same error:

          "http://www.pic-upload.de/view-20002151/2013-07-09-17.32.45.jpg.html":http://www.pic-upload.de/view-20002151/2013-07-09-17.32.45.jpg.html

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            No, they are very different errors. The first is a linker error (the linker can't find a library). The second is a compiler error (the compiler can't find a folder).

            Good luck

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            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