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 :)
The error says gdbserver isn't there so you need to install something so it is.
Some reading should help :)
John
Thanks john,
I ve installed it, but nothing done.. :(