<?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 environment AND rtt viewer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25909/eclipse-environment-and-rtt-viewer</link><description>I made eclipse environment and get rtt log with 
 
 JLinkGDBServerCL.exe (set in eclipse environment) 
 J-Link RTT Client 
 
 so I start &amp;quot;Debug&amp;quot; in eclipse, and start &amp;quot;J-Link RTT Client&amp;quot; 
 
 then I can see to RTT log. 
 
 
 My Question. 
 this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Oct 2017 09:50:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25909/eclipse-environment-and-rtt-viewer" /><item><title>RE: eclipse environment AND rtt viewer</title><link>https://devzone.nordicsemi.com/thread/102047?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2017 09:50:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f52c33d1-36dc-4376-a77c-8ae3837e2402</guid><dc:creator>Jeong Hyun Seok</dc:creator><description>&lt;p&gt;I found answer.&lt;/p&gt;
&lt;p&gt;it&amp;#39;s just matter of optimization parameter issue in Makefile
I just change O1 to O0, then it works. :-)&lt;/p&gt;
&lt;blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;CFLAGS  = -DNRF_LOG_USES_RTT=1 -DNRF_LOG_USES_COLORS=0 -DDEBUGGING_MODE=1 -Wall -Werror &lt;strong&gt;-O0&lt;/strong&gt; -g3&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>