Replies: 2 comments 1 reply
-
Just copying files into your project is not enough. Their bare existence gets them not compiled in some cases. You need to tell your IDE, that these are additional files to compile into your project. I cannot give advice how to do that with the STM32IDE. |
Beta Was this translation helpful? Give feedback.
-
But I guess you have a different issue here.
We need an explanation for that.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am start using TRICE and try to make the first project. I copy the src folder to the project and copy the triceConfig.h, triceUART.h and SEGGER_RTT_Conf.h from the example. However, when I do the compiling I got many errors. Most of them come from the line #define TRICE_UNUSED(x) (void)(x);
trice/src/trice.h:17:26: error: expected identifier or '(' before 'void'
Please tell me how to fix it. Thanks
Beta Was this translation helpful? Give feedback.
All reactions