public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* using crossgcc with old glibc
@ 2012-01-28 21:24 music
  2012-01-28 22:38 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: music @ 2012-01-28 21:24 UTC (permalink / raw)
  To: crossgcc

Note : the FAQ is a dead link : http://www.objsw.com/CrossGCC ?

Hi,

I build and use crosstools-ng successfuly (on my computer), then i 
wanted to export it on another computer, wich has older glibc. the 
toolchain is not usable, because the libc.so.6 release on host is < 
toolchain libc.so.6 release.

is there a way to use my toolchain on this older system ?

Thanks.

Yann.


--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: using crossgcc with old glibc
  2012-01-28 21:24 using crossgcc with old glibc music
@ 2012-01-28 22:38 ` Khem Raj
  2012-01-30 18:38   ` music
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2012-01-28 22:38 UTC (permalink / raw)
  To: music; +Cc: crossgcc

On Sat, Jan 28, 2012 at 1:24 PM,  <music@linuxconsole.org> wrote:
>
> is there a way to use my toolchain on this older system ?

build statically linked toolchain

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: using crossgcc with old glibc
  2012-01-28 22:38 ` Khem Raj
@ 2012-01-30 18:38   ` music
  0 siblings, 0 replies; 3+ messages in thread
From: music @ 2012-01-30 18:38 UTC (permalink / raw)
  To: Khem Raj; +Cc: crossgcc

I tried it with 

CT_BINUTILS_EXTRA_CONFIG_ARRAY="LDFLAGS=-all-static" 
and 
CT_CC_EXTRA_CONFIG_ARRAY="LDFLAGS=-static"
into crosstool-ng config

but if failed when building gcc with a lot of g++ undefined reference
errors

I will build my toolchain with the oldest glibc, then I could export it
on every computer.

Thanks.

On Sat, 28 Jan 2012 14:37:45 -0800, Khem Raj <raj.khem@gmail.com>
wrote:
> On Sat, Jan 28, 2012 at 1:24 PM,  <music@linuxconsole.org> wrote:
>>
>> is there a way to use my toolchain on this older system ?
> 
> build statically linked toolchain
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq


--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2012-01-30 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-28 21:24 using crossgcc with old glibc music
2012-01-28 22:38 ` Khem Raj
2012-01-30 18:38   ` music

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).