Wow, thanks! Yes, I'd never encountered this because for ARM I tend to have set a compiler up globally - but I'm amazed nobody else hit it and reported it.
I've just added a check for directories starting gcc-arm-none-eabi - which I think is probably a fair thing to skip out of the file deletion? Please can you check and see if it works ok for you?
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.
Wow, thanks! Yes, I'd never encountered this because for ARM I tend to have set a compiler up globally - but I'm amazed nobody else hit it and reported it.
I've just added a check for directories starting
gcc-arm-none-eabi
- which I think is probably a fair thing to skip out of the file deletion? Please can you check and see if it works ok for you?