<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/23105/invalid-absolute-base-offs-value</link><description> 
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 

 
&amp;quot;SEGMENT EDATA AT (07F0000h+RESERVED_START)&amp;quot; 

 
My code was working fine few days ago but now it starts
complaining</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/thread/101321?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 15:22:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:3591882e-fab5-4241-b884-0eb2e24867d4</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Look carefully for the differences between his installation and
yours.&lt;/p&gt;

&lt;p&gt;
Are you using exactly the same project files?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/thread/101319?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 10:41:30 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:94a1e1d4-6858-4772-b1b7-138a76b4e276</guid><dc:creator>erik  malund</dc:creator><description>&lt;p&gt;&lt;p&gt;
we work here with various varsions of Keil (some update
religously, some do not) and there ARE differences between releases,
they come in two groups:&lt;br /&gt;
1) and most important We have found that some &amp;#39;stable&amp;#39; code, produced
an error when built with another release. This &amp;#39;new&amp;#39; error proved
that the &amp;#39;stability&amp;#39; was an illusion and the problem was fixed and
now the code builds with both releases.&lt;br /&gt;
2) rarely have we found that there was an actual bug in the compiler
which did not exist in another release (I recall one)&lt;/p&gt;

&lt;p&gt;
My guess is that the error one release produces is significant,
and, instead of crying wolf, find out what is wrong (I&amp;#39;ll bet you
dollars to doughnuts that your code, not the compiler/linker has a
problem)&lt;/p&gt;

&lt;p&gt;
Erik&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/thread/76874?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 10:26:18 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6aa65b47-49a2-48f7-b05e-924050d00fcc</guid><dc:creator>Anshul Data</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hi,&lt;/p&gt;

&lt;p&gt;
No I meant,&lt;/p&gt;

&lt;p&gt;
the code which I compiled and ran successfully is throwing
compilation error now. {without any change}&lt;/p&gt;

&lt;p&gt;
I didn&amp;#39;t make any changes in address.&lt;/p&gt;

&lt;p&gt;
In fact at my workplace we have two uvision licenses and same code
successfully compiles and run on my teammates machine but I am
getting this error.&lt;/p&gt;

&lt;p&gt;
I haven&amp;#39;t made any changes in addresses.&lt;/p&gt;

&lt;p&gt;
Any idea what should I do?&lt;/p&gt;

&lt;p&gt;
Thanks,&lt;/p&gt;

&lt;p&gt;
Anshul&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/thread/52845?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 05:19:53 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a97e5978-b0ed-4c31-afc9-56e87efa34ce</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
So, in summary:&lt;/p&gt;

&lt;p&gt;
1. It was &amp;quot;stable&amp;quot;&lt;br /&gt;
2. You made some change(s)&lt;br /&gt;
3. Now you get this error.&lt;/p&gt;

&lt;p&gt;
In the trade, we have a technical term for this: we say that you
have &lt;i&gt;&lt;b&gt;broken&lt;/b&gt;&lt;/i&gt; your code!&lt;/p&gt;

&lt;p&gt;
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 &lt;b&gt;break&lt;/b&gt;.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INVALID ABSOLUTE BASE/OFFS VALUE</title><link>https://community.arm.com/thread/52840?ContentTypeID=1</link><pubDate>Thu, 13 Nov 2008 04:07:54 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:715cdcea-d1aa-4e7a-802c-62601ac8e945</guid><dc:creator>Catcus Blip</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;My code was working fine few days ago but now it starts
complaining about this error. I compared the &lt;b&gt;address at
address&lt;/b&gt; given in previously correctly working code {which is also
giving same compilation error} and both are same.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
forget about the address for a minute. did you compare the
C/assembly code? what changed?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>