Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I am trying to build the uartecho example that was included with CCS V7 install (C:\TI_CCS\tirtos_tivac_2_16_01_14\packages\examples\source\uartecho), which includes a uartecho.c and corresponding .cfg files. I created a new empty CCS project, and added the two files into the project. I had to add an include path for the compiler in the Properties-ARM Compiler, and add the board.h file to the project, to get past compile step (a how-to-build readme would have been helpful). However after compile, there are ~100 unresolved symbol errors listed in the Problems console. I think I need to add the path to each one of the folders reported for each of the missing symbols to the Properties - ARM linker flags window??? If so, can someone tell me how to properly edit the flags window and the correct syntax for the paths? If that is not the case, then would appreciate a detailed description (go to this menu, select this option, etc) of what has to be done to fix this.
An example of one of the link errors:
unresolved symbol GPIOIntStatus, 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.aem4f<GPIOTiva.oem4f> uart_echo C/C++ Problem
Thank you.