QT-CREATOR AND A13

Started by andrea0702, February 21, 2014, 10:30:56 AM

Previous topic - Next topic

andrea0702

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  :)

JohnS

The error says gdbserver isn't there so you need to install something so it is.

Some reading should help :)

John

andrea0702

Thanks john,
I ve installed it, but nothing done.. :(