Skip to main content
Visitor II
January 29, 2019
Question

Hello, I am new to using stm8 and i have faced a problem while building the project.

  • January 29, 2019
  • 1 reply
  • 1102 views

This is the error message that i have received.

#error clnk Release\ild004v2.lkf:62 Release\smart_reset.o: symbol __stext multiply defined (C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Lib\crtsi0.sm8)

#error clnk Release\ild004v2.lkf:62 Release\smart_reset.o: symbol _exit multiply defined (C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Lib\crtsi0.sm8)

 The command: "clnk -l"C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Lib" -o Release\ild004v2.sm8 Release\ild004v2.lkf " has failed, the returned value is: 1

exit code=1.

There is no problem when i build under debug. However this shows up when i build it under release.

The code that I am trying to build is STEVAL-ILD004V2.

The photo attached is the error message I got when I pressed start debugging.

    This topic has been closed for replies.

    1 reply

    Visitor II
    January 29, 2019

    What problem, exactly ?

    XLowAuthor
    Visitor II
    January 29, 2019

    sorry i thought i have added the details. I have just added them.