QT on BeagleBoard Xm
-
Hello,
I'm using a beagle board xm and I want to install use the Qt creator to compile an application for it.
I have Debian file system in installed on the board (and not the default Angstrom), is there any special configurations? have anyone done this already and can refer me to a tutorial?Thank you!
Aline -
Hi and welcome to devnet,
Do you mean install QtCreator on the board or on your computer ?
If on the computer which OS are you using ? What version of Qt are you targeting ?
-
Basically it's the same procedure, you need to get a cross-compiler, build your software with it and connect to your board.
You might find more information searching for the raspbian project
Hope it helps