Hello
I want to know how I can disable "dead code stripping" in CodeWarrior or ".lcf" file.
(I want all unused symbols, functions and variables, to be included in the elf image file.)
I found "KEEP" directive that I can use in .lcf file.
But, the indicative does not work correctly.
- .text() : { KEEP(*(.text)) }
My development environment:
- Window 7
- CodeWarrior for MCU Version 11.0
- MPC5674F
Thanks.