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.
Tool/software: TI C/C++ Compiler
We have ported legacy firmware from pasm to clpru and it has got included .asm files, this is not straight forward to remove these due to symbol cross references. Is there a way to enable assembly listing corresponding to generated elf output ? Today I only see the listing for top level .asm file.
PratheeshGangadhar said:Is there a way to enable assembly listing corresponding to generated elf output ?
Yes. Use the .copy directive instead of .include. Read more about these directives in the PRU assembly tools manual.
Thanks and regards,
-George