This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compiling ‘RTT_Syscalls_KEIL.c’ ->`rt_sys.h: No such file or directory`

Hello,

I am trying to compile the example ble_app_eddystone with the SDK12.2 for the nRF52_pca10040_s132

While compiling with SEGGER I get the error

Compiling ‘RTT_Syscalls_KEIL.c’

rt_sys.h: No such file or directory

I think that the path is not correct, but I cannot locate the rt_sys.h header in my sdk12.2, could someone point me out where it's located?

thanks in advace

EDIT: commenting out that line, gives me the error that rt_misc.h: No such file or directory

so I am missing some headers in this example

Related