Hi, I'm implementting ModBus on Concerto, found the modbus libraries from github.com which was implemented on delfino (C2000). I have included all the header files and source files to my project. Initially got many errors and from some research in the forum I solved few. Now I'm struck in solving this error
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Modbus_2.out" not built
gmake: *** [Modbus_2.out] Error 1
gmake: Target `all' not remade because of errors.
Description Resource Path Location Type
unresolved symbol _InitSysCtrl, first referenced in ./main.obj Modbus_2
I'm not understanding how to deal with it. I have cross checked all header and source files, everything seems ok! Help needed.
Kumar Nega!