This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Serial.c file in the Blinky example

Hi,

What exactly is the purpose for the functions in the file Serial.c (putchar(), getchar()) included w/ the Blinky example? Does the Keil C not have these itself? Or for that matter, the delay() function in Blinky.c uses printf directly, which works fine. Are these for illustrative purpose only?

Confused -

Todd

Parents
  • Hi All,
    My problem is that the linker finds my versions of putchar and getchar but it still looks for them in the lib and of course finds them there. I then get the error message "multiple definitions of public symbols".
    What am I missing that will prevent the linker from continuing to look for them?

    Thank you
    Beverly

Reply
  • Hi All,
    My problem is that the linker finds my versions of putchar and getchar but it still looks for them in the lib and of course finds them there. I then get the error message "multiple definitions of public symbols".
    What am I missing that will prevent the linker from continuing to look for them?

    Thank you
    Beverly

Children
No data