Hi, on MAC Arduino 2009 woeks good, but on XP, when I try to verify the sketch I always got this message:
C:\Documents and Settings\Simone\Desktop\arduino-1.0.1-windows\arduino-1.0.1\hardware\arduino\cores\arduino\wiring.c: In function 'delay':
C:\Documents and Settings\Simone\Desktop\arduino-1.0.1-windows\arduino-1.0.1\hardware\arduino\cores\arduino\wiring.c:324: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://sourceforge.net/tracker/?atid=520074&group_id=68108&func=browse for instructions.
the error appears on the example program "Blink", I just tried to verifying but always got the same error message, I got no antivirus, but mybe other confilct...
Same error for me.
ERW does not solve.
In fact, I am running the Arduino IDE on a small C3 Samual computer (old one) with XP service pack 3.
This strange error is with avr-gcc on the "delay function" (inside wired.c) at the ms-- instruction.
I really don't know why ms-- does that.
If I use a temp variable, same topic, temp-- doest not work.
If I implement another way for delay instruction, wired.c pass but wiring_pulse.c crashes at numloop++ instruction...