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


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to