Re: [avr-gcc-list] avr-gcc hangs on XP.

2007-05-17 Thread edSteve
Hi Steve, If your customer needs WinAVR, then why are you spending your time trying to compile it under Cygwin? WinAVR is compiled under MinGW/MSYS, and is already prebuilt for you. I just did a new Release Candidate that you can get on the WinAVR site on SourceForge. Also, WinAVR is always

Re: [avr-gcc-list] if test ignored?

2007-05-17 Thread kitts
On Friday 18 May 2007 9:09:32 am Rick Mann wrote: I have two source files. In Serial.c, I define a global: charsCommandReceived; in the corresponding Serial.h file, I have: extern char sCommandReceived; sCommandReceived is set to 1 when enough bytes have been copied into   a buffer

Re: [avr-gcc-list] if test ignored?

2007-05-17 Thread Parthasaradhi Nayani
Rick Mann [EMAIL PROTECTED] wrote: On an AVR ATmega128: I have two source files. In Serial.c, I define a global: char sCommandReceived; in the corresponding Serial.h file, I have: extern char sCommandReceived; sCommandReceived is set to 1 when enough bytes have been copied into a buffer