AdaCore / bb-runtimes

Source repository for the GNAT Bare Metal BSPs
Other
65 stars 51 forks source link

Cannot find memory-map_nrf52840.ld #35

Closed Feqzz closed 4 years ago

Feqzz commented 4 years ago

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.

It works!

Fabien-Chouteau commented 4 years ago

Hello @Feqzz ,

We actually have a patch for that but I forgot to merge it to the community-2020 branch. It is now fixed.

Thanks for the report,