• IAR output object file
    Hi all, I just compiled my project including mbed-os with mbed-CLI that uses IarBuild.exe and got an elf file. But normally IAR works with .out file How can I get .out file from elf file? now...
  • Unable to run code in optimization level O1, O2 and O3 in DS-5
    Hi all, I am able to run code in optimization level - O0 in DS-5 and outputs also matched with reference outputs, but the same code is not working in other optimization levels - O1, O2 and O3...
  • __attribute((used))has been declared, but the variable is still deleted when linking
    test code: int TestMain() { g_TestTest++; return 0; } #pragma clang section rodata=".rti_fn.6" __attribute((used)) const init_fn_t __rt_init_TestMain = TestMain; #pragma clang section rodata="" ...
  • Optimization levels
    Hello all, I'm using uVision v2.2a and C compiler v6.22. As you all know uVision have several optimization levels. After selecting one of the optimization levels and rebuild my project, where can I...
  • is there an optimization level
    is there an optimization level that will do no, nada, none "code packing" and STILL overlay variables. it sems that after some release when opt lev 2 became required for variable overlay it is impossible...