This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Q: debugging linker scripts


On Thu, Nov 19, 2009 at 12:37:42PM +1030, Alan Modra wrote:
> On Wed, Nov 18, 2009 at 10:13:37PM +0100, Danny Backx wrote:
> > The mapfile says :
> > .debug_info     0x00017000     0x1600
> >  *(.debug_info)
> >  .debug_info    0x00017000
> > 0x282 /opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/../../../../arm-mingw32ce/lib/crt3.o
> >  .debug_info    0x00017282      0x1e7 /home/danny/tmp/ccWxQHuj.o
> > [..]
> > 
> > Where do I look for the cause of this problem ?
> 
> What does "readelf -S crt3.o" say for .debuginfo?  Perhaps the section
> flags or type is bad.

Oops, readelf won't work for you.  objdump -h instead.

-- 
Alan Modra
Australia Development Lab, IBM


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