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: booting give me +$T0a0f:fca90010;0d:dcb70000;#3d


On Wed, Jun 11, 2003 at 09:40:01PM +0800, Ka Chun, Cheng wrote:
> > No, you need the elf. The binary image does not have the symbol table. The
> elf should be in the install/bin directory.
> can I burn the ELF file to rom.... or should i modify the compiler setting
> to add symbol table to ROM file.
> anyway I think I can handle that, thanks!

No!

The elf image is what the compiler produces. It has the symbol table
etc. arm-elf-objcopy is then used to produce the .bin file from the
elf. The .bin file is what you put into ROM, but gdb needs the elf
file which has the symbol table.

     Andrew
 

-- 
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]