<?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>Project switching from compiler V5 to V6</title><link>https://community.arm.com/developer/tools-software/tools/f/arm-compilers-forum/48069/project-switching-from-compiler-v5-to-v6</link><description> Hi 
 I am trying to switch my project from compiler V5 to V6 as following software，as you see，I think the promble is “void adc_config(void) __attribute__ ((naked, section(&amp;quot;adc_config&amp;quot;)));” ,this line of software isn&amp;#39;t set turn, but I can&amp;#39;t find any information</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Project switching from compiler V5 to V6</title><link>https://community.arm.com/thread/168702?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 11:39:50 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:3df3915b-4e13-489e-9726-546bdbee4602</guid><dc:creator>Nina_su</dc:creator><description>&lt;p&gt;Hi Ronan,&lt;/p&gt;
&lt;p&gt;Thanks. I had solved my problem. I want to place&amp;nbsp;a function&amp;nbsp;in a named section.The c&lt;span&gt;orrect setup in my case is &amp;quot;void adc_config(void) __attribute__ ((naked, section(&amp;quot;adc_con&amp;quot;)));&amp;quot; When using Arm compiler 6, section need to be unique.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Project switching from compiler V5 to V6</title><link>https://community.arm.com/thread/168695?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 04:01:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:70c67924-d4bc-4564-81fd-4b25770a7843</guid><dc:creator>Ronan Synnott</dc:creator><description>&lt;p&gt;Hi Nina,&lt;br /&gt;&lt;br /&gt;This attribute is described here:&lt;br /&gt;&lt;a href="https://developer.arm.com/documentation/101754/0615/armclang-Reference/Compiler-specific-Function--Variable--and-Type-Attributes/--attribute----naked---function-attribute"&gt;https://developer.arm.com/documentation/101754/0615/armclang-Reference/Compiler-specific-Function--Variable--and-Type-Attributes/--attribute----naked---function-attribute&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Is this attribute necessary for this function (I cannot see its source code)? Perhaps it can be safely removed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>