• C compiler error: absrel out of range
    Anyone familiar with the C51 compiler error as follows: --- error: absrel out of range (l308, $=0X25 Targ=0X485) --- error: absrel out of range (l355, $=0XC Targ=0XA0) --- error: absrel out of range...
  • C compiler error: absrel out of range
    Anyone familiar with the C51 compiler error as follows: --- error: absrel out of range (l308, $=0X25 Targ=0X485) --- error: absrel out of range (l355, $=0XC Targ=0XA0) --- error: absrel out of range...
  • Error L227 Parameter out of range
    I'm using uVision3 with V8.18 C51 compiler. I have this old code from many years ago which I'm trying to build and supposedly it built fine at that time, but don't know which version of compiler was...
  • cbnz - Error: branch out of range
    I have a piece of assembler code which doesn't pass: 3: ldrb r1,[r4],#1 cbnz r1,3b @ skip until 0 This gives arm-none-eabi-as -g -al -o simple.o simple.s >simple.lst simple.s: Assembler messages...
  • cbnz - Error: branch out of range
    I have a piece of assembler code which doesn't pass: 3: ldrb r1,[r4],#1 cbnz r1,3b @ skip until 0 This gives arm-none-eabi-as -g -al -o simple.o simple.s >simple.lst simple.s: Assembler messages...