Hello,
I'm fairly new to microcontrollers and electronics in general, and I wanted to get into it, I did some research and found that Arduino had a nice community and pleanty of libraries. I tried to make the most basic Blink example work on my newly aquired arduino zero, and got the following error :
Arduino: 1.6.6 Hourly Build 2015/10/28 05:06 (Windows 10), Board: "Arduino/Genuino Zero (Programming Port)"
Warning: platform.txt from core 'Arduino SAMD (32-bits ARM Cortex-M0+) Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
exec: "/bin/arm-none-eabi-g++": file does not exist
Error compiling.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Please Help!
Thanks ~Jason