Problem compiling Onomondo softSIM static profile sample program

I am trying to test a 9160 dev kit with Onomondo's softSIM static profile program. I am following the instructions in this GitHub page: https://github.com/onomondo/nrf-softsim?tab=readme-ov-file

After updating the manifest, I navigate to the softsim_static_profile and run 'west build' according to the instructions, but the compiling fails with errors. The most significant error is that the header file nrf_softsim.h cannot be found (fatal error: nrf_softsim.h: No such file or directory). I have also tried running 'west build -b nrf9160dk_nrf9160' with the same results.

Is this the correct way to compile the sample? I have not made any changes to the directory structure, so it is curious why the header file cannot be found when it is present in its correct folder. No one else has been able to reproduce this so far.

Parents Reply Children
Related