• How to suppress linker warnings in scatter file
    I have a projects that build multiple targets, using a single scatter file. For some targets the linker gives "warning: L6314W: No section matches pattern ...." Is there a way to suppress this warning...
  • How to suppress linker warnings in scatter file
    I have a projects that build multiple targets, using a single scatter file. For some targets the linker gives "warning: L6314W: No section matches pattern ...." Is there a way to suppress this warning...
  • 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...
  • 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...
  • How can I suppress this warning?
    In my code I use the nop instruction (for short delay). The compiler warns me: warning: #174-D: expression has no effect How can I suppress this warning?