Hi,
all the *.out files i generate are very big ~500kB. The out files from TI are very small ~3k.
I can not make it smaller with the Build options.
What is the trick to get a small one??
thx
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.
Hi,
all the *.out files i generate are very big ~500kB. The out files from TI are very small ~3k.
I can not make it smaller with the Build options.
What is the trick to get a small one??
thx
In addition to stripping out debug information there are also various compiler settings that help reduce code size such as the -ms options and -mo option which can help decrease your binary size, these and other options are discussed in SPRU187.