Description The APM (ARM Project Manager) is intended to support the majority of the build configurations provided by the command-line tools. However, there are some exceptions, for example, armcc's '-E', '-list', '-S' and '-S -Fs' options are not supported by the Compiler Configuration in Project->Tool Configuration->armcc->Set. This is because APM does not normally use these functions as part of the build process - they produce textual outputs suitable only for a human reader, not for APM. Solution It is possible to add these options into the build process, but you have to modify the template used by APM. For an explanation of how to do this (for '-S', but the same applies to other options too), see Application Note 46, Editing Project Templates, section 4, in the ARM Application Notes. If you use '-S', see also armcc/tcc: Use of -S option.
|