



how to connect gdb with or1k architecture simulator
by Unknown on Mar 26, 2004 |
Not available! | ||
Dear ALL
Now I've built all tool chain finally. I compile a easy program like "ecos hello world" with ecos default setting. I invoke or32-elf-sim in one shell and invoke or32-elf-gdb in another one target remote localhost:9999 the messages in simulator gdb socket - 9: Resource temporarily unavailabl in gdb . (gdb) target remote localhost:9999 Remote debugging using localhost:9999 Ignoring packet error, continuing... Ignoring packet error, continuing... Ignoring packet error, continuing... Couldn't establish connection to remote target Malformed response to offset query, timeout (gdb) what happened ? thansk a lot BR Ken |
how to connect gdb with or1k architecture simulator
by Unknown on Mar 26, 2004 |
Not available! | ||
Ken,
please find the instructions how to connect to jp1 on the openrisc WWW site,
in short you shoud do:
target jtag jtag://localhost:9999
Marko
On Friday 26 March 2004 05:24, kenyeby@yahoo.com.tw wrote:
Dear ALL
Now I've built all tool chain finally.
I compile a easy program like "ecos hello world" with ecos default
setting.
I invoke or32-elf-sim in one shell
and invoke or32-elf-gdb in another one
target remote localhost:9999
the messages
in simulator
gdb socket - 9: Resource temporarily unavailabl
in gdb
.
(gdb) target remote localhost:9999
Remote debugging using localhost:9999
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Ignoring packet error, continuing...
Couldn't establish connection to remote target
Malformed response to offset query, timeout
(gdb)
what happened ?
thansk a lot
BR
Ken
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
how to connect gdb with or1k architecture simulator
by Unknown on Mar 26, 2004 |
Not available! | ||
Hi Markom
Ya I can connect to or1ksim
thanks a lot.
BR
Ken
----- Original Message -----
From: Marko Mlinarmarkom@o...>
To:
Date: Fri Mar 26 08:37:29 CET 2004
Subject: [openrisc] how to connect gdb with or1k architecture
simulator
Ken,
please find the instructions how to connect to jp1 on the openrisc
WWW site,
in short you shoud do:
target jtag jtag://localhost:9999
Marko
On Friday 26 March 2004 05:24, kenyeby@y... wrote:
> Dear ALL
> Now I've built all tool chain finally. > I compile a easy program like "ecos hello world" with ecos default
> setting.
> I invoke or32-elf-sim in one shell
> and invoke or32-elf-gdb in another one
> target remote localhost:9999
>
>
> the messages
> in simulator
> gdb socket - 9: Resource temporarily unavailabl
> in gdb
> .
> (gdb) target remote localhost:9999
> Remote debugging using localhost:9999
> Ignoring packet error, continuing...
> Ignoring packet error, continuing...
> Ignoring packet error, continuing...
> Couldn't establish connection to remote target
> Malformed response to offset query, timeout
> (gdb)
>
> what happened ?
> thansk a lot
>
>
>
>
> BR
> Ken
> _______________________________________________
> http://www.opencores.org/mailman/listinfo/openrisc
|
how to connect gdb with or1k architecture simulator
by Unknown on Mar 26, 2004 |
Not available! | ||
Hi Marko,
Ken,
please find the instructions how to connect to jp1 on the
openrisc WWW site,
in short you shoud do:
target jtag jtag://localhost:9999
Can you give the URL for this? Thanks, Robert |
how to connect gdb with or1k architecture simulator
by Unknown on Mar 26, 2004 |
Not available! | ||
simply do a google query: "target jtag jtag".
Marko On Friday 26 March 2004 11:31, Robert Cragie wrote:
Hi Marko,
> Ken,
>
> please find the instructions how to connect to jp1 on the
> openrisc WWW site,
> in short you shoud do:
>
> target jtag jtag://localhost:9999
Can you give the URL for this?
Thanks,
Robert
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|



