This is the mail archive of the ecos-devel@sourceware.org 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: RedBoot built with gcc 3.4.4


Guennadi Liakhovetski wrote:
On Wed, 7 Feb 2007, Andrew Lunn wrote:

gdb redboot.elf
target remote /dev/ttyS0
bt

Ok, thanks. Here:


(gdb) bt
#0  0xa0011bb4 in workspace_start ()
#1  0x18e59ff0 in ?? ()
#2  0xa000d79c in __startup_stack_base ()
Cannot access memory at address 0xe3e85dd9

Will look at that workspace_start, if I can identify anything...

Those are all data addresses (that RedBoot uses), so it looks like it has jumped into space...

You'll be better off restarting it using GDB and step
through to find out where it goes wrong.

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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