Honestly, I'm not sure what your build issue is, but it's probably the compiler. It looks quite new, and sometimes optimisations get added that break bits of the CPU manufacturer's libraries. For Linux builds there's a toolchain that we use for everything that gets installed if you follow the instructions in https://github.com/espruino/Espruino/blob/master/README_Building.md
So it's probably easier to just spin up and VM, do the provision.sh script shown there and build
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.
Hi,
Where did you look? If you go to http://www.espruino.com/Download and download the ZIP it's in there too.
https://www.espruino.com/binaries/ has all the builds in, as does http://www.espruino.com/binaries/travis/master/
Honestly, I'm not sure what your build issue is, but it's probably the compiler. It looks quite new, and sometimes optimisations get added that break bits of the CPU manufacturer's libraries. For Linux builds there's a toolchain that we use for everything that gets installed if you follow the instructions in https://github.com/espruino/Espruino/blob/master/README_Building.md
So it's probably easier to just spin up and VM, do the
provision.sh
script shown there and build