Skip to content

undefined reference to `SEGGER_RTT_WriteString' #1

@sirceljm

Description

@sirceljm

Hi,

first let me say thanks for publishing this project. It is the only way that I managed to get my BLE400 working.

Now to the problem.

I managed to build, upload the softdevice and then get the bluetooth signal. Now I want to use SEGGER_RTT_WriteString to start debugging the program. I included the headers like so:
#include "SEGGER_RTT.h" and I put SEGGER_RTT_WriteString(0, "Hello World!\n"); inside main function.

But I get an error: undefined reference to `SEGGER_RTT_WriteString'

Do you maybe know how to get this working as I see the SEGGER_RTT files are already there.

Please excuse me if this is a really stupid question but I am completely new to this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions