Other Parts Discussed in Thread: C2000WARE
I was looking the output file (I generate it with C2000 Hex utility) and I noticed that the path of some libraries is included. Since I want to reduce the code size of my firmware, I'd like to not include unnecessary stuff.
Path included are
C:/ti/c2000/C2000Ware_4_03_00_00/driverlib/f2838x/driverlib/emif.h
C:/ti/c2000/C2000Ware_4_03_00_00/driverlib/f2838x/driverlib/gpio.h
C:/ti/c2000/C2000Ware_4_03_00_00/driverlib/f2838x/driverlib/sci.h
and they are repeated multiple times in the binary file.
How can I avoid this?