-
• #2
old gcc probably, use provision script to get working compiler
-
• #3
Just did a clean clone, and a provision.sh BANGLEJS2, followed by
make clean && BOARD=BANGLEJS2 RELEASE=1 make
Still get the error -
• #4
did you run provision like
. scripts/...
with dot and space to load environment changes into current shell? -
• #5
You can see it does work in the online build at https://github.com/espruino/Espruino/actions so something is presumably up with your system.
As I recall, provision won't install a compiler if you already have one on your path, so you're probably still using an old compiler ad @fanoush suggested
-
• #6
Yes, this seems to have caused me headaches before... I will remove my compiler and let the provision script do its thing.. thanks you
Just did a fresh pull and tried to build BANGLEJS2 and it failed with:
I commented out TENSORFLOW and it builds fine.