Tool/software: TI C/C++ Compiler
I dug thru the TivaWare Peripheral Drivers Guide, the TIdrivers_tivac_2_16_01_13 html documentation (for GPIO_Init()), as well as the forums, for a clue as to what library (or package?) must be included in the CCS (v7.0) Properties-CCS Build-ARM Linker-File Search Path setting, in order to successfully link GPIO_Init? I cannot find any discussion of this detail; only the include files that are required, which i have included in the code files.
We are targeting a custom board with TM4C129ENCZAD.
The File Search Path is set up as follows:
Link fails with
error #10234-D: unresolved symbols remain
unresolved symbol GPIOTiva_config, first referenced in ,
C:/TI_CCS/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages/ti/drivers/lib/drivers_tivaware_instrumented.aem4f<GPIOTiva.oem4f>
What library must be added?
Thank you for your help.