<?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>c51 bug</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/14443/c51-bug</link><description> void abc(void) 
{ 
} 
ABC() 
{ 
} 
main() 
{ 
 abc(); 
 ABC(); 
} </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: c51 bug</title><link>https://community.arm.com/thread/53859?ContentTypeID=1</link><pubDate>Sat, 01 Sep 2001 17:26:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:075d96bc-3f96-4ca7-ba95-139b67e39bd6</guid><dc:creator>Andrew Neil</dc:creator><description>&lt;p&gt;Review this thread:&lt;br /&gt;
&lt;a href="http://www.keil.com/forum/docs/thread551.asp"&gt;http://www.keil.com/forum/msgpage.asp?MsgID=2077&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: c51 bug</title><link>https://community.arm.com/thread/53858?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2001 18:50:03 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e49dbcb7-bde2-43a5-9c1e-fe1cd73e58ea</guid><dc:creator>z sz</dc:creator><description>&lt;p&gt;you can complier this code,what hanppen?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: c51 bug</title><link>https://community.arm.com/thread/37845?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2001 17:00:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:2415693e-3760-44f3-9120-0b4d7e2c57f0</guid><dc:creator>Jon Young</dc:creator><description>&lt;p&gt;The compiler is fine, It is the linker. The Linker is not case sensitive, so ABC = abc.  In this case the linker gets so confused, that it crashes.  Just make sure your externals have case insensitive unique names.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: c51 bug</title><link>https://community.arm.com/thread/37840?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2001 15:32:32 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:05a2b1e9-14e9-4bbd-8e13-f54ca62de7e5</guid><dc:creator>Andrew Neil</dc:creator><description>&lt;p&gt;Thanks for the code sample.&lt;br /&gt;
&lt;br /&gt;
What was your question?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>