Results 1 to 2 of 2

Thread: QT for Altera DE1-SoC

  1. #1
    Join Date
    Aug 2015
    Posts
    1
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default QT for Altera DE1-SoC

    I am compiling the QT widget Hello World example on a virtual machine running ubuntu 14.
    I am using QT creator with gcc-linaro-arm-linux-gnueabihf-4.7 to release the project.

    After compilation, I copy the result executable file to the FPGA. The FPGA is Altera DE1-SoC running Linaro LXDE desktop.It has qt libraries installed in the correct directory "/usr/local/qt-4.8.5-altera-soc". To run the example I input "./hello -qws"

    The problem is; when the hello menu displays, it turns the whole desktop screen into green! When I move the mouse, areas under mouse movement show the desktop background and other programs for few moments before turning green again. Is there a way to fix this problem?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QT for Altera DE1-SoC

    Quote Originally Posted by haidarsoft View Post
    The problem is; when the hello menu displays, it turns the whole desktop screen into green! When I move the mouse, areas under mouse movement show the desktop background and other programs for few moments before turning green again. Is there a way to fix this problem?
    Yes, don't run the program with -qws

    Cheers,
    _

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.