• 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...
  • 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...
  • Compiler Error: Project include paths are parsed as input files rather than paths (Error C4065E)
    I am getting a compiler error that indicates that the compiler is viewing my include paths as input files. I am a bit stumped, since this seems to be sometimes caused by spaces in an include path throwing...
  • remove project path info from binary/hex file
    Hi, is there a way in keil to remove info about project path like C:\...............from generated .bin or hex file? thanks
  • Same include paths for all Targets?
    Hello, I'm using "Manage Project Items" with Different Project Targets on Keil uVision V5.26.2.0. But because they differ only by preprocessor defines, I want them to all have the same include paths...