After hours of try and error:
The "-std=c++11" needs to be added to "LDFLAGS" line in the Makefile:
LDFLAGS?=-Winline -g -std=c++11
@Jonaswinz 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.
After hours of try and error:
The "-std=c++11" needs to be added to "LDFLAGS" line in the Makefile: