How to program arduino mkr zero in C with VScode, armgcc and bossac

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.

Post all files used that created the error and the full error. Be sure to post these files using the <CODE> button.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.