Using native WebIDE was able to upload "send" to Pico all weekend without error. This morning, Monday 9:00amCST noticed I am now getting the following error:
2v00.103 (c) 2018 G.Williams
>---------------------------------------------------
COMPILER MESSAGE
---------------------------------------------------
/bin/sh: 1: arm-none-eabi-gcc: not found
---------------------------------------------------
WARNING: Function marked with "compiled" uploaded in source form
The WARNING is understood and has always been present.
Just uploading a source that uses require to load modules that contain both E.compiledC( and the keyword "compiled" all of which functioned fine previously.
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.
Mon 2019.01.28
Using native WebIDE was able to upload "send" to Pico all weekend without error. This morning, Monday 9:00amCST noticed I am now getting the following error:
The WARNING is understood and has always been present.
Web IDE version 0.70.4
Not doing anything fancy as in these:
Just uploading a source that uses require to load modules that contain both
E.compiledC(
and the keyword"compiled"
all of which functioned fine previously.