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

Make ble_app_uart example compile with C++

Hello Everybody,

Here are two patches for nRF5_SDK_15.3.0_59ac345 to make the ble_app_uart compile as a C++ application with GNU Tools ARM Embedded 8 2018-q4-major.

nrf-pwr-mgmt-cxx.patch fixes a linkage error (C symbols) in the library and ble-app-uart-cxx.patch fixes the initialization order of a struct in the example.

nrf-pwr-mgmt-cxx.patch

ble-app-uart-cxx.patch

Related