You are reading a single comment by @randunel and its replies. Click here to read the full conversation.
  • The only make targets in the Makefile are:

    clean
    gdb
    serialflash
    flash
    proj
    

    Tried each with BOARDNAME=1 RELEASE=1 ESPRUINO_1V3=1 make <target>, but no espruino script, only the binaries, so the compiler works.

    Tried with LINUX=1 make, and it outputs a lot of warnings and this error

    libs/graphics/lcd_sdl.c:18:21: fatal error: SDL/SDL.h: No such file or directory
    # include <SDL/SDL.h>
                         ^
    

    Tried with BOARDNAME=1 RELEASE=1 ESPRUINO_1V3=1 LINUX=1 make, and it exits with this error:

    src/jsutils.c:21:19: fatal error: mconf.h: No such file or directory
     # include "mconf.h"
                       ^
    

    Tried with LINUX=1 make -i (ignore errors), to no avail. Cleaned every time before new run.

    Any hints? :)

About

Avatar for randunel @randunel started