Hi *,
Scanner discovery does not work.
Under:
Project Properties > C/C++ General > Preprocessor Include Paths, Macros etc. > Providers -> CDT Cross GCC Built-In Compiler Settings

Default Command to get compiler specs:
${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"
1) Unfortunately ```${COMMAND}``` is not populated!
I manually changed it to:
"${CG_TOOL_CLANG}" -c -E -P -v -dD "${INPUTS}"
Whereas I got the command from:

Now, the command can be at least executed, but doesn't give the desired results.
Console output from Scanner Discovery:
12:48:48 **** Running scanner discovery: CDT Cross GCC Built-in Compiler Settings **** "C:\\ti\\ccs1220\\ccs\\tools\\compiler\\ti-cgt-armllvm_2.1.2.LTS\\bin\\tiarmclang.exe" -c -E -P -v -dD H:/ccs_workspace/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec TI Arm Clang Compiler 2.1.2.LTS Target: arm-ti-none-eabi Thread model: posix InstalledDir: C:\ti\ccs1220\ccs\tools\compiler\ti-cgt-armllvm_2.1.2.LTS\bin tiarmclang: warning: H:/ccs_workspace/.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec: 'linker' input unused [-Wunused-command-line-argument] tiarmclang: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument] tiarmclang: warning: argument unused during compilation: '-P' [-Wunused-command-line-argument] tiarmclang: warning: argument unused during compilation: '-dD' [-Wunused-command-line-argument]
2) where does the variable "${INPUTS}" comes from? Couldn't find it in Build variables.
--
I am on CCS 12.2 with ti-cgt-armllvm_2.1.2.LTS
--
Thanks in advance
