while parsing target description (at line 10): Target description specified unknown architecture "arm"
-
wrote on 26 May 2021, 02:49 last edited by
Hi,
I want to debug the raspberry pi from my ubuntu 16LTS OS. I have configured as cross complie per this link https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/.
I am able to run the application if I set project configuration as in release mode. but when I configured as debug mode i am not able to run the application from Host to Rpi and its giving the below errors.
I am looking for the help in order to provide the suitable debugger for Rpi which support ARM family.
Settings:
Ubuntu 16 Qt 3.5.1 and I want to debug an application to raspberry pi (full Buster) from Host PC.
Errors:
Debugging starts
Listening on port 10005
Remote debugging from host 192.168.0.108
Process /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser created; pid = 6518
Build ID mismatch between current exec-file /home/sruhad/QtSample/QtSample/build-appchooser-LocalPC-Debug/appchooser
and automatically determined exec-file loading /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser: Not a directory.
while parsing target description (at line 10): Target description specified unknown architecture "arm"
Could not load XML target description; ignoring
Killing process(es): 6518
Debugging has finishedDebugging log:
&"warning: while parsing target description (at line 10): Target description specified unknown architecture "arm"\n"
while parsing target description (at line 10): Target description specified unknown architecture "arm"&"warning: Could not load XML target description; ignoring\n"
Could not load XML target description; ignoring
208^error,msg="Remote 'g' packet reply is too long (expected 312 bytes, got 328 bytes): 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fdff7e0000000030eafc76100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
dRemote 'g' packet reply is too long (expected 312 bytes, got 328 bytes): 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fdff7e0000000030eafc76100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -
Hi,
I want to debug the raspberry pi from my ubuntu 16LTS OS. I have configured as cross complie per this link https://mechatronicsblog.com/cross-compile-and-deploy-qt-5-12-for-raspberry-pi/.
I am able to run the application if I set project configuration as in release mode. but when I configured as debug mode i am not able to run the application from Host to Rpi and its giving the below errors.
I am looking for the help in order to provide the suitable debugger for Rpi which support ARM family.
Settings:
Ubuntu 16 Qt 3.5.1 and I want to debug an application to raspberry pi (full Buster) from Host PC.
Errors:
Debugging starts
Listening on port 10005
Remote debugging from host 192.168.0.108
Process /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser created; pid = 6518
Build ID mismatch between current exec-file /home/sruhad/QtSample/QtSample/build-appchooser-LocalPC-Debug/appchooser
and automatically determined exec-file loading /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser /home/pi/appchooser/build-appchooser-RaspberryPi-Debug/appchooser: Not a directory.
while parsing target description (at line 10): Target description specified unknown architecture "arm"
Could not load XML target description; ignoring
Killing process(es): 6518
Debugging has finishedDebugging log:
&"warning: while parsing target description (at line 10): Target description specified unknown architecture "arm"\n"
while parsing target description (at line 10): Target description specified unknown architecture "arm"&"warning: Could not load XML target description; ignoring\n"
Could not load XML target description; ignoring
208^error,msg="Remote 'g' packet reply is too long (expected 312 bytes, got 328 bytes): 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fdff7e0000000030eafc76100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
dRemote 'g' packet reply is too long (expected 312 bytes, got 328 bytes): 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fdff7e0000000030eafc76100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000@PSM100 What debugger do you use? You need one which supports ARM.
-
wrote on 26 May 2021, 08:18 last edited by
I am using gcc-linaro-arm-linux-gnueabihf-raspbian
and arm-rpi-4.9.3-linux-gnueabihf debuggers.
1/3