--- In AVR-Chat@yahoogroups.com, dlc <dlc@...> wrote: > The C is not interspersed. How do I get this enabled in > the compiler? You may not be using the right set of compiler options. Clearly, debugging information must be embedded in the .elf file to allow avr- objdump to produce the listing. I use -gdwarf-2; other debug information formats may produce similar results. Note, also, that I cautioned that optimization can render parts of the .lss file useless. In particular, inlined functions are not going to appear with interspersed C/assembly language. Don Kinzer ZBasic Microcontrollers http://www.zbasic.net
Message
Re: Arrays and pointers in GCC
2009-01-12 by Don Kinzer
Attachments
- No local attachments were found for this message.