<?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>Eclipse, GDB, Win7...So close...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3123/eclipse-gdb-win7-so-close</link><description>I looked at a very similar thread that had this title for MacOS and I feel that my issues are the same however changing the hardware debugger only changes the error I get. I am using sdk5 and attempting to debug the blinky project. 
 I am able to compile</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 27 Jul 2014 08:22:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3123/eclipse-gdb-win7-so-close" /><item><title>RE: Eclipse, GDB, Win7...So close...</title><link>https://devzone.nordicsemi.com/thread/11571?ContentTypeID=1</link><pubDate>Sun, 27 Jul 2014 08:22:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de957645-950b-4f04-b1bb-fde74f0c14b4</guid><dc:creator>cocoa</dc:creator><description>&lt;p&gt;Be sure to compile with debug flag enabled :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;-DDEBUG  -g3 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In gdb .init  or other file you use to load/pass commands in gdb you need to insert :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;mon reset 0
file $(ELF)
break main
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;where $(ELF) is the compiled program.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eclipse, GDB, Win7...So close...</title><link>https://devzone.nordicsemi.com/thread/11570?ContentTypeID=1</link><pubDate>Sat, 26 Jul 2014 04:42:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d20183b-795e-4598-9f40-4754b1c57b84</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Go to this blog page &lt;a href="http://embeddedsoftdev.blogspot.ca/p/eclipse.html"&gt;embeddedsoftdev.blogspot.ca/.../eclipse.html&lt;/a&gt;.  I have links to how to setup Eclipse that works with Jlink for OSX.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>