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

How should I correctly compile origial "nRF_Segger_RTT"?

Hi all,

I followed the tutorial listed below: devzone.nordicsemi.com/.../

I want to use SEGGER_RTT_printf but I always get this error: Error: L6218E: Undefined symbol SEGGER_RTT_printf (referred from main.o).

image description

However, a senior enginneer at the office makes this happened:

image description

He does not want to teach me how to implement it.

I read the documentation for the sdk11, but it didn't figure me out of it. SEGGER_RTT_WriteString worked fine.

Can anyone teach me?

Thanks a lot.


image description

[Update above: with correct version of source codes of JLINK's segger_rtt] However, I still cannot compile RTT_Syscalls_KEIL.c

Related