| EclipseCDT + Zylin plug-in [message #649156] |
Mon, 17 January 2011 17:50  |
Marco Trapanese Messages: 10 Registered: July 2009 |
Junior Member |
|
|
Hello,
I'm setting up Eclipse Helios CDT + Zylin plug-in to develop application for ARM Cortex-M3 with CodeSourcery C++ Lite (latest version). I'm running Windows 7 64 bit.
I'm using OpenOCD 0.4.0 as interface to JTAG programmer.
The GDB is arm-none-eabi-gdb.exe.
From command line I can connect through OpenOCD with the following command:
target remote localhost:3333
If I call the GDB within Eclipse, using a debug configuration (zylin embedded debug - native) I get the following error:
target remote localhost:3333
localhost: unknown host
localhost:3333: No such file or directory.
Any hint?
How to find the cause of the problem?
Thank
Marco
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: EclipseCDT + Zylin plug-in [message #666134 is a reply to message #649156] |
Tue, 19 April 2011 05:09  |
camilo Messages: 6 Registered: April 2011 |
Junior Member |
|
|
Hi.. again, just in case it helps someone..
I could not use zylin, so I used the basic Eclipse debugger, following yagarto instructions (yagarto.de), installing Eclipse and C/C++, then with these GDB commands that I found in a polish website:
http://www.freddiechopin.info/index.php ... y/35-arm/5 9-arm-toolchain-tutorial?start=4
monitor reset
Monitor soft_reset_halt
MWW monitor 0xE01FC040 0x0002
load
I also put in the run commands:
monitor reg r13 = (0x10000000)
monitor reg pc = (0x10000004)
continue
That was all, but it was so difficult to find. Now i can debug on chip with my LPC1768!
|
|
|
Powered by
FUDForum. Page generated in 0.02065 seconds