ERROR: Unable to start debugging. Unexpected GDB output from command "-exec-run". Don't know how to run. Try "help target". #127088
Unanswered
ElenaG391
asked this question in
Programming Help
Replies: 1 comment 1 reply
-
Thanks for posting in the GitHub Community, @ElenaG391 ! We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
elena@Elena:~/Documents/1288/pclqube$ file pcl_digtest.elf
pcl_digtest.elf: ELF 32-bit LSB executable, Atmel AVR 8-bit, version 1 (SYSV), statically linked, with debug_info, not stripped
When I try to use GDB to debug the program I receive this error:
ERROR: Unable to start debugging. Unexpected GDB output from command "-exec-run". Don't know how to run. Try "help target".
The program '/home/elena/Documents/1288/pclqube/pcl_digtest.elf' has exited with code 42 (0x0000002a).
any idea?
thanks
Beta Was this translation helpful? Give feedback.
All reactions