Looks like provision.sh first checks for existance of compiler (line 175)
This returns true for any arm-none-eabi-gcc, even very old versions
So it never reaches line 183/184
Is my assumption correct, or is there some misunderstanding on my side
@JumJum 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.
Looks like provision.sh first checks for existance of compiler (line 175)
This returns true for any arm-none-eabi-gcc, even very old versions
So it never reaches line 183/184
Is my assumption correct, or is there some misunderstanding on my side