[avr-libc-dev] Re: Compiling avr-libc on Mac OS X fails...

2006-05-25 Thread Joerg Wunsch
As Frank Goenninger wrote: avr-gcc -I../../../../common -I../../../../include -x assembler-with- cpp -Wa,-gstabs -mmcu=at90s1200-c ../../../../crt1/gcrt1.S /usr/libexec/gcc/darwin/i386/as: Flag option -m has already been seen! ^^^ Your compiler uses the

Re: [avr-libc-dev] Re: Compiling avr-libc on Mac OS X fails...

2006-05-25 Thread Frank Goenninger
Hi again... Am 25.05.2006 um 23:47 schrieb Frank Goenninger: Hi Jörg! Am 25.05.2006 um 23:41 schrieb Joerg Wunsch: As Frank Goenninger wrote: avr-gcc -I../../../../common -I../../../../include -x assembler- with- cpp -Wa,-gstabs -mmcu=at90s1200-c ../../../../crt1/gcrt1.S

Re: [avr-libc-dev] Re: Compiling avr-libc on Mac OS X fails...

2006-05-25 Thread Joerg Wunsch
As Frank Goenninger wrote: Your compiler uses the native system's assembler it seems. Yeah, I figured. Why? I have the avr binutils in my path... The compiler looks it up into its recorded prefix, not in $PATH. If only I knew where to look ... Seems as if I have to manipulate the configure