Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Compiling uClibc with MIPS SDE6
@ 2005-08-04  9:16 colin
  2005-08-04  9:16 ` colin
  2005-08-04 11:12 ` Nigel Stephens
  0 siblings, 2 replies; 5+ messages in thread
From: colin @ 2005-08-04  9:16 UTC (permalink / raw)
  To: linux-mips


Hi there,
I encounter a problem when compiling uClibc with SDE6. If compiling with
debug information enabled, the output executable file of busybox is about
the same with the one that is compiled with SDE5, but uClibc libraries are
over 10 times the size of the ones that are compiled with SDE5. I am
wondering if it is because GCC 3.4.4 of SDE6 has changed some parameters
setting?

Regards,
Colin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Compiling uClibc with MIPS SDE6
  2005-08-04  9:16 Compiling uClibc with MIPS SDE6 colin
@ 2005-08-04  9:16 ` colin
  2005-08-04 11:12 ` Nigel Stephens
  1 sibling, 0 replies; 5+ messages in thread
From: colin @ 2005-08-04  9:16 UTC (permalink / raw)
  To: linux-mips


Hi there,
I encounter a problem when compiling uClibc with SDE6. If compiling with
debug information enabled, the output executable file of busybox is about
the same with the one that is compiled with SDE5, but uClibc libraries are
over 10 times the size of the ones that are compiled with SDE5. I am
wondering if it is because GCC 3.4.4 of SDE6 has changed some parameters
setting?

Regards,
Colin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compiling uClibc with MIPS SDE6
  2005-08-04  9:16 Compiling uClibc with MIPS SDE6 colin
  2005-08-04  9:16 ` colin
@ 2005-08-04 11:12 ` Nigel Stephens
  2005-08-04 12:09   ` colin
  1 sibling, 1 reply; 5+ messages in thread
From: Nigel Stephens @ 2005-08-04 11:12 UTC (permalink / raw)
  To: colin; +Cc: linux-mips



colin wrote:

>Hi there,
>I encounter a problem when compiling uClibc with SDE6. If compiling with
>debug information enabled, the output executable file of busybox is about
>the same with the one that is compiled with SDE5, but uClibc libraries are
>over 10 times the size of the ones that are compiled with SDE5. I am
>wondering if it is because GCC 3.4.4 of SDE6 has changed some parameters
>setting?
>
>  
>

SDE 6 uses Dwarf-2 debug data, whereas SDE 5 used Stabs. That may
explain the difference.

Nigel

-- 
                         Nigel Stephens         Mailto:nigel@mips.com
    _    _ ____  ___     MIPS Technologies      Phone.: +44 1223 706200
    |\  /|||___)(___     The Fruit Farm         Direct: +44 1223 706207
    | \/ |||    ____)    Ely Road, Chittering   Fax...: +44 1223 706250
     TECHNOLOGIES UK     Cambridge CB5 9PH      Cell..: +44 7976 686470
                         England                http://www.mips.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compiling uClibc with MIPS SDE6
  2005-08-04 11:12 ` Nigel Stephens
@ 2005-08-04 12:09   ` colin
  2005-08-04 12:09     ` colin
  0 siblings, 1 reply; 5+ messages in thread
From: colin @ 2005-08-04 12:09 UTC (permalink / raw)
  To: Nigel Stephens; +Cc: linux-mips


Hi Nigel,
I had already noticed this difference.
But why the application with debug information is not so big, whereas the
libraries are?
And the SDE 6 document says that using -gstabs flag can make it compile with
STABS debug format.
I replaced -g3 with -gstabs flag when compiling uClibc, but it cannot
compile successfully.

Regards,
Colin



----- Original Message ----- 
From: "Nigel Stephens" <nigel@mips.com>
To: "colin" <colin@realtek.com.tw>
Cc: <linux-mips@linux-mips.org>
Sent: Thursday, August 04, 2005 7:12 PM
Subject: Re: Compiling uClibc with MIPS SDE6


>
>
> colin wrote:
>
> >Hi there,
> >I encounter a problem when compiling uClibc with SDE6. If compiling with
> >debug information enabled, the output executable file of busybox is about
> >the same with the one that is compiled with SDE5, but uClibc libraries
are
> >over 10 times the size of the ones that are compiled with SDE5. I am
> >wondering if it is because GCC 3.4.4 of SDE6 has changed some parameters
> >setting?
> >
> >
> >
>
> SDE 6 uses Dwarf-2 debug data, whereas SDE 5 used Stabs. That may
> explain the difference.
>
> Nigel
>
> -- 
>                          Nigel Stephens         Mailto:nigel@mips.com
>     _    _ ____  ___     MIPS Technologies      Phone.: +44 1223 706200
>     |\  /|||___)(___     The Fruit Farm         Direct: +44 1223 706207
>     | \/ |||    ____)    Ely Road, Chittering   Fax...: +44 1223 706250
>      TECHNOLOGIES UK     Cambridge CB5 9PH      Cell..: +44 7976 686470
>                          England                http://www.mips.com
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Compiling uClibc with MIPS SDE6
  2005-08-04 12:09   ` colin
@ 2005-08-04 12:09     ` colin
  0 siblings, 0 replies; 5+ messages in thread
From: colin @ 2005-08-04 12:09 UTC (permalink / raw)
  To: Nigel Stephens; +Cc: linux-mips


Hi Nigel,
I had already noticed this difference.
But why the application with debug information is not so big, whereas the
libraries are?
And the SDE 6 document says that using -gstabs flag can make it compile with
STABS debug format.
I replaced -g3 with -gstabs flag when compiling uClibc, but it cannot
compile successfully.

Regards,
Colin



----- Original Message ----- 
From: "Nigel Stephens" <nigel@mips.com>
To: "colin" <colin@realtek.com.tw>
Cc: <linux-mips@linux-mips.org>
Sent: Thursday, August 04, 2005 7:12 PM
Subject: Re: Compiling uClibc with MIPS SDE6


>
>
> colin wrote:
>
> >Hi there,
> >I encounter a problem when compiling uClibc with SDE6. If compiling with
> >debug information enabled, the output executable file of busybox is about
> >the same with the one that is compiled with SDE5, but uClibc libraries
are
> >over 10 times the size of the ones that are compiled with SDE5. I am
> >wondering if it is because GCC 3.4.4 of SDE6 has changed some parameters
> >setting?
> >
> >
> >
>
> SDE 6 uses Dwarf-2 debug data, whereas SDE 5 used Stabs. That may
> explain the difference.
>
> Nigel
>
> -- 
>                          Nigel Stephens         Mailto:nigel@mips.com
>     _    _ ____  ___     MIPS Technologies      Phone.: +44 1223 706200
>     |\  /|||___)(___     The Fruit Farm         Direct: +44 1223 706207
>     | \/ |||    ____)    Ely Road, Chittering   Fax...: +44 1223 706250
>      TECHNOLOGIES UK     Cambridge CB5 9PH      Cell..: +44 7976 686470
>                          England                http://www.mips.com
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-04 16:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-04  9:16 Compiling uClibc with MIPS SDE6 colin
2005-08-04  9:16 ` colin
2005-08-04 11:12 ` Nigel Stephens
2005-08-04 12:09   ` colin
2005-08-04 12:09     ` colin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox