<?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>Difference in compiling from Keil or makefile</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22956/difference-in-compiling-from-keil-or-makefile</link><description>Hello everyone, 
 Currently we&amp;#39;re writing a small program for the NRF52 (PCA10040), which has to communicate via SPI to an IMU (MPU-9250). The code is working correctly, because when my colleague compiles it using Keil everything is working as expected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Jun 2017 07:29:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22956/difference-in-compiling-from-keil-or-makefile" /><item><title>RE: Difference in compiling from Keil or makefile</title><link>https://devzone.nordicsemi.com/thread/90314?ContentTypeID=1</link><pubDate>Thu, 22 Jun 2017 07:29:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0411674e-2724-4ce7-b3ec-bb1a08a6122b</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/835/comparing-compilersides-for-development-with-nrf5x/"&gt;This&lt;/a&gt; blog post compares  Keil, IAR, and GCC. The blog post is a little old, but I would think it still gives an okay overall picture.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difference in compiling from Keil or makefile</title><link>https://devzone.nordicsemi.com/thread/90313?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2017 21:41:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a152824-e70f-4dad-b274-cbc5f341732e</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;The fact that something compiles and links doesn&amp;#39;t mean all is set correctly. Keil and GCC (Makefile) are using different start-up code and linker script mechanism (LD in GCC). Any specific difference when you compare MAP files generated during compilation? (all modules should be present in both, also sequence and sizes will differ)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>