Looking at .gitignore, it seems like most of the content of the nrf5x_15 folder is not present in git. Thus, I manually downloaded SDK 15 (as well as micro-ecc, under targetlibs/nrf5x_15/external/micro-ecc), so now the source code compiles, however the linker script is missing:
CC /home/uri/espruino/targetlibs/nrf5x_15/components/libraries/experimental_memobj/nrf_memobj.o
make: *** No rule to make target '/home/uri/espruino/targetlibs/nrf5x_15/nrf5x_linkers/linker_nrf52840_ble_espruino.ld', needed by 'espruino_1v99.154_nrf52840.elf'. Stop.
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.
Looking at .gitignore, it seems like most of the content of the
nrf5x_15
folder is not present in git. Thus, I manually downloaded SDK 15 (as well as micro-ecc, undertargetlibs/nrf5x_15/external/micro-ecc
), so now the source code compiles, however the linker script is missing:Any pointers?