Convert Feather M0 Arduino project to atmel studio

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
KR51K
 
Posts: 3
Joined: Sun Jun 02, 2019 12:12 am

Convert Feather M0 Arduino project to atmel studio

Post by KR51K »

Hello,

I want to convert a Arduino project for the Feather M0 to Atmel studio for debugging and other reasons. The way how to do that is clear, but I'm struggling when trying to build this project. So I get several errors, even for an easy blink project:

recipe for target 'src/core/cortex_handlers.o' failed ArduinoCore
recipe for target 'src/core/delay.o' failed ArduinoCore
sam.h: No such file or directory ArduinoCore
sam.h: No such file or directory ArduinoCore
sam.h: No such file or directory BlinkTest
recipe for target 'Sketch.o' failed BlinkTest

When I change board settings in Arduino to "M0" instead of "Feather M0" and build a new project in Atmel studio importing this Arduino project there is no error when building this.

Any ideas how to fix this issue? Already tried to reinstall Adafruit board package and uninstall Arduino M0 in Arduino studio (found some hints about this in the web), but this did not help.

Thanks and best regards
Christoph

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”