public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "ariga masahiro" <ariga@link-lab.co.jp>
To: <insight@sourceware.org>
Subject: Help me to run insight properly
Date: Mon, 07 Sep 2009 02:30:00 -0000	[thread overview]
Message-ID: <0919E1D49059490AB87BCB4F0C49B364@ariga> (raw)

[-- Attachment #1: Type: text/plain, Size: 1794 bytes --]

Hello,

I am working on eCos 3.0 using Akizuki H8/3068 Network board.
That board's CPU is H8/3069F .
I succeeded to install FreeBSD stack and ran application program.

But I cannot run h8300-elf-insight,I am completely stuck in a mud,
so please help me.

I start up insight like next line.
$ h8300-elf-insight.exe nc_test_slave.elf

After insight is started up,I entered next commands on console window.

(gdb) set remotebaud 57600              --- I setted baudrate 57600
(gdb) set remotelogfile remote_3.log
(gdb) target remote /dev/com4
Remote debugging using /dev/com4
0x000073a4 in ?? ()

(gdb) load
Loading section .text, size 0x599ce lma 0x410000
Loading section .rodata, size 0x406a lma 0x4699ce
Loading section .data, size 0x1660 lma 0x46da38
Start address 0x410000, load size 389272
Transfer rate: 3 KB/sec, 63 bytes/write.

---
Here I saw sourcefile and confirmed there was red breakmark at top of 
cyg_start.
So I expected to run to cyg_start by next command.
---
(gdb) c
Continuing.

---
At this point nothing happens.Although state is "Running" and mouse_cursor 
is running form.
Nothing available(even Ctr-C does not work) except stop button on 
insight-window's main head.
When I clicked stop button,appered message window saying,
"No response from target.Detach from target
(and stop debugging it)?"
And I clicked YES button, then appeared next line.
---

Error: Watchdog timeout has expired.  Target detached.

(gdb)

---
My impression is that insight cannot recognize cyg_start.
Did I wrongfully make application objects ?
For reference I append mapfile and insight logfile.

Honestly, I do not know what step should I take next.

Would you please help me out of this predicament ?
For example are there any GDB commands to help me ?

I appreciate your help.

Masahiro Ariga

[-- Attachment #2: sendfiles.tar.bz2 --]
[-- Type: application/octet-stream, Size: 43223 bytes --]

             reply	other threads:[~2009-09-07  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07  2:30 ariga masahiro [this message]
2009-09-08 14:56 ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0919E1D49059490AB87BCB4F0C49B364@ariga \
    --to=ariga@link-lab.co.jp \
    --cc=insight@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).