BLE_SDK6_examples
BLE_SDK6_examples copied to clipboard
Integrating the below segger rtt files into eclipse project
Hi, I want my project to be developed in eclipse. I integrated the below RTT files into the project. But while building the project i am getting this type of error. Please look into this or can you tell me what are the steps need to integrate segger RTT into eclipse project ?
error: section attribute argument not a string constant SEGGER_RTT_PUT_CB_SECTION(SEGGER_RTT_CB_ALIGN(SEGGER_RTT_CB _SEGGER_RTT));
error: section attribute argument not a string constant SEGGER_RTT_PUT_BUFFER_SECTION(SEGGER_RTT_BUFFER_ALIGN(static char _acUpBuffer [BUFFER_SIZE_UP]));
error: section attribute argument not a string constant SEGGER_RTT_PUT_BUFFER_SECTION(SEGGER_RTT_BUFFER_ALIGN(static char _acDownBuffer[BUFFER_SIZE_DOWN]));