This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

QT Support for DRA7xx_EVM



By refering the below link  i am trying to install

http://tigraphics.blogspot.in/2013/08/qt5-with-kms-omap5-jacinto6.html

I have downloaded

qt-everywhere-opensource-src-5.1.0,

tigraphics-qtsupport

For building QT5, as per the instructions in the above link, i have copied linux-omap5-g++ directory into $QT/qtbase/mkspecs

and Applied the patch for KMS plugin on qtbase directory...


and when configuring i am getting errors,

toolsxplatform: unknown argument
linux-omap5-g++: unknown argument
-confirm-license-opensource: invalid command-line switch

   The specified system/compiler is not supported:
Do i need install anything before these, for the errors?

Thanks in advance.

Regards,

Ganesh.

  • Hii Titus,

    I referred those posts and done these steps also

    export export QMAKE_INCDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/GL"
    export QMAKE_LIBDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib"
    export QMAKE_LIBS_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib"

    and then executing the configuration

    or including the following:

    env CPPFLAGS="-I/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib/ -I/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib/dri/ -I/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/ -I/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/GL" LDFLAGS="-L/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib"

    before the ./configure line..

    But i am getting this error after the ./configure line..

    The specified system/compiler is not supported:

    /home/intuser/Desktop/QT5/qt-everywhere-opensource-src-5.1.0/qtbase/mkspecs//usr/local/ti-sdk-am335x-evm/linux-devkit/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++

    Please see the README file for a complete list.
    I dont know why actually /usr/local/ti-sdk-am335x-evm/linux-devkit/arm-arago-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++ comes into picture here? Where i am wrong for this compiler error?

    Regards,
    Ganesh.
  • Hi Ganesh,
    I think, some where on your machine QT variables were set for AM335x thats why, you are getting like this.
    Try it on some other different machine.

    Ans one more, you have exported in with 2 export commands.

    export export QMAKE_INCDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/GL"

    TO

    export QMAKE_INCDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/GL"

    export QMAKE_INCDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/include/GL"
    export QMAKE_LIBDIR_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib"
    export QMAKE_LIBS_OPENGL="/home/intuser/Desktop/QT5/ti-glsdk_omap5-uevm_6_01_00_01/usr/lib"
  • Hi Titus,


    Is it possible to change QT variables in this machine only? How to change?
    Also i haven't exported in with 2 export command its just typing mistake..

    Regards,
    Ganesh
  • Hii Titus,

    Any Solution??

    Regards,
    Ganesh