• Suppress compiler warning
    I'm using uVision 4 with an ARM9 and implementing the zlib compression library. I'm getting a lot of warning messages "warning: #1294-D: Old-style function deflateInit_" because the library uses the...
  • Linker warning suppression
    Hi, Is there a means of supressing linker generated warnings? I realise they're there for a reason, but this one's deliberate. I forget the error code, but it's concerned with the location of an...
  • How to suppress an error
    In ST motor control code I have a section that compiles with warnings in the STM32CubeIDE & build okay but in Keil MDK gives an error and won't build. #define PH_KIDIV_LOG 38 #define PH_KDDIV_LOG 10...
  • Suppress Banner/Copyright
    Is there any option to suppress the Keil banner and copyright notice for the compilation? This will generate more compact output on command line, to better identify the real warning and error messages...
  • How to prevent (not suppress) errors L6305W and L6314W (`no entry point`
    Hello- I am using uVision version 4.72.1 with version 5.03.0.76 of the compile & link tools. I am working with a set of 5 files (3 source and 2 header files) that compile and link with zero errors and...