Maybe try just running the compiler? arm-none-eabi-gcc - it looks like there's some problem with it.
Can you try running source scripts/provision.sh PUCKJS and then building? That'll pull all the tools into the Espruino directory and set up the paths for you, which is the nice easy way to do it - it's possible there's something odd about /usr/local on Bash for Windows 10.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Maybe try just running the compiler?
arm-none-eabi-gcc
- it looks like there's some problem with it.Can you try running
source scripts/provision.sh PUCKJS
and then building? That'll pull all the tools into the Espruino directory and set up the paths for you, which is the nice easy way to do it - it's possible there's something odd about/usr/local
on Bash for Windows 10.