This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Stellaris launchpad header file linking error

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

 

  • Hi,

    unresolved symbol errors are typically when a library/include path/variable needs correction.  Particularly in the linker->file search path options.

    Please double check these.  This wiki has some further description on include paths and variables

    http://processors.wiki.ti.com/index.php/Include_paths_and_options

    Please keep us informed.

    Best Regards,
    Lisa