<?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>for solution of error</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/39163/for-solution-of-error</link><description> 
hi, I typed the following code in my keil uvision 4 and it was
showing the error 
ANSHL.sct(7): error: L6236E: No section matches selector - no section
to be FIRST/LAST. 

 
code: AREA A,CODE,READONLY EXPORT Reset_Handler 
Reset_Handler 
Entry; 
start</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: for solution of error</title><link>https://community.arm.com/thread/79065?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2011 11:06:38 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:900a4c94-97de-4b32-8141-c3ad9489e82d</guid><dc:creator>Anshul Garg</dc:creator><description>&lt;p&gt;&lt;p&gt;
Its really helpful,thank you for reply&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: for solution of error</title><link>https://community.arm.com/thread/66324?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2011 10:37:40 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:73620ea2-df54-4644-8344-a1958584e593</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
1) Do you really think that &amp;quot;for solution of error&amp;quot; is a good
description that gives readers an idea about the contents of this
thread? Couldn&amp;#39;t &amp;quot;error&amp;quot; relate to just about anything?&lt;/p&gt;

&lt;p&gt;
2) You post code - but didn&amp;#39;t you see a note just above the
message box about how to post source code? The sentence that started
with &amp;quot;Place source code ...&amp;quot;&lt;/p&gt;

&lt;p&gt;
3) The scatter file complains that it doesn&amp;#39;t know what code area
you want to link first in the created binary. Guess what happens if
you try a search for error L6236E on this site (remember to include
the forum when searching) or even easier if you go all the way out to
Google?&lt;/p&gt;

&lt;p&gt;
4) Your scatter file (which you have looked at?) wants to know
what to place first. It probably have a line (why not possibly line
7, since the error seems to indicate line 7?) looking like:&lt;/p&gt;

&lt;pre&gt;
*.o (RESET, +First)
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
Your assembler code probably don&amp;#39;t have any section named RESET, so
no section that may be placed first.&lt;/p&gt;

&lt;p&gt;
5) If you had looked at the sample startup files that gets
installed with the tools, you would probably have found a line
looking like:&lt;/p&gt;

&lt;pre&gt;
                AREA    RESET, DATA, READONLY
&lt;/pre&gt;

&lt;p&gt;
&lt;br /&gt;
just above the interrupt vector table. Do you have any interrupt
vector table somewhere in your assembler file, or just a
Reset_Handler?&lt;/p&gt;

&lt;p&gt;
For some reason, most problems can be solved quite easilly all
alone, with some help of Google, and by maybe peeking a little at the
Keil documentation or the supplied sample code. It doesn&amp;#39;t hurt to
try.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: for solution of error</title><link>https://community.arm.com/thread/79063?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2011 10:35:58 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f60cb0df-8b7b-4ea1-8682-3f150394094e</guid><dc:creator>Anshul Garg</dc:creator><description>&lt;p&gt;&lt;p&gt;
sorry i didn&amp;#39;t get you&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: for solution of error</title><link>https://community.arm.com/thread/59190?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2011 10:12:37 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d4f37c81-381c-4c34-b7cd-a44d2dca6333</guid><dc:creator>Tamiryan Michael</dc:creator><description>&lt;p&gt;&lt;p&gt;
You might have better scribbled something of this sort:&lt;/p&gt;

&lt;pre&gt;
@$%#%^GSDVGNHGBHRYBTY&amp;amp;^#$%^#$%^#$T^TRJH FGJNDFGSJSGJHSHGJHDG
fGHDFHSDGYH$%^$%YHDFGHGHSSD
RFGSDFDGSHGYH$%&amp;amp;&amp;amp;%^&amp;amp;R&amp;amp;TRJFJF
&lt;/pre&gt;

&lt;p&gt;
Do you see the difference?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>