• Compiler Bug? Nearly identical code compiles differently
    I'm sure you are all (including me) skeptical that what I have is a compiler bug. But I can find no other explanation. I have two lines of nearly identical code assigning a value to an array. But the...
  • RV produce image too big
    Can someone tell me, which of Keil CARM and RealView generate smaller code? The problem is, RTOS (FreeRTOS) compiled with RV is so much larger than it would with CARM, beyond belief. Actually...
  • Image Size
    Hi, I'm trying to build someone else's code and the size is above the 32kb allowed by the evaluation version. I tried deleting some parts of the code which i'm not interested in and I could go from...
  • Determing Image Size Post Compilation
    Hello All, I am working on STM32F4 series & using Keiluvision4 as my IDE. In the startup file of my project i am reserving 4bytes space just after the vector table in the flash that would hold the...
  • Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...