Part Number: TMDSLCDK6748
Other Parts Discussed in Thread: OMAP-L138, OMAPL138
I am using the TMDSLCDK6748 with TI RTOS. I am trying to add GPIO to my current MCASP project. When I add GPIO_init, or other GPIO functions such as write, I am getting an undefined symbol error
I believe my header files are correct as they can be opened.
I found some answers on here in regards to undefined symbols, and that it may be a linker error. I found a possible solution could be modifying the linker's file search path, but I haven't been able to do so with success. What should I be adding to the file search path?
I have compiled the GPIO example project and it works as expected. The problem only exists when I try to add GPIO to a current project.

