Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

double compile #766

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. double click on the 'compile and download button'
or
2. deselect window, then click on 'compile and download button'

What is the expected output?
the  IDE should NOT accept multiple clicks on the buttons(during a compile), 
since this causes problems when the code is downloaded

What do you see instead?
code failures when the bad code hits the board from the first compile, which is 
being recompiled, or sometimes  timeout errors.

Binary sketch size: 696 bytes (of a 258,048 byte maximum)
Binary sketch size: 696 bytes (of a 258,048 byte maximum)
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer

What version of the Arduino software are you using? 

latest, but the display shows {$version}
On what operating system?  
osx
Which Arduino board are you using?
N/A

Please provide any additional information below.
none

Original issue reported on code.google.com by practica...@gmail.com on 31 Dec 2011 at 3:50