Hello,
I'm using CCS 10.1.1.00004 with a project set to generate EABI output format.
I would like to prevent unused function to occupy space in my output file.
I see in the manual the option
--unused_section_elimination[=off|on] Eliminates sections that are not needed in the executable module. Default is on. (EABI
only)
that should be ON in my project, but I see that the .map contains unused functions.
I tried also to add manually the string "--unused_section_elimination=on" to the linker command window but it seems it is not recognized (see image)
Is there any way to achieve the target ?
Especially for the TI driver files (that are fully added to my project), it is difficult to me to exclude unused functions at compile time.
best regards