• compiler warning
    hi... i am getting a compiler warning... "warning: C3007E: Uninitialised or corrupted use of PSR. This code may not work correctly" how to fix this warning? thanks.
  • Errors and warnings when compiling
    Hi, I'm programming for a Cypress EZ-USB FX2 platform, and I'm adding onto the default firmware. I'm having some problems compiling some code, and I'm wondering if I'm running into space limitations...
  • Compiler warning - why?
    I am just learning C by starting on modifying an example program to do what I want it to do. But immediately get warning messages although the compiled program runs fine. Whenever I declare a variable...
  • Disable compiler warning
    How do you disable compiler warnings in uVision 4? It's for a K20 procesor so it's an ARM Cortex M4. I tried the standard C++ #pragma warning but it didn't sppear to work...
  • 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...