Hi today i got my first arduino the genuino zero i spent 2 hours trying to upload the blink to it but this doesn’t work
My drivers are good i selected the good board and port on IDE but i can’t upload
I use the newest IDE
What i can do?
The error message
Arduino: 1.8.4 (Windows 7), Board: "Arduino/Genuino Zero (Programming Port)"
In file included from C:\Users\misu\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/samd21/include/samd21.h:69:0,
from C:\Users\misu\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/samd.h:105,
from C:\Users\misu\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/sam.h:470,
from C:\Users\misu\AppData\Local\Arduino15\packages\arduino\hardware\samd\1.6.15\cores\arduino/Arduino.h:48,
from sketch\Blink.ino.cpp:1:
C:\Users\misu\AppData\Local\Arduino15\packages\arduino\tools\CMSIS-Atmel\1.1.0/CMSIS/Device/ATMEL/samd21/include/samd21g18a.h:237:26: fatal error: core_cm0plus.h: No such file or directory
#include <core_cm0plus.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Zero (Programming Port).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Thanks for the time