Tool/software: TI C/C++ Compiler
Dear reader,
We are using the Verisoft / Testwell CTC++ dynamic code analyzer, while also using the armcl compiler.
www.verifysoft.com/ctcpp_801_users_guide.pdf
The Testwell CTC++ tool uses an ctc.ini file, which will contain all the options and flags and such the armcl compiler executable understands.
Short example:
[Description: TI armcl]
COMMAND = armcl
TYPE = compiler_linker
RUN_BEFORE_ALL =
OPTCHARS = -
OPT_COMPILE_ONLY = --compile_only
DIALECT_C = ANSI
DIALECT_CXX = ANSI
.... and missing the many options of the compiler as yet
Writing the rest of the ctc.ini file ourselves seems a huge task, as this compiler has so many options.
Does a ctc.ini file for armcl already exist? Where can we download this from?
Kind regards