<br><br><div class="gmail_quote">On Wed Dec 03 2014 at 7:18:01 AM Raghavendra &lt;<a href="mailto:arrao@cdac.in">arrao@cdac.in</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wednesday 03 December 2014 09:45 AM, Greg KH wrote:<br>
&gt; On Wed, Dec 03, 2014 at 09:26:34AM +0530, Raghavendra wrote:<br>
&gt;&gt; Hello Greg,<br>
&gt;&gt;<br>
&gt;&gt; Thank you for the reply.<br>
&gt;&gt;<br>
&gt;&gt; On Tuesday 02 December 2014 11:46 PM, Greg KH wrote:<br>
&gt;&gt;&gt; You have not &quot;stripped&quot; the debug symbols from the kernel you built,<br>
&gt;&gt;&gt; which is what Ubuntu does as part of their build process.  I suggest<br>
&gt;&gt;&gt; turning off that kernel configuration option, as it&#39;s probably not<br>
&gt;&gt;&gt; needed for your development.<br>
&gt;&gt; If you are referring to the option &quot;CONFIG_DEBUG_INFO&quot;, then it is said to<br>
&gt;&gt; &#39;y&#39; in both the kernel&#39;s configuration files.<br>
&gt;&gt; Is there any other config. option or compiler flags that I need to look for?<br>
&gt; That&#39;s a good one to turn off, start with that and see what happens.<br>
&gt;<br>
Yeah, I turned off the config option and compared the sizes. Now, both<br>
result in the same build size. Thanks for the suggestion Greg. Still, my<br>
concern is that the distro&#39;s build is generating a small build size in<br>
spite of having the option &#39;CONFIG_DEBUG_INFO&#39; set to &#39;y&#39;. Any thoughts?<br></blockquote><div><br></div><div> Well, the distribution is for sure building the debug info. But later on, they strip out the debug info and creates a 2nd kernel package (and 2nd packages for all modules) with the debug info. Thus, the regular kernel image and modules appears as stripped ones on your system.</div><div><br></div><div>Cheers,</div><div>Anders</div></div>