This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK9 gcc linker script includes file that doesn't exist

I'm writing a build script for gcc for the nRF51 and I want to use the provided .ld scripts.

In SDK 8, those scripts were renamed from gcc_nrf51_XXX_xxab.ld to nrf51_xxab.ld.

In SDK 9, it looks like someone intended to also rename the file gcc_nrf51_common.ld to nrf51_common.ld as nrf51_xxab.ld has this line: INCLUDE "nrf51_common.ld".

However, the common.ld file was not renamed and therefor linker errors are happening.

I just want to make sure someone at Nordic sees this. Cheers!

Related