When trying to generate runtimes for nrf52840 it is trying to find the file bb-runtimes/arm/nordic/nrf52/memory-map_nrf52840.ld.
This file does not exist, although the file memory-map_nRF52840.ld exists. (nrf --> nRF).
Input:
./build_rts.py --output=temp nrf52840
At this moment I cannot confirm if simply changing the filename works, as I have other problems down the line.
When trying to generate runtimes for nrf52840 it is trying to find the file
bb-runtimes/arm/nordic/nrf52/memory-map_nrf52840.ld
. This file does not exist, although the filememory-map_nRF52840.ld
exists. (nrf --> nRF).Input:
./build_rts.py --output=temp nrf52840
At this moment I cannot confirm if simply changing the filename works, as I have other problems down the line.It works!