I've been sorting through posts here trying to fix this errror but none of the suggestions have worked so far. I've reinstalled the Arduino IDE and used the web interface as well but so far still nothing.
It's particularly odd because I see that I have connectivity maintained- one of my arduino nanos has a program that writes to the serial monitor and I can see the program continually update in serial monitor in this instance but still can't complete sending 'blink' to the module. In fact I can't even verify without this error:
Compiling sketch...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10813 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\saluk\AppData\Local\Temp\arduino_build_896239\sketch\Blink.ino.cpp" -o "C:\Users\saluk\AppData\Local\Temp\arduino_build_896239\sketch\Blink.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10813 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_pulse.S" -o "C:\Users\saluk\AppData\Local\Temp\arduino_build_896239\core\wiring_pulse.S.o"
avr-gcc: error: CreateProcess: No such file or directory
exit status 1
Error compiling for board Arduino Nano.
Thanks for any clues!!
-k