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

Thingy52 compilation errors

HI, I am trying to compile the thingy52 firmware in segger embedded studio 4.10a by following the below link,

http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.gs.ses%2Fdita%2Fgs%2Fdeveloping%2Fimport_ses.html

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.

Related