Qtora14 compile Qt4.7.0

Source: Internet
Author: User
Using the friendly arm of Tiny6410 Development Board, compile the friendly arm provided by the qte-4.7.0, after several attempts finally find the problem is actually because my gcc is not installed, need to install gcc software through the network, in this process, you can view your documents as follows :. /configure-opensource-embeddedarm-xplatformqws/linux-arm-g ++-no-webkit

Using the friendly arm of Tiny6410 Development Board, compile the friendly arm provided by the qte-4.7.0, after several attempts finally find the problem is actually because my gcc is not installed, need to install gcc software through the network, in this process, you can view your documents as follows:

. /Configure-opensource-embedded arm-xplatform qws/linux-arm-g ++-no-webkit-qt-libtiff-qt-libmng-qt-mouse-tslib-qt-mouse -pc-no-mouse-linuxtp-no-neon

Now we can see that linux-arm-gcc is under the qws folder. After finding it, we can see the link to gcc step by step, check the gcc-v display in teminal and install it as prompted. Then you can compile it. However, the compilation process cannot be completed in./build-all.

/Opt/FriendlyARM/mini6410/linux/arm-qte-4.7.0/qt-everywhere-opensource-src-4.7.0 folder, the configuration process can be referred to http://www.linuxidc.com/linux/2011-09/%33.htmthis article, the content is more detailed.

#/Opt/mini/qt-everywhere-opensource-src-4.7.0

# Echo yes |. /configure-prefix/opt/Qt4.7-opensource-embedded arm-xplatform qws/linux-arm-g ++-no-webkit-qt-libtiff-qt-libmng-qt-mouse -tslib-qt-mouse-pc-no-mouse-linuxtp-no-neon

The preceding parameters are described as follows:

-Embedded arm: the embedded version for the arm platform will be compiled;

-Xplatform qws/linux-arm-g ++: indicates that the arm-linux cross compiler is used for compilation;

-Qt-mouse-tslib: indicates that the touch screen will be driven by tslib;

-Prefix/opt/Qt4.7: indicates that the final installation path of Qt4.7 is/opt/Qt4.7. Note that the installation path is set to mini6410.

When sending a board, you also need to place Qt4.7 on this path;

Compiled results

Then gmake

Gmake istall

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.