Hi,
I wanted to build the release 2.04 via the Espruino project make script, but I got the following error:
user@bash: ~/Espruino$ BOARD=MDBT42Q make python scripts/check_elf_size.py MDBT42Q espruino_2v04_mdbt42q.elf Testing espruino_2v04_mdbt42q.elf for MDBT42Q STORAGE: 442368 -> 483328 CODE: 126976 -> 467548 CODE AND STORAGE OVERLAP make: *** [espruino_2v04_mdbt42q.app_hex] Error 1
I made a git clone and switched to the release tag RELEASE_2V04. Am I doing something wrong? I remember it was working properly.
RELEASE_2V04
Thanks!
Oh, I see, I forgot to set RELEASE=1. Now it works!
RELEASE=1
Posted by @binux
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.
Hi,
I wanted to build the release 2.04 via the Espruino project make script, but I got the following error:
I made a git clone and switched to the release tag
RELEASE_2V04
. Am I doing something wrong?I remember it was working properly.
Thanks!