Hello together,
How can I find out the lines of code of my program? I'm using CodeWarrior v11.0. I found something in the .map file (Module Statistic with Data, Code and Const for each object) but don't think that's the LOC, because it's a lot more than my program.
Where can I find the LOC?
Thank you in advance
Christina
Thanks, but do you know if this information is in a file that CodeWarrior generates?
It is not directly availalbe, but you can use the postbuild step for generating this.
Executing Multiple Commands as Post-Build Steps in Eclipse | MCU on Eclipse
Erich
Ok thank you very much!
Kind regards,
Christina