SPRU514Z July 2001 – October 2023 SM320F28335-EP
Specific files can be excluded from the post-link optimization process by using the −ex option. The files to be excluded must follow the −ex option and include file extensions. The −ex option must be used after the −plink option and no other option may follow. For example:
cl2000 file1.asm file2.asm file3.asm --keep_asm --run_linker lnk.cmd -plink -o=prog.out -ex=file3.asm
The file3.asm will be excluded from the post-link optimization process.