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: RE: Re debug Problem


Westwood, Geoff wrote:
Hi Gary

Just wondering if the error message is referring to something else, not
necessarily that last long packet ?
Here is my debug output for the working/non working builds
[snip]

The register lengths given there look the same!

Again, what version of GDB is this? 5.3? The prebuilt one from the website?

Looking at the GDB code, it looks like it _could_ be something in GDB somehow, but without knowing exactly what sources you are using it's tricky.

An alternative is to debug GDB. To do this, run native GDB on it, i.e.:

gdb -nw `which powerpc-eabi-gdb`

and set a breakpoint on internal_error, type "run", then the target remote command, and then do a backtrace and let us know what it says.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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


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