Error message in Windows XP

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.

Can you halp me please?
thanks

with preprocessed source if appropriate.

Unpreprocessed will do for now

What can I do exactly?
Thanks

Well, no-one is going to be able to do anything until you do as asked, and post your code.

sorry, I just didn' t understand then meaning of " preprocessed surce"...

Don't bother with that for now, just post your source

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...

Did you try redownloading the IDE?

WizenedEE:
Did you try redownloading the IDE?

Or for a limited time a complete automated installer http://arduino.cc/forum/index.php/topic,118440.0.html HAHAHA CALL NOW! :sleeping:

Hi,

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...

Strange.

Anyone can help ?

Arduino regards for all !