Hi everyone.

I have managed to compile QT4.8 with gcc-arm-linux-gnueabihf-4.9 by manipulating the symbolic links.
After quite some time I have managed to make Qt connect to my Target Board and display/run a basic Qt Application.
But when try and load an example from the QtExamples file I get the following.
Failed to upload file " /home/user/QtProjFile/examples/dialogs/README ".
So it is not copying files to the target board accept for small projects.

That is the one problem.
The other problem is that I can not seem to DEBUG " Step through " the code running on the board since it just comes back with an error 127.
Even if the code runs when I click run it will still come back with error 127 if I try and debug.
I have to initialize the gdbserver but I have no idea how to do that. If I do that then I can not manage to mix my program with it somehow.

Why can I not debug?
Why can I only send over some projects files instead of all of them?

Thanks
Cart