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.
I have been reading the Absolute Lister Example of the Assembly Language Tools User's Guide. Can anyone give me direction on where to enter the following statements given in the example in the documentation? I am unclear on the following statements given in the 5 steps of the example: Step 1-'masm55 module1'( I have named my .asm files 'module1.asm' and 'module2.asm' for simplicity). Step 3-'cl55 -z fir.cmd'. Step4-'abs fir.out'. Step 5-'masm -a module.abs'. I am assuming these statements go somewhere in the Build Options/File Specific Build Options but I am unclear where? Any help on generating absolute listing files from a project consisting of 2 assembly modules and an associated linker file would be appreciated.
Thanks,
Pat
The example in the manual is intended to be run from a command line, not from within CCS. Perhaps someone more familiar with CCS can suggest a way to do this from within CCS.
The way to do this in CCS via post-build steps is answered in this post: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/61024/218629.aspx#218629