Hi there.
Yesterday I downloaded Arduino IDE 1.6.5.
Sometimes, when I compile my sketch with "arduino.exe" it shows error messages (see the attached file) and does not compile the sketch. Sometimes it compiles the same sketch without any errors.
The sketch is rather big:
Sketch uses 31,622 bytes (98%) of program storage space. Maximum is 32,256 bytes.
Global variables use 1,536 bytes (75%) of dynamic memory, leaving 512 bytes for local variables. Maximum is 2,048 bytes.
When I run "arduino_debug.exe", the same sketch is compiled without any errors.
Other sketches are compiled without any errors so far.
In principle, when there is no error, the sketch is uploaded to Arduino Uno and correctly works there.
But such behavior is annoying.
By the way, Arduino 1.5.8 works OK without any error messages.
Is it Arduino IED bug or just a consequence of my Arduino setup?
My configuration is:
- Win7 64bit
- Stand-alone Arduino setup (zip) in a folder where write permissions are not checked
C:\ProgramFiles\Arduino\arduino-1.6.5-r5
- "portable" folder was created in Arduino folder as a symlink to actual Arduino "portable" folder
This allows me to switch to different IDE version without moving sketches
and creating different project versions in different IDEs
- External editor (Sublime Text) is used instead of Arduino built-in editor.
Arduino is used only to compile/upload sketch