This is the mail archive of the gdb@sourceware.cygnus.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: RDI target broken in 000215 snapshot



Another interesting bit of info.  The new snapshot is apparently not
detecting the endianness of the target (both the sessions below were
with a Samsung SNDS evel board (big-endian):


$ arm-elf-gdb
GNU gdb 4.18
[...]
This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf".
(gdb) target rdi /dev/ttyS1
EmbeddedICE Manager (ADP, ARM7TDI) 2.07 (Advanced RISC Machines SDT 2.11a)
Rebuilt on Apr  1 1998 at 00:43:57
Serial Rate:   9600
Connected to ARM RDI target.
(gdb) show endian
The target endianness is set automatically (currently big endian)
                


$ ~/gdb-000222/gdb/gdb
GNU gdb 000222
[...]
This GDB was configured as "--host=i586-pc-linux-gnu --target=arm-elf".
(gdb) target rdi /dev/ttyS1
EmbeddedICE Manager (ADP, ARM7TDI) 2.07 (Advanced RISC Machines SDT 2.11a)
Rebuilt on Apr  1 1998 at 00:43:57
Serial Rate:   9600
Connected to ARM RDI target.
(gdb) show endian
The target endianness is set automatically (currently little endian)


-- 
Grant



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