public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Agus Ariffianto" <aariffianto@s.ee.itb.ac.id>
To: "Andrew Lunn" <andrew@lunn.ch>
Cc: <ecos-discuss@ecos.sourceware.org>
Subject: Re: [ECOS] error: no memory region specified for loadable '.ram_vectors'
Date: Tue, 30 May 2006 13:28:00 -0000	[thread overview]
Message-ID: <047701c5651b$642c14a0$6c44cda7@aariffianto> (raw)
In-Reply-To: <20060530131759.GB2478@lunn.ch>

>
> You should go talk to your Mentor/supervisor. Hopefully he can arrange
> some basic training on how to use all these tools. Maybe you need to
> make contacts with ESA or Gaisler.
>
> My opinion is that you need a professional support contract from
> somebody who actually knows this system and can teach you the basics.
>
>         Andrew
Thank you Andrew, please let me send it for the last time.
In linux environment (using tsim) after I do set $pc=0x40000000, the result 
is the same
In cygwin (using real target), here's what i did:

grmon> register

          INS       LOCALS      OUTS     GLOBALS
   0:  40015954   7FFEFF9F   FFDDFF84   00000000
   1:  4000A5E0   40013400   7FFEFFBB   80000000
   2:  40009C10   40001BDC   400FFF50   00000003
   3:  400FFF50   00000001   80000070   00000079
   4:  4000A5E0   00000040   80000070   00000001
   5:  4000A2B8   00000040   80000070   00000770
   6:  00000000   4000A000   400FFFF0   00000001
   7:  00000000   00001000   40001DCC   00000000

 psr: F28000E0   wim: 00000002   tbr: 00000050   y: 00000000

 pc:  00000000  unknown opcode: 0xffffffff
 npc: 00000004  unknown opcode: 0xffffffff

grmon> register pc:40000000
grmon> register

          INS       LOCALS      OUTS     GLOBALS
   0:  40015954   7FFEFF9F   FFDDFF84   00000000
   1:  4000A5E0   40013400   7FFEFFBB   80000000
   2:  40009C10   40001BDC   400FFF50   00000003
   3:  400FFF50   00000001   80000070   00000079
   4:  4000A5E0   00000040   80000070   00000001
   5:  4000A2B8   00000040   80000070   00000770
   6:  00000000   4000A000   400FFFF0   00000001
   7:  00000000   00001000   40001DCC   00000000

 psr: F28000E0   wim: 00000002   tbr: 00000050   y: 00000000

 pc:  00000000  unknown opcode: 0xffffffff
 npc: 00000004  unknown opcode: 0xffffffff

grmon> set $pc=40000000
Command "set" exited with return code = -1
grmon> register pc:40000000
grmon> register

          INS       LOCALS      OUTS     GLOBALS
   0:  40015954   7FFEFF9F   FFDDFF84   00000000
   1:  4000A5E0   40013400   7FFEFFBB   80000000
   2:  40009C10   40001BDC   400FFF50   00000003
   3:  400FFF50   00000001   80000070   00000079
   4:  4000A5E0   00000040   80000070   00000001
   5:  4000A2B8   00000040   80000070   00000770
   6:  00000000   4000A000   400FFFF0   00000001
   7:  00000000   00001000   40001DCC   00000000

 psr: F28000E0   wim: 00000002   tbr: 00000050   y: 00000000

 pc:  00000000  unknown opcode: 0xffffffff
 npc: 00000004  unknown opcode: 0xffffffff

grmon> run
IU in error mode (tt = 0x02)
 00000000  ffffffff   unknown opcode: 0xffffffff
grmon>

Thank you

Regards,
Agus 



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2006-05-30 13:28 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-29  9:20 Agus Ariffianto
2006-05-29  9:44 ` Andrew Lunn
2006-05-29 10:40   ` Agus Ariffianto
2006-05-29 12:20     ` Andrew Lunn
2006-05-30  4:00       ` Agus Ariffianto
2006-05-30  7:28         ` AW: " Ram Sudhir Tadavarthi
2006-05-30  7:38           ` Andrew Lunn
2006-05-30 11:49           ` Agus Ariffianto
2006-05-30 12:02             ` Andrew Lunn
2006-05-30 12:40               ` Agus Ariffianto
2006-05-30 12:59                 ` Andrew Lunn
2006-05-30 13:02               ` Agus Ariffianto
2006-05-30 13:18                 ` Andrew Lunn
2006-05-30 13:28                   ` Agus Ariffianto [this message]
2006-06-13  9:31                   ` [ECOS] error: no memory region specified for loadable '.ram_vectors' => Now it works Agus Ariffianto
2006-05-30  4:06       ` [ECOS] error: no memory region specified for loadable '.ram_vectors' Agus Ariffianto
2006-05-30  7:43         ` Andrew Lunn
2006-05-30  9:36           ` Agus Ariffianto
2006-05-30 11:19             ` Andrew Lunn
2006-05-29  9:38 Agus Ariffianto
2006-05-29 11:21 Agus Ariffianto

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='047701c5651b$642c14a0$6c44cda7@aariffianto' \
    --to=aariffianto@s.ee.itb.ac.id \
    --cc=andrew@lunn.ch \
    --cc=ecos-discuss@ecos.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).