This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Remove standard include paths

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?

Parents
  • Ron Wedge, these links are indeed useful but not exactly for what I'm asking right now. I still want to use standard library, I just want to use a different one; and not just linking to different .lib files but using different standard includes also.

    Right now I did not found a way of stopping Keil from including files form <keil_folder>\arm\armcc\include

    The closest thing I found is Project->Manage->Project Items->Folders/Extensions but all of the options (apart from tool base folder) are greyed out.

Reply
  • Ron Wedge, these links are indeed useful but not exactly for what I'm asking right now. I still want to use standard library, I just want to use a different one; and not just linking to different .lib files but using different standard includes also.

    Right now I did not found a way of stopping Keil from including files form <keil_folder>\arm\armcc\include

    The closest thing I found is Project->Manage->Project Items->Folders/Extensions but all of the options (apart from tool base folder) are greyed out.

Children