<?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>Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11422/development-with-gcc-and-eclipse</link><description>Hi Vidar,
I am planning to start devlopment on the nRF52 and I would like to use GCC ARM with Eclipse. After having read your post &amp;quot;Development with GCC and Eclipse&amp;quot; and seeing all the comments regarding errors/issues etc. I don&amp;#39;t feel very comfortable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Oct 2017 20:29:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11422/development-with-gcc-and-eclipse" /><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43086?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 20:29:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5276f34c-4310-49a1-8196-15b673a1fdce</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;This should be the right link and yes, SES aka SEGGER Embedded Studio seems to be still alive and supported.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/1032/segger-embedded-studio-a-cross-platform-ide/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43085?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 18:11:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19770e38-7893-4484-9218-77f2a06349ca</guid><dc:creator>MikeLemon</dc:creator><description>&lt;p&gt;Hi Michael tried to enter the link but it&amp;#39;s broken..&lt;/p&gt;
&lt;p&gt;Is this project still alive?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43087?ContentTypeID=1</link><pubDate>Mon, 10 Jul 2017 14:09:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89002421-b6c1-4e5a-a8c7-e0d090e7a1a5</guid><dc:creator>hedoluna</dc:creator><description>&lt;p&gt;Yes, free for evaluation or academic/educational purposes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43084?ContentTypeID=1</link><pubDate>Thu, 29 Jun 2017 20:21:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c489dfd-e3db-4055-9c33-6aff5c7c6c91</guid><dc:creator>Evgeny Erlihman</dc:creator><description>&lt;p&gt;Is it still free?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43079?ContentTypeID=1</link><pubDate>Sun, 12 Feb 2017 18:35:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:188b7b33-fb0a-4a04-91c0-cd53b0c417fb</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Glad to hear that! It was not evident that you are setting up a MAC not Windows PC;) It looks pretty straight forward to me on Win up to GDB, that might take one or two days. But I never regret using GCC instead of Keil or IAR (not only because of cost but also because of portability between systems and teams/developers, that sometimes matters even more than few hundreds bytes of code size saved by more optimized STD lib and compiler/linker... sometimes not and then we need to buy the license and do the final build in something different).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43078?ContentTypeID=1</link><pubDate>Sun, 12 Feb 2017 12:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31973a30-e09f-4f98-8b05-f2f10c811aab</guid><dc:creator>Johannes Lorenz</dc:creator><description>&lt;p&gt;Hi Jene, I had to move from Keil uVision Free Edition to Eclipse arm-gcc. I had some struggles and i needed 3 days for the whole change. My environment now is Eclipse Neon, arm-gcc ver. 5.4, J-Link ver. 6.12 with the armgcc plugin running under OSX Sierra. The biggest hurdle was to get gdb running. But this was because in my Makefile there was an option -flto, which hindered gdb the disassemble code from the backend. But now everything is working, I am happy that i did the move.
HTH Johannes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43083?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 12:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e7a0a6e-6e6a-4363-a9ce-7f32aa72351b</guid><dc:creator>Jan Lundskov</dc:creator><description>&lt;p&gt;Thanks for the link. It looks very interesting from my perspective, since I haven&amp;#39;t worked with command lines, makefiles etc. I will take a look at the Segger Embedded Studio IDE and try to run some examples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43082?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 12:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84baf377-54a6-4018-b6c9-0d4f1d1477d4</guid><dc:creator>Michael Dietz</dc:creator><description>&lt;p&gt;please comment on the blog post if you like this IDE, we are collecting feedback&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43081?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 12:15:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d8b1345-5f63-41e6-b902-e927572f7929</guid><dc:creator>Michael Dietz</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/blogs/825/segger-embedded-studio-cross-platform-ide-w-no-cod/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Take a look at the above link. This IDE is much easier to use and set up than eclipse and has much better debugging. It uses the GCC compiler and is free with no limitations for evaluation. It works on Windows, mac osx, linux&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43080?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 10:01:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98ece2ca-88c7-46c3-89e6-13af1b012b1b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Jan, agree that the number of comments does not look very promising, but it&amp;#39;s hopefully largely due to the fact that the post is quite popular. My advise is to make sure to follow the instructions closely, and start to simple by importing one of the attached examples. Previous experience with GCC and Makefiles is also beneficial.&lt;/p&gt;
&lt;p&gt;In my experience it&amp;#39;s not any easier or harder to create an Eclipse managed project, but you won&amp;#39;t be using the existing Makefiles included in the SDK. To make this process more simple I think the only option is that we would have a pre-configured Eclipse setup that we could distribute, but at this is not something we have at the moment.&lt;/p&gt;
&lt;p&gt;With that being said, if you want an IDE that works &amp;quot;out of the box&amp;quot;, Keil is the way to go as @endnode mentioned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development with GCC and Eclipse</title><link>https://devzone.nordicsemi.com/thread/43077?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 08:16:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d17a249d-d5c7-456f-89cd-efae14437270</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Ahoj Jene, I&amp;#39;ve personally never followed any Nordic example on GCC + Eclipse but I was setting it manually several times and I wouldn&amp;#39;t describe it as difficult or complicated. Although I&amp;#39;m using cygwin for compilation and I don&amp;#39;t use debugger (it&amp;#39;s arguable if it is usable at all with systems running some &amp;quot;real time&amp;quot; scheduled operation such as BLE stack with adv. or con. intervals). What do you exactly expect? To have one installation binary which will install everything and you will just press some button to compile/load/debug? Then use Keil, it works almost like that with their MDK... (I guess Keil and Eclipse are running competition who will develop worse IDE but that&amp;#39;s another discussion;).&lt;/p&gt;
&lt;p&gt;Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>