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

ble_app_uart not building on GCC

Hi, I have downloaded the SDK 6.0 which contains the ble_app_uart and tried to compile it using GCC, but getting the following error which doesn't make any sense because it is having braces:

../ble_nus.c:197:2: error: (near initialization for 'nus_base_uuid.uuid128') [-Werror=missing-braces]

Since the hrs example compiles fine, I used the same makefile from the hrs example and just changed the source files within the makefile.

Parents Reply Children
No Data
Related