Tool/software: Code Composer Studio
Hello ,
I have a problem with the CCS linker
When I write some functions lets say 10 functions , and I call only one function of these 10 function , the output file's size is very big
When I opened the map file I found that it maps all the functions that I didnot use
I found that any functions I write is added to the .OUT and .map files
How can I generate the output with only the required functions not using the unused functions.