Hello support
I have modified the cli examples and run into "undefined reference to `nrf_cli_uart_transport_api'" linker error.
The error message is
Compiling file: nrf_ble_qwr.c
Compiling file: utf.c
Compiling file: ble_lbs.c
Compiling file: nrf_sdh.c
Compiling file: nrf_sdh_ble.c
Compiling file: nrf_sdh_soc.c
Linking target: _build/nrf52832_xxaa.out
/.../gnuarmemb/gcc-arm-none-eabi-8-2019-q3-update/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld: _build/nrf52832_xxaa/main.c.o:(.rodata.m_cli_uart_transport+0x0): undefined reference to `nrf_cli_uart_transport_api'
collect2: error: ld returned 1 exit status
make: *** [_build/nrf52832_xxaa.out] Error 1
The terminal process "zsh '-c', 'make'" terminated with exit code: 2.
Terminal will be reused by tasks, press any key to close it.
I am using visual studio code with GCC compiler.
Can you help? Much appreciated.