• Link Time Optimization in ARM Compiler 6
    Introduction Link Time Optimization (LTO) is a form of interprocedural optimization which, as the name suggests, is performed at the time of linking a program. This is particularly useful when building...
  • Link time error-Help needed
    I am getting a link time error *** ERROR L121: IMPROPER FIXUP MODULE: keypad.obj (KEYPAD) SEGMENT: ?PR?SCAN_KEYS?KEYPAD OFFSET: 00C4H I dont know what causes this error pls help Nitin
  • Optimization error
    Is there any way to eliminate below error: ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS CAUSE: JUMP TARGET OUT OF RANGE ADDRESS: 0FC9H SEGMENT: ?PR?MAIN?MAIN Optimization...
  • Optimization Error
    Good Moorning, I open this post, because i am working in a proyect with Ethernet, but i have a strange issue that i cant find the source of problem. I hope you can help me, Thanks. The problem...
  • linking error
    Hello everyone, I am using STM32F4xx controller for my project . I want to take the following array at fixed address as shown below: unsigned char buffer[2][770] __attribute__((at(0x20010000)));...