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.

[CCS + MSP430 GCC feature request] create list file



Dear CCS Team!


I would like to request, that a feature named "create list file" to be added to the project build settings, when using MSP430 GCC.

Like the GNU Objcopy Utility settings in the project build settings (screenshot from CCSv6.2.0 + MSP430 GCC):

would I want to be able to configure the GNU Objdump Utility to create a list file.

To create a list file now, I always have to manually add the following command to the Post-build steps:

"${CG_TOOL_ROOT}/bin/msp430-elf-objdump" -dS "${BuildArtifactFileName}" > "${BuildArtifactFileBaseName}.lss" 2>/dev/null

Thanks in advance if you could add this feature to CCS!