HI, I am trying to compile the thingy52 firmware in segger embedded studio 4.10a by following the below link,
While compiling "RTT_Syscalls_KEIL.c", the error occured as rt_sys.h : No such file or directory.
I simply excluded the "RTT_Syscalls_KEIL.c" from build and got so many linker errors.
so I added "gcc_startup_nrf52.S" instead of "ses_nrf52_startup.s" and changed the linker from SEGGER to GNU.
Now I am getting the errors as shown in image.
Thanks.