Part Number: LAUNCHXL-F28379D
Tool/software:
I get these warnings when I include the driverlib folder files into my project while building the project.
Need help with understanding what are these files and why are they required ?
can I exclude them from my project and build it ? If yes, what will happen if I exclude them ?
Because if I include them, currently I get 4 warnings like below.
warning #10373-D: library "../device/driverlib/ccs/Debug/driverlib_coff.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
warning #10373-D: library "../device/driverlib/ccs/Release/driverlib_coff.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library.
