--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-18
14:06 ---
Not a GCC bug, report this to binutils as GCC invokes as correctly:
C:/Programme/WinAVR/bin/../lib/gcc/avr/3.4.3/../../../../avr/bin/as.exe --tradi
tional-format -mmcu=atmega16 -adhlns=Serial.lst -o Serial
--- Additional Comments From mpeterseim at samson dot de 2005-07-18 07:18
---
Adding -v to the invocation of gcc gives the following result:
C:\5824\Source>avr-gcc -c -g -Os -gdwarf-2 -Wall -Wstrict-prototypes -Wa,-adhlns
=Serial.lst -mmcu=atmega16 -I. -I../../inc Serial.c -o Serial.o -
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15
22:18 ---
Can you give the output of the gcc invoke when you add -v?
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-15
11:51 ---
If -adhlns=Serial.lst is passed to the assember (you can check by adding -v),
then this is not a GCC
bug.
--
What|Removed |Added
---