Sorry i must be doing something really dumb but this is what i'm doing.
source scripts/provision.sh BANGLEJS
make -j BOARDNAME=BANGLEJS BOARD=BANGLEJS RELEASE=1
LD bin/espruino_2v21.84_banglejs.elf BANGLEJS bin/espruino_2v21.84_banglejs.elf python scripts/check_elf_size.py BANGLEJS bin/espruino_2v21.84_banglejs.elf Testing bin/espruino_2v21.84_banglejs.elf for BANGLEJS STORAGE: 0x60000000 -> 0x60400000 FS DATA: 0x76db8 -> 0x76dc8 (16 bytes) FLASH_AVAILABLE: 0x76000 CODE: 0x1f000 -> 0x76dc8 (359676 bytes)
========================== CODE AND STORAGE OVERLAP by 3528 bytes ==========================
So what i'm tying to do seems very simple, i just want to flash bangle.js on a bangle 1 watch. Other then having a wrong gcc version, it should build?
@user156811 started
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.
Sorry i must be doing something really dumb but this is what i'm doing.
source scripts/provision.sh BANGLEJS
make -j BOARDNAME=BANGLEJS BOARD=BANGLEJS RELEASE=1
LD bin/espruino_2v21.84_banglejs.elf
BANGLEJS bin/espruino_2v21.84_banglejs.elf
python scripts/check_elf_size.py BANGLEJS bin/espruino_2v21.84_banglejs.elf
Testing bin/espruino_2v21.84_banglejs.elf for BANGLEJS
STORAGE: 0x60000000 -> 0x60400000
FS DATA: 0x76db8 -> 0x76dc8 (16 bytes)
FLASH_AVAILABLE: 0x76000
CODE: 0x1f000 -> 0x76dc8 (359676 bytes)
==========================
CODE AND STORAGE OVERLAP
by 3528 bytes
==========================
So what i'm tying to do seems very simple, i just want to flash bangle.js on a bangle 1 watch. Other then having a wrong gcc version, it should build?