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