Can't get Arduino IDE to work with new purchase Feather

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
DaveMark
 
Posts: 24
Joined: Fri Oct 02, 2015 4:28 am

Can't get Arduino IDE to work with new purchase Feather

Post by DaveMark »

Help please! I followed your guide https://learn.adafruit.com/add-boards-a ... 4?view=all but when I compile I get...

Arduino: 1.6.4 (Mac OS X), Board: "Adafruit Feather M0 (Native USB Port)"

Build options changed, rebuilding all

{runtime.tools.arm-none-eabi-gcc.path}/bin/arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -c -g -Os -w -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD -DF_CPU=48000000L -DARDUINO=10604 -DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__ -DUSB_VID=0x239A -DUSB_PID=0x800B -DUSBCON -DUSB_MANUFACTURER="Adafruit" -DUSB_PRODUCT="Feather M0" -I{runtime.tools.CMSIS.path}/CMSIS/Include/ -I{runtime.tools.CMSIS.path}/Device/ATMEL/ -I/Users/daveturk/Library/Arduino15/packages/adafruit/hardware/samd/1.0.3/cores/arduino -I/Users/daveturk/Library/Arduino15/packages/adafruit/hardware/samd/1.0.3/variants/arduino_zero /var/folders/dk/r7556ww12j5bwjnmhfxqk7sr0000gr/T/build5828133780708300997.tmp/sketch_nov27a.cpp -o /var/folders/dk/r7556ww12j5bwjnmhfxqk7sr0000gr/T/build5828133780708300997.tmp/sketch_nov27a.cpp.o
Cannot run program "{runtime.tools.arm-none-eabi-gcc.path}/bin/arm-none-eabi-g++" (in directory "."): error=2, No such file or directory

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Can't get Arduino IDE to work with new purchase Feather

Post by Franklin97355 »

Try re-downloading the software. It seems one of the files needed can't be found by the compiler.

User avatar
DaveMark
 
Posts: 24
Joined: Fri Oct 02, 2015 4:28 am

Re: Can't get Arduino IDE to work with new purchase Feather

Post by DaveMark »

franklin97355 wrote:Try re-downloading the software. It seems one of the files needed can't be found by the compiler.
Hi thanks, if you mean the IDE, I tried downloading 1.6.6, unzipped it, but will not launch. i.e. Nothing!

Will try 1.6.4 again: https://www.arduino.cc/en/Main/OldSoftw ... s#previous

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Can't get Arduino IDE to work with new purchase Feather

Post by Franklin97355 »

1.6.6 seems to have problems, at least on windows it does.

User avatar
DaveMark
 
Posts: 24
Joined: Fri Oct 02, 2015 4:28 am

Re: Can't get Arduino IDE to work with new purchase Feather

Post by DaveMark »

franklin97355 wrote:1.6.6 seems to have problems, at least on windows it does.
Hi thanks, but I'm using Mac.

Fresh 1.6.4

Fresh 1.6.6 Which I got working now.

Same problem on both, still not compiling.

Ideas?

BTW Around 12 hours ago, a friend got it working on his Mac, no idea what's wrong in my case.

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Can't get Arduino IDE to work with new purchase Feather

Post by Franklin97355 »

Post the output of the compile using the verbose option in the preferences.

User avatar
DaveMark
 
Posts: 24
Joined: Fri Oct 02, 2015 4:28 am

Re: Can't get Arduino IDE to work with new purchase Feather

Post by DaveMark »

franklin97355 wrote:Post the output of the compile using the verbose option in the preferences.
I did! See above in my first post of the thread.

User avatar
DaveMark
 
Posts: 24
Joined: Fri Oct 02, 2015 4:28 am

Re: Can't get Arduino IDE to work with new purchase Feather

Post by DaveMark »

DOOOOOH!!!

Had wrong board selected.

Pretty lame excuse :(

<Walks away disgraced!>

It LIVES :)

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

Return to “Arduino”