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.

TM4C129ENCPDT: Unresolved symbols using Tivaware/Sysconfig Tools with Tm4C192ENCPDT

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: SYSCONFIG

I'm getting unresolved symbol errors (listed below) generated when trying to build a project including the PinoutSet() function from Sysconfig.  The project builds without issue when I comment out this function.  I've got pinout.c and pinout.h files from SysConfig (1.4.0+1234) for the TM4c129x device and Tivaware version 2.2.0.295.  The path "C:\ti\TivaWare_C_Series-2.2.0.295" has been added to the compiler include search path.

Any suggestions on what I am missing?  WHere should these GPIOPinTypes be defined?

Thank you for any help!

Description    Resource    Path    Location    Type
#10010 null: errors encountered during linking; "HCDE_1.out" not built    HCDE_1             C/C++ Problem
<a href="processors.wiki.ti.com/.../10234"> null: unresolved symbols remain    HCDE_1             C/C++ Problem
gmake: *** [all] Error 2    HCDE_1             C/C++ Problem
gmake[1]: *** [HCDE_1.out] Error 1    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinConfigure, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeADC, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeEthernetLED, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeGPIOInput, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeGPIOOutput, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeI2C, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeI2CSCL, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypePWM, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeSSI, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinTypeUART, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol GPIOPinWrite, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem
unresolved symbol SysCtlPeripheralEnable, first referenced in ./pinout.obj    HCDE_1             C/C++ Problem