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!
