Closed
Description
It looks like this symbolic link: ~/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/lib/gcc/arm-none-eabi/4.8.3/liblto_plugin.so (which points to itself?) doesn't get deleted when you uninstall the Arduino SAM boards in the boards manager. Then, if you re-install the SAM boards, ARM GCC doesn't get reinstalled, resulting in the following error when you try to compile a sketch:
Cannot run program "/Users/mellis/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-g++" (in directory "."): error=2, No such file or directory
This is on Mac OS X (10.10.3) w/ Arduino 1.6.4 and a fresh ~/Library/Arduino15 directory. This may be the same as issue #3195.