Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » openOCD + GDB debugging with Eclipse Mars(openOCD failed with code (-1073741515))
openOCD + GDB debugging with Eclipse Mars [message #1755935] Thu, 09 March 2017 11:39 Go to next message
Radhika Raghavendran is currently offline Radhika RaghavendranFriend
Messages: 3
Registered: March 2017
Junior Member
index.php/fa/28720/0/index.php/fa/28718/0/I have setup openOCD debugging plugin from GNU ARM eclipse website. I have made all the necessary changes in the openOCD Debug configuration. My project builds fine using a makefile. I have a problem launching the debug configuration.
The error says "openOCD failed with code (-1073741515)". Error log displays the command which was run in the debug configuration. When I copy and paste the command used in debug configuration on a Windows command prompt, it throws an error saying "error in procedure echo".
When I remove the part of command "-c echo "Started by GNU ARM Eclipse"" on the command prompt, I am able to run openOCD and debug the application using command line.
However, I would like to use eclipse to debug the application, and it looks as if the "echo" option is the one causing the problem.
Can you please tell me how I can remove the echo command in the debug configuration launch file?
Here are the snapshots of the errors.
index.php/fa/28718/0/
index.php/fa/28719/0/
index.php/fa/28720/0/
Re: openOCD + GDB debugging with Eclipse Mars [message #1756115 is a reply to message #1755935] Sat, 11 March 2017 15:45 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
This question was duplicated in the CDT forum.
https://www.eclipse.org/forums/index.php?t=msg&th=1084906&goto=1756023&#msg_1756023
Please don't do this. Cross posting will create confusion.

In summary:
-1073741515 is the decimal representation of Windows error 0xC0000135 (STATUS_DLL_NOT_FOUND).
It means that a DLL couldn't be found.
https://www.eclipse.org/forums/index.php?t=msg&th=1084906&goto=1756023&#msg_1756023

OpenOCD ARM Eclipse is a third party plugin .
Questions concerning it would best be addressed at the OpenOCD ARM Eclipse website.
http://gnuarmeclipse.github.io/
http://gnuarmeclipse.github.io/support/
http://gnuarmeclipse.github.io/support/forum/
Previous Topic: !MESSAGE Warnings while parsing the key bindings in .log
Next Topic:Number problem in editing
Goto Forum:
  


Current Time: Fri Apr 26 10:11:35 GMT 2024

Powered by FUDForum. Page generated in 0.10058 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top