You are reading a single comment by @HughB and its replies. Click here to read the full conversation.
  • 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](http://forum.espruino.com/sea­rch/?q=%23include) "jsutils.h"
              ^~~~~~~~~~~
    compilation terminated.
    make: *** [Makefile:2: all] Error 1
    $ 
    
About

Avatar for HughB @HughB started