• Linker regenerate cross references
    Hello, After fighting with my project which wouldn't link: linking... .\STM32100E-EVAL\STM32100E-EVAL.axf: Error: L6218E: Undefined symbol VAL_Validate (referred from main.o). Not enough information...
  • Difference between two pointers
    I'm using the ARM Realview compiler with a Cortex-M3 device. I would like to caclculate the difference/distance between two pointers: char* IndexStart, IndexStop; // Search for the beginning of...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • difference between the two?
    What is the difference between the following two variable declaration? unsigned char var; and unsigned char data var;
  • Prevent to generate "BX LR"
    Dear All How can I force the compiler to not generate the "BX LR" for the return function. I also set the option --ARM_only(in compiler + assembler + linker) but this is not useful and I have this...