I after updating my Espruino and step-count repos, I get the same error.
I noticed that @Gordon added jsutils.h on 14 Jan to stepcount.c
Probably quicker for Gordon to comment.
I'm not up for debugging this one right now.
$ pwd
/home/hughbarney/src/step-count
$ make
gcc -std=c99 main.c -o main
In file included from main.c:55:
../Espruino/libs/misc/stepcount.c:19:10: fatal error: jsutils.h: No such file or directory
[#include](https://forum.espruino.com/search/?q=%23include) "jsutils.h"
^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:2: all] Error 1
$
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.
I after updating my Espruino and step-count repos, I get the same error.
I noticed that @Gordon added jsutils.h on 14 Jan to stepcount.c
Probably quicker for Gordon to comment.
I'm not up for debugging this one right now.