<?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>warning:  #61-D: integer operation result is out of range</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/22115/warning-61-d-integer-operation-result-is-out-of-range</link><description> 
HI Friends, 

 
I am using AT91SAM7SE512 controller, 
i have configured the input in port B.while compiling the 
program i am getting this warning. 

 
&amp;quot;main.c(96): warning: #61-D: integer operation result is out of
range&amp;quot; 

 
If anybody knows about</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: warning:  #61-D: integer operation result is out of range</title><link>https://community.arm.com/thread/51117?ContentTypeID=1</link><pubDate>Sat, 08 Sep 2007 05:25:55 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:654d58df-9b97-4798-a20c-403819808f66</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Maybe you should have posted the relevant code, so we could have
had a possibility of commenting on it...&lt;/p&gt;

&lt;p&gt;
Anyway, as you should know, all integer data types in your
processor has a limited range, depending on number of bits.&lt;/p&gt;

&lt;p&gt;
Your compiler is informing you that an intermediate result, or the
final result, is larger than what will fit according to the number of
bits of precision the computations are made in, or in relation to the
target integer size.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>