CodeWarrior for MPC55xx v2.10 can't generate a list file for C code.
The "Generate Listing File" in the target setting panel can function when you have the assemble files included in the project. It is only valid for the assemble code.
To generate the Listing File for C language file, please use <Disassemble> command as you have done. The dump file (Listing File) can contain the c-source line and the corresponding assembler lines. To generate it please open the C file in CodeWarrior Editor, and right click the mouse in it. And on the pop-up menu, please choose <Disassemble>.
In Target Settings, please view Code Generation ->EPPC Disassembler. User can select the information that he want to display in the dump file.
When build with command line tool, user can get list files by command line tool. User can get disassemble file by ‘-o’ option.
Fiona Kuang
Technical Information & Commercial Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------