I want to use different implementation of standard library with armcc, so I need to remove standard include paths.
I know that it's possibly with armclang with -nostdinc option.
There is an option "No Auto Includes" in C/C++ tab of project options, however, this removes only processor-specific include paths.
Is there any way to do it?
Kevin From Support, I'm trying to remove "<keil_dir>\ARM\ARMCC\include" which I presume is the path to the C and C++ standard library headers.