> -----Original Message-----
> From: 
> [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Thomas Pircher
> Sent: Monday, September 22, 2008 6:21 AM
> To: avr-gcc-list@nongnu.org
> Subject: [avr-gcc-list] cc1.exe: error: too many filenames given
> 
> Hi,
> 
> when I try to compile more than one .S file together with the 
> --combine


IIRC, --combine -fwhole-program can only be done for C language. The assembler 
files (.S) are not even run through the compiler, they are just passed down 
straight to the assembler, so it won't be using --combine at all.


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

Reply via email to