Other Parts Discussed in Thread: C2000WARE
Hey there,
I am facing this error for a program where even though I have included the header file where the functions are defined, it keeps showing the error "undefined symbols remain". I have specified the include options search paths but it still does not work. Here is the error :
undefined first referenced
symbol in file
--------- ----------------
Device_initGPIO() ./sci_ex4_echoback.obj
Device_init() ./sci_ex4_echoback.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "sci_ex4_echoback.out" not built
Could you help me with how to resolve this?

