[SOLVED] Cross-Compiling for BeagleBone Black
-
Hello everyone,
I have developped some small applications on a Ubuntu system and then cross-compiled tu use them on a BeagleBone Black.
Now I have to use QT to develop GUI programs but the webpage "http://www.angstrom-distribution.org/toolchains/" is broken and I don't know where I can find antoher cross-compiler or how to make it in antoher way. I've searched on many forums but haven't found a satisfacting answer.
I know that I need to make the installation in 5 steps :
- Installing Qt-Creator
- Installing the Cross-Compiler - Building Qt
- Setting Up Qt-Creator
- Setting up the BeagleBoard
Thanks in advance for your help.
- Installing Qt-Creator
-
Texas Instruments provide a toolchain for beaglebone black. It has also already Qt libs (4.8.3) "TI toolchain":http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/latest/index_FDS.html, but you must in that case use system provided by this toolchain, in standard Angstrom in beaglebone black Qt libs are 4.8.1 . Another way is to use bitbake to create a toolchain for beaglebone black with Qt libs (4.8.1). Sorry for my english ;). Hope it helps ;)
-