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
  • Hello again,

    Have you made any changes to the example?
    The last screenshot says that you have multiple definitions of "TIMER_LED". It seems it stems from your Timer.h file.

    The warning you had in your first screenshot appeared to be an "Implicit declaration of function" warning, which could be caused by not properly including some headerfile. By the looks of it, this is no longer an issue.

    Best regards,
    Karl

Children
No Data
Related