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]
Other format: [Raw text]

Re: arm-elf-gdb Cannot access memory at address ...[IXDP425]


I do

set endian big

when I start off - the default arm-elf-gdb sets up in little-endian and I work fine.
-------------------------------------------------
----- Original Message ----- From: "Antonello Lombardinilo" <antonello@kasko.it>
To: "Gary Thomas" <gary@mlbassoc.com>
Cc: "eCos Discussion" <ecos-discuss@ecos.sourceware.org>
Sent: Friday, September 24, 2004 8:04 AM
Subject: Re: [ECOS] arm-elf-gdb Cannot access memory at address ...[IXDP425]



Tried it, but without success!
--------------------------------------------------------------------------
[antonello@KaskoPC002 tests]$ arm-elf-gdb thread0
GNU gdb 5.3
Copyright 2002 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=arm-elf"...
(gdb) target remote 192.168.1.55:9000
Remote debugging using 192.168.1.55:9000
Cannot access memory at address 0x5cfffc0f
0x28550150 in ?? ()
(gdb) load
Loading section .rom_vectors, size 0x40 lma 0x80000
Loading section .text, size 0x6bf4 lma 0x80040
Loading section .rodata, size 0x44c lma 0x86c34
Loading section .data, size 0x34c lma 0x87080
Start address 0x80040, load size 29644
Transfer rate: 237152 bits in <1 sec, 299 bytes/write.
(gdb) continue
Continuing.


Program received signal SIGBUS, Bus error.
0x00080040 in warm_reset ()
(gdb)
--------------------------------------------------------------------------


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



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


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