You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]));
The text was updated successfully, but these errors were encountered:
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]));
The text was updated successfully, but these errors were encountered: