INVALID ABSOLUTE BASE/OFFS VALUE

Hi,
I am using uvision version 8.16

I am getting
error A80: INVALID ABSOLUTE BASE/OFFS VALUE.
line at which it points out error is

"SEGMENT EDATA AT (07F0000h+RESERVED_START)"

My code was working fine few days ago but now it starts complaining about this error. I compared the address at address given in previously correctly working code {which is also giving same compilation error} and both are same.

As I mentioned my previously stable code also throws out this compilation error.

Any idea what could be the problem.

Thank You,

Regards,
Anshul

Parents
  • So, in summary:

    1. It was "stable"
    2. You made some change(s)
    3. Now you get this error.

    In the trade, we have a technical term for this: we say that you have broken your code!

    Clearly, you need to retrace your steps back to the stable version, then carefully examine the changes that you made to see which one caused it to break.

Reply
  • So, in summary:

    1. It was "stable"
    2. You made some change(s)
    3. Now you get this error.

    In the trade, we have a technical term for this: we say that you have broken your code!

    Clearly, you need to retrace your steps back to the stable version, then carefully examine the changes that you made to see which one caused it to break.

Children
More questions in this forum