I am a new Arduino user with Win7-64b. The only IDE that I can get Blinky to compile on is V1.0.6.
All other IDE give the error message
"exit status -1073741515
Error compiling."
What am I doing wrong?
Thx :)[Solved]
pert
March 25, 2018, 9:49pm
#2
This looks relevant:
opened 01:32AM - 01 Jul 17 UTC
closed 12:31AM - 04 Jul 17 UTC
Here's the last part of the verbose output (same problem occurs if compiling for… UNO):
```
Generating function prototypes...
"C:\Users\Bob Gilman\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10802 -DARDUINO_AVR_PROMICRO -DARDUINO_ARCH_AVR -DUSB_VID=0x1b4f -DUSB_PID=0x9206 '-DUSB_MANUFACTURER="Unknown"' '-DUSB_PRODUCT="SparkFun Pro Micro"' "-IC:\Users\Bob Gilman\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\cores\arduino" "-IC:\Users\Bob Gilman\AppData\Local\Arduino15\packages\SparkFun\hardware\avr\1.1.5\variants\promicro" "C:\Users\BOBGIL~1\AppData\Local\Temp\arduino_build_399105\sketch\TestEDEKeypad.ino.cpp" -o "C:\Users\BOBGIL~1\AppData\Local\Temp\arduino_build_399105\preproc\ctags_target_for_gcc_minus_e.cpp"
exit status -1073741515
Error compiling for board SparkFun Pro Micro.
```
Not much of a clue. I found a bad prototype in a library header file that isn't used by the sketch I was trying to compile, but fixing it didn't change the failure. Ideas?
You can test their solution by renaming your C:\Users{username}\AppData\Local\Arduino15 folder to C:\Users{username}\AppData\Local\Arduino15.bak and then restarting the Arduino IDE, which will recreate that folder.
Thanks! That fixed it…
If someone else has this problem:
It seems attempting to install different versions of the IDE gets the configuration files messed up.
The solution is to delete this directory:
/AppData/Local/Arduino15
Running the IDE version of your choice will recreate the needed config files