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 _______________________________________________ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list