Results 1 to 8 of 8

Thread: make fails when installing on Beaglebone Black

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2016
    Posts
    8
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: make fails when installing on Beaglebone Black

    Well now I'm back where I started. If I enable QwtDesigner in qwtconfig.pri then the make file crashes. If I don't enable it then I end up with an incompatible plugin that won't load. Is there no escape from this infinite loop of frustration?

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,313
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: make fails when installing on Beaglebone Black

    Again, you need to have 2 different builds of Qwt: cross compiled for the Beaglebone + another build for the desktop. Those builds have to be done with different Qt versions - the first one is the one that you have cross compiled for the Beaglebone ( here the designer API was disabled as you probably never run the designer/creator on the target ) and the second one is a Qt version that has been compiled for the desktop ( where you run the creator ). The Qt version for the desktop is usually always build with support for designer plugins.

    Maybe it helps to read: http://qwt.sourceforge.net/qwtinstall.html#USEPLUGIN

    But in your case it should be enough to do the cross compilation with having QwtDesigner disabled. For the Qt creator simply install an official Qwt 6.1 Debiam package, without doing any compilation. This combination should usually match and if you still don't see the Qwt widgets it should be a problem of configuring the Creator ( see link above ).

    Then the only problem you need to take care of is, that your build and the Debian package are installed into different directories. Check the options in qwtconfig.pri.

    Uwe

  3. #3
    Join Date
    Feb 2016
    Posts
    8
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: make fails when installing on Beaglebone Black

    Actually I am using Qt Creator on the BBB. Compile time is slow but it runs at an acceptable speed when developing. I tried to set up cross compilation but progress was slow and frustrating. Also my application takes place in the wilderness where even a laptop would be inconvenient.

Similar Threads

  1. Issue Deploying Qt app to my Beaglebone Black
    By MarkB in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 10th October 2014, 15:33
  2. Problem configuring Qt for BeagleBone Black
    By sask1236 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 7th November 2013, 07:30
  3. Qt creator for Beaglebone black
    By Nagarajan in forum Newbie
    Replies: 0
    Last Post: 24th October 2013, 06:28
  4. Replies: 2
    Last Post: 30th September 2013, 13:18
  5. Installing Qt using gcc, g++ 4.5.0 and Msys-1.0.14 fails!
    By olejh in forum Installation and Deployment
    Replies: 2
    Last Post: 14th June 2010, 06:15

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.