Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A13 => Topic started by: andrea0702 on February 21, 2014, 10:30:56 AM

Title: QT-CREATOR AND A13
Post by: andrea0702 on February 21, 2014, 10:30:56 AM
Hi all,
i've a question about the cross compiling with qt.
I read and i followed this tutorial.

http://aplacetogeek.wordpress.com/qt-opencv-v4l-cross-compiling-raspberry-pi-beagle-bone/

it s for Raspberry or Beableboard, but i think it's similar.

During the installation steps, it ' s all ok, but when i build a simple project with Qt, i've this error

Debugging starts
bash: gdbserver: command not found
Debugging has failed
Debugging has finished

Does anyone know how to help me?

Is there a tutorial for qt and linuxino?

thanks  :)
Title: Re: QT-CREATOR AND A13
Post by: JohnS on February 21, 2014, 01:28:21 PM
The error says gdbserver isn't there so you need to install something so it is.

Some reading should help :)

John
Title: Re: QT-CREATOR AND A13
Post by: andrea0702 on February 23, 2014, 09:13:04 PM
Thanks john,
I ve installed it, but nothing done.. :(