This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

Re: MIPS TX-39 and Debug Information ---


Rosimildo daSilva wrote:
> How do I know which debugging information it is being used ?.
> I'd like to check if dwarf-2 it is being used.

Use mips-tx39-elf-objdump --section-headers and look for section names
starting with ".debug", e.g. .debug_line
 
> Is it possible to select it at compilation/configutation time of the
> toolset ?

Yeah, use -g ;-). Seriously, you could try -gdwarf-2. But this really
*should* work without that. I've used it happily before with gcc 2.95.2!

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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