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: No function contains address 0x80021614 (0x80021614)


Michael Anburaj wrote:
Hi,

I load the ecos example image (hello) into my MIPS (Atlas 4Kc) target using "gdb -w" & then I try to expand the source in assembly <"ASSEMBLY", "MIXED" or "SRC-ASM"> & get the follwing message:

"Select function name to disassemble"

After I select a particular function, it then reports:

"No function contains address 0x80021614 (0x80021614)"

Can you access the memory at all? Does it work in the GDB console? Worst case use that. You did compile with debug info of course right?


I am not able to see assembly at all, even while running the code.

But this is not the case with my ARM target environment. I am able to see clearly the assembly code for each C statement.

What is missing in the MIPS env.?

It should work but Insight bugs have been known to exist :-).


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]