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

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

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


From: Thomas Pircher
Subject: [avr-gcc-list] cc1.exe: error: too many filenames given
Date: Mon, 22 Sep 2008 13:20:37 +0100 (BST)
User-agent: SquirrelMail/1.4.15

Hi,

when I try to compile more than one .S file together with the --combine
option, then I get the following error:
| cc1.exe: error: too many filenames given.  Type cc1.exe --help for usage

This can easily be reproduced with 3 empty files:
| touch fileA.c fileB.S fileC.S
| avr-gcc --combine fileA.c fileB.S fileC.S

I'm using WinAVR-20071221.
Am I doing something I'm not supposed to do or might this be bug in the
preprocessor?

Cheers,
Thomas




reply via email to

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