My son (has been experimenting with his Arduino Uno, we are running the Arduino IDE software on a Windows 10 Macbook Air. We tried it on iOSX but we have this com port issue (chinese Arduino I guess). For school we needed to install Windows 10. And it has been working fine ... but now we keep getting this error:
exit status 1
Fout bij het compileren voor board Arduino/Genuino Uno
I have search all the internet to find a solution, we reinstalled Windows 10, 2 times already and also the Arduino software ... and it just cannot compile anything towards to the Arduino Uno.
Does anyone have a solution for us? We are at a complete loss ...
I am not an expert, so I hope to get some dummy proof advice Thanks a lot!
What's the line immediately before that in the verbose compiler output? I want to see the command it's trying to invoke - it looks to me like the command is malformed, such that the linker is interpreting -lgcc as a file to operate on rather than a parameter. But without seeing the command it's trying to run, I couldn't make a guess about why or how to fix.
Thanks for the reply, the problem is that it does this with every sketch my son has made. So sketches that have worked fine before, now all give this error.
Here an example of a sketch he used:
int led = 9;
int brightness = 0;
int fadeAmount = 5;
DrAzzy: What's the line immediately before that in the verbose compiler output? I want to see the command it's trying to invoke - it looks to me like the command is malformed, such that the linker is interpreting -lgcc as a file to operate on rather than a parameter. But without seeing the command it's trying to run, I couldn't make a guess about why or how to fix.
Sorry I am new at this, and I am not sure what you mean with verbose compiler output. If you mean the Red bar above the error message (in the black textbox below), then it says (translated from Dutch):
Error with compiling for board Arduino/Genuino Uno
File -> preferences
Tick option show verbose output during: compilation
Click OK
Compile.
Post here; you might have to attach it as it might be too big. Or if you can find the specific error line, post a few lines directly before it and the error line.
The only thing that I can find for lgcc relates to 32bit/64bit.
But I noticed that you use the store app version that has given plenty of people grief. I sugget that you uninstall that and install the normal version (Windows Installer, for Windows XP and up) from https://www.arduino.cc/en/Main/Software.