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

Compiler Search paths

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

0