which version of GCC is it? try arm-none-eabi-gcc --version.
arm-none-eabi-gcc --version
I usually:
And then run make.
@Gordon started
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.
which version of GCC is it? try
arm-none-eabi-gcc --version
.I usually:
And then run make.