That appears to have done it. I can make clean && make for BOARD=PUCKJS and a new PUCKJS file is put into the boards folder. Alternately a simple make clean && make creates a LINUX file in the boards folder, and either or a new espruino file in the Espruino directory. So all appears to be normal.
I did have to add a line to my hosts file to include 127.0.0.1 YOURCOMPUTERNAME
so bash would stop with the unable to resolve host lines.
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.
That appears to have done it. I can make clean && make for BOARD=PUCKJS and a new PUCKJS file is put into the boards folder. Alternately a simple make clean && make creates a LINUX file in the boards folder, and either or a new espruino file in the Espruino directory. So all appears to be normal.
I did have to add a line to my hosts file to include 127.0.0.1 YOURCOMPUTERNAME
so bash would stop with the unable to resolve host lines.
Regards,