Hi
I am new to ccs 5..
I have used Stellaris Pinmux utility to generate a header file to initialize my gpio. After i linking it to my main file ,when compiling it i get an error
undefined first referenced
symbol in file
--------- ----------------
PortFunctionInit ./main.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "lab2.out" not built
>> Compilation failure
PortFunctionInit is a function defined in my header file.
Please help me with this