Hello everyone,
So I am puzzled with this problem. Clearly working with the compiler and linker is not my thing :<
I am using CCS v6 with the Tiva launchpad. I am using the TI compiler v5.2.4.
I have some pairs of header and source files in a folder. I wanted to use them in some projects, since I wanted to not have multiple ones, one in each project I wanted to link the ones in the common folder.
So I added the folder path to the "include options" and then in my code I just added "#include "file.h" ".
Problem is it doesn't seem to be finding the source files in that folder! I get lots of "unresolved symbols". When I had the files inside the project folder I didn't have any problem.
If anyone could help me it would be appreciated.