Just so you know I´m new to Arduino and programming.
I`ve been having trouble compiling a scetch that i have been writing myself, so i tryed to compile the example "blink" but that didnt work eigther. Then i tryed to unistall Arduino, downloaded it again and tried to compile the "blink" scetch. Still didn´t work.
I have tryed three older versions of Arduino but none of them will even compile the "blink" scetch.
C:\Users\Berghiller\AppData\Local\Arduino15\packages\Intel\hardware\arc32\2.0.2\cores\arduino/Arduino.h:23:20: fatal error: stdint.h: No such file or directory
#include <stdint.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino 101.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Both the slow compilation and that error make me suspect your antivirus is causing the problem. Try TEMPORARILY disabling your antivirus for a single compilation to see if the problem goes away. If so you will need to change your antivirus settings to whitelist the offending processes or folders.