This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: Library path in executable file

Part Number: TMS320F28388D
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?