My first project, Blink (which i got this from the examples folder) comes up with an error message "open NUL: The system cannot find the file specified."
the file it is looking for is "C:\Users\D\AppData\Local\Temp\buildfaa6775c68ead12dcff9d82feb164a8c.tmp\preproc\ctags_target_for_gcc_minus_e.cpp" (attached notepad file shows full detail)
I have also manually looked for this file in windows explorer and couldnt find it , the "preprocs" folder is empty.
FYI , I downloaded the IDE from the arduino website a couple of days ago and I have the UNO R3 board.
Does anyone understand what is happening here? any help would be much appreciated
Hi there
I suggest that you try downloading a "stable" version of the Arduino IDE rather than using an hourly build version.
The latest complete version is the 1.6.7. I believe you installed the 1.6.8.
Be sure to un-install the previous version before installing the 1.6.7 version.
Hope this helps
Jomo
jomo:
Hi there
I suggest that you try downloading a "stable" version of the Arduino IDE rather than using an hourly build version.
The latest complete version is the 1.6.7. I believe you installed the 1.6.8.
Be sure to un-install the previous version before installing the 1.6.7 version.
Hope this helps
Jomo
Many thanks for your reply Jomo. I have reinstalled 1.6.7 (stable version) and unfortunately the same error exists (cannot find the file specified). I have attached the updated error message in notepad plus a screenshot
I have looked again in the "Preprocs" folder and again it is empty.
I am considering updating to Windows 10 and trying again. Note that I have installed Arduino 1.6.7 IDE on a friends Windows 7 laptop and Blink compiles / uploads perfectly with my board - so it looks like a windows 7 issue?
Also I have donwloaded latest JAVA update but this also did not seem to help.
Yes I suppose it could be an issue with windows - I'n no help there however because I use Mac computers...
Does the user account you are using have admin priviliges?
My first project, Blink (which i got this from the examples folder) comes up with an error message "open NUL: The system cannot find the file specified."
the file it is looking for is "C:\Users\D\AppData\Local\Temp\buildfaa6775c68ead12dcff9d82feb164a8c.tmp\preproc\ctags_target_for_gcc_minus_e.cpp" (attached notepad file shows full detail)
I have also manually looked for this file in windows explorer and couldnt find it , the "preprocs" folder is empty.
FYI , I downloaded the IDE from the arduino website a couple of days ago and I have the UNO R3 board.
Does anyone understand what is happening here? any help would be much appreciated
thanks
This is an IDE bug but it is easily worked around. Simply save your sketch, close the IDE and re-open it. It works every time.