This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1312R: Compile err: symbol "int" redefined

Part Number: CC1312R

Hello,

I'm working on a pretty large project based on the rfWsnNode example. Now I added my LED_signal library to this project. (I have used the LED_signal library before in other projects without problems). I am getting an compile error:

symbol "int" redefined: first defined in "./NodeTask.obj"; redefined in "C:/Users/.../Release/LED_signal.lib<led_signal.obj>" null: symbol "int" redefined: first defined in "./NodeTask.obj"; redefined in "C:/Users/.../Release/LED_signal.lib<led_signal.obj>"

Note that there is neither a procedure nor a function nor a variable nor a typedefs named 'int' in the project or in the library. I have read many advices on the forums but none of them helped me. I've been looking for the cause of the error for a long time and I don't know what to do next.

What is the best way to find similar errors in a large project?

(I°m sorry if the question is in the wrong forum)

Thank you very much for your help