This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compilation issue on Segger studio

I have used an example in the sdk 15.2.0 Pin_change_int_pca10040 and added  2 header files and 2 C files extra to this project. I have cleared all the error which came while adding the files but could not able to clear this error as it is not showing any.

No error came while compilation but still it fails how can we solve this issue?

Kindly help!

Parents Reply Children
  • Hello,

    Did you check out your "multiple definition" of "TIMER_LED"?
    You can use the rebuild option to have all the files compiled again.
    Please do this once you have looked into the multiple definition, and let me know what your compiler outputs then.

    Furthermore, I would advise you to move your project folder higher in your system level, to avoid exceeding Windows's path length character limit of 260 - this will save you some potential headaches in the future.

    Best regards,
    Karl

Related