BLE_SDK6_examples icon indicating copy to clipboard operation
BLE_SDK6_examples copied to clipboard

Integrating the below segger rtt files into eclipse project

Open gangs7192 opened this issue 2 years ago • 0 comments

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]));

gangs7192 avatar Dec 29 '22 11:12 gangs7192