We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How to get the list of compiler search paths for system headers while compiling using Keil Microvision
E.g.: In case of GCC compilers, Compiler search path could be found by compiling a source file as “compiler.exe –v sourceFile.c –o sourceFile.o”
Is there a similar option for Keil?
Just for hints: We are making use of µVision to run the Keil build using the command: C:/Keil_v5/UV4/UV4.exe -b prj.uvprojx
Thanks for the answer, I'm aware of that option! But I wanted to get the compiler search paths that's being used at compile time dynamically so that I can understand the behavior of compiler