avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] avr-objdump not including source from main() ?


From: Erik Christiansen
Subject: Re: [avr-gcc-list] avr-objdump not including source from main() ?
Date: Thu, 19 Jan 2012 18:42:34 +1100
User-agent: Mutt/1.5.20 (2009-06-14)

On 19.01.12 08:01, Joerg Wunsch wrote:
> Since you're talking about a bootloader: if that bootloader is *not*
> living in section .text, it's possible objdump -d wouldn't consider it
> for disassembly (the manual is a bit vague, it talks about "sections
> expected to contain instructions").  You can specify sections to
> disassemble by the -j (or --section) option.

There's also "objdump -D" (i.e. --disassemble-all), which is handy for
simply seeing what is really there.

Bill, does that show any debug info?

Erik

-- 
Rear Admiral Morisetti recalled that when commanding an aircraft
carrier, it took a gallon of oil to move just 12 inches (30cm), while as
many as 20 tonnes per hour were burned during a period of intensive
take-off and landing.   - http://www.bbc.co.uk/news/science-environment-15342682




reply via email to

[Prev in Thread] Current Thread [Next in Thread]