|
|
Re: GDB / OpenOCD problem [message #1837649 is a reply to message #1827574] |
Wed, 03 February 2021 15:42 |
Tauno Voipio Messages: 742 Registered: August 2014 |
Senior Member |
|
|
There are several steps in Eclipse/GDB/OpenOCD connection:
- Eclipse to GDB using GDB/MI,
- GDB to OpenOCD using GDB remote,
- OpenOCD to target (probably) using JTAG
To debug the situation, you should take it step-by-step:
- Check OpenOCD and target using OpenOCD Telnet connection
from the console
- Check GDB to OpenOCD using GDB from console
- Last, Eclipse to GDB using MI
The error indications you have are telling that GDB
is not there or not understanding what you're attempting to do.
OpenOCD hints that you're doing cross-development for
an ARM target. The GDB has to be for an ARM target and
runnable on your host machine (PC?).
Please start by getting and reading the OpenOCD manual.
--
Tauno Voipio
|
|
|
Powered by
FUDForum. Page generated in 0.03558 seconds