Hello,
I'm having a problem with adding libraries to a project. I'm new to CCS, so I'm trying to replicate an example project provided through Starterware in build. The project links it libraries in the following way
Here is my implementation in my project
I was confused by all the "../../../"s, so I created a path variable named "BINARYLIBS", as each path stems from "C6748_StarterWare_1_20_03_03\binary\c674x\cgt_ccs". After replicating the File Search Path with just that change, I am still getting the classic "unresolved symbol _" errors, which refer to every function called in the code. I thought that the libraries I included would have contained these functions, but perhaps I am wrong? The other way that I've found success in eliminating that error, is to hunt down every .c file relating to that function, and put it in the Project folder, but that's pretty tedious, and I know it isn't the correct way to do this.
Specifically, I am trying to recreate the project in "C6748_StarterWare_1_20_03_03\build\c674x\cgt_ccs\c6748\lcdkC6748\mcasp".
Any help would be much appreciated.
Here is the exact console errors that I'm getting
And the list goes on...
Again, because I am new to CCS, the point of this exercise is simply to make sure that I can build a project from scratch and generate a .out file on my own.
Another warning that I've seen several times when attempting to build is
#10373-D library "C:/Program Files/Texas Instruments/pdk_C6748_2_0_0_0/C6748_StarterWare_1_20_03_03/binary/c674x/cgt_ccs/c6748/drivers/Debug/drivers.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
This happens when I uncheck the "seach libraries in priority order" box in the file search path window.
Help would be very much appreciated.
Thanks,
Austin