<?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>Keil linker issue</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/22850/keil-linker-issue</link><description> 
Hi; 

 
When I try to configure RTRT (test software from IBM) to Keil
ARMCC compiler and linker, I got following error code: 

 
Warning: L6310W: Unable to find ARM libraries. 
Error: L6411W: No compatible library exists with a definition of
startup</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/75941?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2008 01:57:15 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:54b16f07-9acc-4d02-b357-d8a404489f86</guid><dc:creator>Calin Soporan</dc:creator><description>&lt;p&gt;&lt;p&gt;
Did you manage to solve this linker error? And if yes can you tell
me please how? i have the same problem, but this happens only when i
have an asm source file (i have the statup file needed and is working
just fine for C).&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/49341?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2008 05:41:10 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:cd653642-9a30-40e5-9a7a-e86e46f2d97f</guid><dc:creator>DEV NEGI</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hi friend&lt;br /&gt;
I am working in keil micro-vision3. when I am compiling the sample
program given along with this version . it is giving the error
as&amp;acirc;&amp;euro;&amp;quot;&lt;br /&gt;
Error: L6411W: no compatible library exists with a definition of
startup symbol __main.&lt;br /&gt;
Who to resolve this problem PLZ help me.&lt;/p&gt;

&lt;p&gt;
DEV&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/49342?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2008 05:39:21 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e2bf74ec-4b44-416b-b6e8-e11d7ca85113</guid><dc:creator>DEV NEGI</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hi friend&lt;br /&gt;
I am working in keil micro-vision3. when I am compiling the sample
program given along with this version . it is giving the error
as&amp;acirc;&amp;euro;&amp;quot;&lt;br /&gt;
Error: L6411W: no compatible library exists with a definition of
startup symbol __main.&lt;br /&gt;
Who to resolve this problem PLZ help me.&lt;/p&gt;

&lt;p&gt;
Dev&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/88839?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2008 11:57:30 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e2cdd346-7a70-4b75-8b00-32e40f137b94</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
main() should correspond to a _main symbol (a single
underscore).&lt;/p&gt;

&lt;p&gt;
__main (two underscores) is a often used symbol for a pre-main
init function in a lot of C libraries.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/49338?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2008 10:20:10 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e471cdbf-d7b1-4a81-8091-1760c1be0e97</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;i&gt;&amp;quot;Warning: L6310W: Unable to find ARM libraries.&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Are the ARM libraries present on your system?&lt;br /&gt;
If they are, is your project correctly configured to find them?&lt;/p&gt;

&lt;p&gt;
&lt;i&gt;&amp;quot;Error: L6411W: No compatible library exists with a definition
of startup symbol __main.&amp;quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;
Does your &amp;#39;C&amp;#39; code include a &lt;b&gt;main()&lt;/b&gt; function?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil linker issue</title><link>https://community.arm.com/thread/51440?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2008 07:58:23 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:9a53d7b3-25d8-4388-9270-da348d9a75c5</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Are you able to build other applications?&lt;/p&gt;

&lt;p&gt;
Does RTRT come with it&amp;#39;s own startup file, or does it expect you
to write one - or use the Keil default file?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>