This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using GDB with M32R MSA2000 Board


Just to get a clearer error message, use GDB in command mode:

gdb -x -nw <your program>
...
(gdb) set remotebaud 9600
(gdb) target mon2000 /dev/com1

I don't know much about the mon2000 target.  If it has a log
facility you may try setting it on.

Fernando




Noah Aklilu wrote:
> 
> Hi
>         I trying to get gdb (really insight 5.0)
> to talk to a Mitusbishi MSA2000G01 (the m32r
> evaluation board).  I switched the board to monitor/
> self-debugging mode (instead of the default db32r ethernet
> mode) and  get the Mon2000> prompt
> using a terminal emulator.  When I tell gdb to
> connect to the same com port using mon2000 as the
> target (target mon2000 /dev/com1) it comes back with the error
> listed below.
>         I tried other target modes such as target m32r /dev/com1
> but it simply times out.  I am running gdb/insight under cygwin
> 1.1.7 on an NT 4 host (and compiled it there as well).  Any
> comments/tips will be appreciated.
> 
> Noah.
> 
> -- start here
> monitor_supply_register (21):  bad value from monitor: 7FFFFFF0
> psw =
> 000000C0 (BSM=0, BIE=0,
> BC=0, SM=1, IE=1, C=0)
>  bpc = 00000000
>  r0  = 00000000    r1  = 00000000    r2  = 00000000    r3  = 00000000
>  r4  = 00000000    r5  = 00000000    r6  = 00000000    r7  = 00000000
>  r8  = 00000000    r9  = 00000000    r10 = 00000000    r11 = 00000000
>  r12 = 00000000    r13 = 00000000    r14 = 00000000
>  spu = 009E3200    spi = 009E4200    acc = 00000000:00000000
> >.
> 
>     while executing
> "gdb_cmd "set remotebaud $baud""
>     (object "::.targetselection0.targetselection" method
> "::TargetSelection::change_baud" body line 4)
>     invoked from within
> "::.targetselection0.targetselection change_baud
> .targetselection0.targetselection.f.lab.lf.childsite.cb 9600"
>     (in namespace inscope "::TargetSelection" script line 1)
>     invoked from within
> "namespace inscope ::TargetSelection
> {::.targetselection0.targetselection
> change_baud}
> .targetselection0.targetselection.f.lab.lf.childsite.cb 9600"
>     ("after" script)errorCode is NONE
> --end here
> 
> ------------------------------------------
> Noah Aklilu
> http://www.ee.ualberta.ca/~aklilu/
> naklilu@ualberta.ca

-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]