I installed ATMEL STUDIO 6.2 and tried to run the Makefile from the example code. However, I am facing build issues. I tried to modify the build path but I am still not able to resolve build issues. I would like to know how to build this example program provided by community. What tools I need to install to make this example working?
You have to download the whole core : GitHub - arduino/ArduinoCore-samd: Arduino Core for SAMD21 CPU
With Atmel Studio there is an extension that let you use external Makefile to load a project, but it seems incomplete when I try it with the Zero bootloader... That's why I'm asking for help here.