• I am trying to compile Espurino but it seems to fail right at the end. The last lines in my make are:

      4 -rwxrwxr-x 1 kolban kolban   2108 Sep 16 11:18 eagle.app.v6.data.bin
    384 -rwxrwxr-x 1 kolban kolban 389124 Sep 16 11:18 eagle.app.v6.irom0text.bin
     24 -rwxrwxr-x 1 kolban kolban  21588 Sep 16 11:18 eagle.app.v6.rodata.bin
     32 -rwxrwxr-x 1 kolban kolban  29692 Sep 16 11:18 eagle.app.v6.text.bin
    mv: cannot stat 'eagle.app.flash.bin': No such file or directory
    Makefile:1642: recipe for target 'espruino_esp8266_user1.bin' failed
    make: *** [espruino_esp8266_user1.bin] Error 1
    

    The source is a fresh download of 1v87. I am compiling on Ubuntu Linux using the Xtensa toolchain built from https://github.com/pfalcon/esp-open-sdk. It appears that this has pulled in ESP8266 SDK 1.5.

    The initial debugging I have done is to look through the Makefile to see where "eagle.app.flash.bin" is mentioned. It appears at:

    L1649 - The source of a move statement
    L1679 - The source of a move statement
    

    I don't yet know if I am missing an instruction or failed to perform a step (both are possible) or whether there is something "up" with the build recipe. If anyone has any knowledge here, most appreciated.

About

Avatar for Kolban @Kolban started