Coding Chase - Projects

My 3D Hub

Thank You For Donating:

Ikeeki (linux-sunxi@irc.freenode.net)
Computer Troubleshooters Brasil

Saturday 8 March 2014

Cubieboard (A20) - X11 Q 5.2.1

New image set currently being uploaded to Box.com:

- The README file contains all the relevant information
- I had to make some adjustments to the linux-cubieboard2-g++ mkpecs files
- The cross-compilation ./configure line for this one is:

./configure -opengl es2 \
-device linux-cubieboard2-g++ \
-device-option CROSS_COMPILE=/opt/qt5.cubieboard2.workbench/gcc-linaro-arm-linux-gnueabihf-4.8-2013.09_linux/bin/arm-linux-gnueabihf- \
-sysroot /opt/qt5.cubieboard2.workbench/cubie-rootfs \
-opensource \
-confirm-license \
-optimized-qmake \
-release \
-make libs \
-prefix /usr/local/qt5cb2x11 \
-no-pch \
-nomake examples \
-nomake tests \
-no-eglfs \
-no-linuxfb \
-qt-xcb \
-v



So Cubieboard 2 seems all set, both framebuffer and X11 cross-compiled environments!

No comments :

Post a Comment