Hello everyone,
I want to program my arduino only with vscode, armgcc and bossac. Currently, I downloaded a CMSIS from here GitHub - ARMmbed/cmsis-core-atmel-samcortexm0p-samd21: CMSIS Core Implementation for Atmel SAMD21 Microcontrollers, I installed armgcc and bossac. I added the linker file and I made a makefile, and main.c but during the compilation, i've this error : fatal error: core_cm0plus.h: No such file or directory
241 | #include <core_cm0plus.h>
Thank you in advance for you help.