avr-gcc 3.4.3. Installation Standard on WinXP SP2.

Invokation of gcc:
avr-gcc -c -g -Os -gdwarf-2 -Wall -Wstrict-prototypes -Wa,-adhlns=Serial.lst -
mmcu=atmega16 -I. -I../../inc Serial.c -o Serial.o

The Suboption h 'include high-level source' of -Wa option ist not working. In 
the listfile is no HLL-Source.
Options are passed to as, checked with s Suboption and = generates the listfile.

-- 
           Summary: High-level Source not included in listfile
           Product: gcc
           Version: 3.4.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mpeterseim at samson dot de
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22498

Reply via email to