[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] buggy variable naming with underscores
From: |
David Kelly |
Subject: |
Re: [avr-gcc-list] buggy variable naming with underscores |
Date: |
Mon, 14 Mar 2005 06:37:06 -0600 |
On Mar 14, 2005, at 6:00 AM, Christof Krueger wrote:
Did you try to reduce the problem to a tiny program with an ISR then?
I don't believe that this is a bug actually, but rather a problem with
your code. But that is not easy to show without an example.
I find "avr-objdump -DS" to be so useful that generating a .list file
that way is now part of my "all" target in the Makefile.
For this situation all one needs is "avr-objdump -S", but go look at
the generated code for each spelling of the variable.
--
David Kelly N4HHE, address@hidden
========================================================================
Whom computers would destroy, they must first drive mad.
- [avr-gcc-list] buggy variable naming with underscores, Jamie Morken, 2005/03/14
- Re: [avr-gcc-list] buggy variable naming with underscores, Parthasaradhi Nayani, 2005/03/14
- Re: [avr-gcc-list] buggy variable naming with underscores, Jamie Morken, 2005/03/14
- Re: RE: [avr-gcc-list] buggy variable naming with underscores, Jamie Morken, 2005/03/14
- Re: RE: RE: [avr-gcc-list] buggy variable naming with underscores, Jamie Morken, 2005/03/15
- RE: [avr-gcc-list] buggy variable naming with underscores, Jamie Morken, 2005/03/15