Digistump Forums
The DigiX => DigiX Support => Topic started by: danowar on September 28, 2014, 08:21:07 am
-
I redid some things on my computer, and had to re-install the Arduino IDE. After doing so, I get the following error when trying to verify/upload. I have tried using the manual install instructions in the wiki, and the automated installer, same results. Neither way does this file get installed.
Cannot run program "C:\Program Files (x86)\Arduino/hardware/tools/g++_arm_none_eabi/bin/arm-none-eabi-g++": CreateProcess error=2, The system cannot find the file specified.
-
Do you have other Arduino installs? There may be setting crossed between that or your prior installation. It seems I saw this as I had the Digispark / Digix / DigiPro installs crossover. Some want to install to specific places.
-
I had the same problem, but only using DigiX.
Solved it doing this:
I copied the existent folder at "C:\Program Files (x86)\Arduino/hardware/tools/" (don't remember the name)
and named it with "g++_arm_none_eabi"
-
Just downloaded the latest Add-Ons and I have this same issue.
Making a copy of the previous folder and setting the name is not working though.
-
This will be fixed in the next release - for now you can open the hardware/digistump/sam/platform.txt file and change line 13 from:
compiler.path={runtime.ide.path}/hardware/tools/g++_arm_none_eabi/bin/
to
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
This is caused by some changes in 1.5.8+