PDA

View Full Version : Problem with remote debugging and issues in building for ARM target



badri89
14th October 2012, 06:14
hi,
I built a small multithreaded application in qt. Previously I debugged using gdb remote debugging in qt. Suddenly I dont know what happened, my debugger always fails while launching
and I have the following error.

<49-exec-run

>49^error,msg="Don't know how to run. Try \"help target\"."

dDon't know how to run. Try "help target".


Also first I tested my application in my host(x86) and while compiling it dint have any issues. When I compiled it for ARM target I had the following issues:


In file included from /data/Sitara/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qobject.h:48:0,

from /data/Sitara/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qthread.h:45,

from /data/Sitara/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/QThread:1,

from ../Threads/thread.h:4,

from ../Threads/thread.cpp:2:


But my executable is getting generated anyway. Should I ignore this issues or should i consider??


Thanks

badri89
14th October 2012, 08:47
Sorry for my stupidity!! The problem is with my Run Settings in qt. But the issues are still there. Is it ok to leave them?