avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [avr-gcc-list] cc1.exe: error: too many filenames given


From: Weddington, Eric
Subject: RE: [avr-gcc-list] cc1.exe: error: too many filenames given
Date: Mon, 22 Sep 2008 06:26:34 -0600

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Thomas Pircher
> Sent: Monday, September 22, 2008 6:21 AM
> To: address@hidden
> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]