This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

RM 5231



I am trying to port eCos to a QED RM 5231 with a custom evaluation board.

I think I have gdb_module.bin correctly running, as it gives the
string

++14$T0525:0c45c0bf00000000;1d:e81b0080ffffffff;#9e

When I try to load a program via gdb:

[root@lx39 examples]# mips64vr4300-elf-gdb -nw hello
GNU gdb 20000502
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-linux-gnu --target=mips64vr4300-elf"...
(gdb) set remotebaud 19200
(gdb) set mips-force-32bit-saved-gpregs
No symbol "mips" in current context.
(gdb) target remote /dev/ttyS0
Remote debugging using /dev/ttyS0
0xbfc0450c in ?? ()
(gdb) load
Loading section .rom_vectors, size 0xdc lma 0x80100000
Ignoring packet error, continuing...
Loading section .text, size 0x9018 lma 0x801000dc
Ignoring packet error, continuing...
Ignoring packet error, continuing...


Question:

1. What is causing the message: No symbol "mips" in current context.
   I thought I included all the patches.

2. For the MIPS, what is the most stable version of egcs and gdb?  Do I
   still need to use the snapshots?

3. I appears that gdb is communicating with the target.  Any ideas on
   what is causing the packet errors?  Could it be a byte ordering issue?

Thanks,




	-- Warren

Warren J. Jasper
wjasper@tx.ncsu.edu

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