[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS 4.9.1 GDB
- Date: Sat, 25 Apr 2009 16:08:08 +1000
- From: chrisj at rtems.org (Chris Johns)
- Subject: RTEMS 4.9.1 GDB
Randall, Mark wrote:
> I am trying to start the GDB remote debugger using a TCP connection. I
> have compiled the netdemo example using the ?g and have tried to
> connecting using GDB. (gdb>target remote rtems:4444) this results in a
> ?connection not made target actively refuses it? error
>
> I am running QEMU on windows and am developing with MSYS. The netdemo
> example work correctly and I can telnet in w/ no problems. I have found
> a couple of places online that talk about a rtems-GDB-start() function
> but when I attempted to add them to my init.c I get back a compile error
> saying that this is a unknown function.
>
With QEMU you need to start with the -s option and I thought the GDB was 1234
for QEMU.
Regards
Chris