2019-01-28 10:58 PM
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.
2019-01-28 11:10 PM
What problem, exactly ?
2019-01-28 11:13 PM
sorry i thought i have added the details. I have just added them.