It's complaining about the option --specs=nano.specs on the Linker command-line, and for whatever reason I guess the compiler you have doesn't have them in.
The provision script checks for GCC before installing it, and in this case I guess it finds it so does nothing. Maybe ensure that it's not in your path, then run provision and it should pull a new compiler into a local folder under Espruino and temporarily set your path.
It'd be a good way to check if that is the problem or not as it doesn't install anything globally.
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.
It's complaining about the option
--specs=nano.specs
on the Linker command-line, and for whatever reason I guess the compiler you have doesn't have them in.The provision script checks for GCC before installing it, and in this case I guess it finds it so does nothing. Maybe ensure that it's not in your path, then run provision and it should pull a new compiler into a local folder under Espruino and temporarily set your path.
It'd be a good way to check if that is the problem or not as it doesn't install anything globally.