aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2021-04-07 20:11:29 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2021-04-08 12:18:26 +0000
commit4b5680cc16f5a190b98b7c0ed42bc43f8e9438b7 (patch)
treefa02844b43cd0a49203adf7a98660426e3a66bb1 /scripts
parentd8cd1d151528da700ef0789c77e2f3dfdd5e17bb (diff)
baremetal: Fix generation compiler listing using ARMCC compiler
The ARMCC compiler has no options for specifying the name of the output listing file; it only has an options for specifying an output directory. In addition, the generated listing files are in truncated format, e.g. instead of the 'module.{c|cpp}.lst' file will be generated the 'module.lst' file. This behavior complicates the writing of unit tests, and also complicates the implementation if the user wants to change the cpp.compilerListingSuffix property. A workaround is to post-process the compiler listing files after they are generated. In this case, we only need to rename the generated compiler listing file to the desired one. Change-Id: I89c81896711b90b146a94c35d2ec75e296824752 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions