<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>What is causing the compiler warnings in the FreeRTOS ble hrs example?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43580/what-is-causing-the-compiler-warnings-in-the-freertos-ble-hrs-example</link><description>After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings: 
 &amp;quot;configTICK_SOURCE&amp;quot; redefined 
 &amp;quot;configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY&amp;quot; redefined 
 
 I&amp;#39;m having trouble</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Aug 2019 04:35:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43580/what-is-causing-the-compiler-warnings-in-the-freertos-ble-hrs-example" /><item><title>RE: What is causing the compiler warnings in the FreeRTOS ble hrs example?</title><link>https://devzone.nordicsemi.com/thread/202503?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 04:35:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aec99db9-4a5d-4d18-94a6-4c91fa3508b0</guid><dc:creator>kebes22</dc:creator><description>&lt;p&gt;I just fought with this for about an hour, and finally found it.&lt;/p&gt;
&lt;p&gt;The problem is that these exist in&amp;nbsp;the &amp;quot;Preprocessor Definitions&amp;quot;, with incorrect (empty) definitions that need to be deleted. The&amp;nbsp;real definitions already exist in&amp;nbsp;&amp;quot;FreeRTOSConfig.h&amp;quot;.&lt;/p&gt;
&lt;p&gt;To fix it, open the &amp;quot;Options&amp;quot; dialog on the project (right click on the project in the navigation tree). Select &amp;quot;Common&amp;quot; from the drop-down at the top, and then select &amp;quot;&lt;span&gt;P&lt;/span&gt;&lt;span&gt;reprocessor&amp;quot; on the left. Double click on the &amp;quot;Preprocessor&amp;nbsp;Definitions&amp;quot; settings.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Find ALL defines that start with &amp;quot;config&amp;quot; (like the ones mentioned in this post), and delete ALL of them.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is causing the compiler warnings in the FreeRTOS ble hrs example?</title><link>https://devzone.nordicsemi.com/thread/170870?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 12:39:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bb1b761-f096-4696-a35a-4ed547e301d3</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Doesn&amp;#39;t SES (or, rather, GCC)&amp;nbsp; tell you where it thinks the previous definitions of these came from?&lt;/p&gt;
&lt;p&gt;Have you tried a text search through the source files?&lt;/p&gt;
&lt;p&gt;Have you checked for Defines in the Project settings?&lt;/p&gt;
&lt;p&gt;Have you looked at the preprocessor output files?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: What is causing the compiler warnings in the FreeRTOS ble hrs example?</title><link>https://devzone.nordicsemi.com/thread/170862?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 12:18:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab40c928-b0e1-4e74-9a0f-760a54089f8f</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There seems to be a problem with how the files are packaged in SES. The application seems to run fine ,so you can just ignore the warnings in the meantime. I&amp;#39;ve reported the bug and it will be fixed in a future release. Keil doesn&amp;#39;t produce the warnings so you can alternatively use it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>