Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Compiling libc
@ 2000-10-30 23:24 Jordan Crouse
  2000-10-31  2:14 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Jordan Crouse @ 2000-10-30 23:24 UTC (permalink / raw)
  To: linux-mips; +Cc: jasonk, markl

This is one for all the libc folks out there..

I am running into some big problems trying to compile libc-001023 as
downloaded from the ftp site just the other day. 

Basically, after compiling everything, I start to verify my build and I
get the following whilst in the /iconv directory (actually, I get it all
over the place):

mips_41xx_le-gcc -nostdlib -nostartfiles -o iconv_prog
-Wl,-dynamic-linker=/opt/hardhat/devkit/mips/41xx_le/mipsel-hardhat-linux/lib/ld.so.1  
../csu/crt1.o ../csu/crti.o `mips_41xx_le-gcc
--print-file-name=crtbegin.o` iconv_prog.o 
-Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads
../libc.so.6 ../libc_nonshared.a -lgcc `mips_41xx_le-gcc
--print-file-name=crtend.o` ../csu/crtn.o
../libc.so.6: undefined reference to `__pthread_initialize_minimal'

This is driving me up the wall and down the other side since it is
obvious that the linuxthreads directory is part of the rpath, and I know
that all of the pthreads libraries are compiled, so I can't find a
single reason why it doesn't work.  

A little background for you...  mips_41xx_le is actually the
mipsel-linux compiler under a different name (from the MontaVista CDK). 
I invoked my configure script as such:

./configure --enable-add-ons=linuxthreads
--prefix=/opt/hardhat/devkit/mips/41xx_le/mipsel-hardhat-linux
mipsel-hardhat-linux

I would really appreciate any patches, advice or therapy.

Jordan crouse

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

* Re: Compiling libc
  2000-10-30 23:24 Compiling libc Jordan Crouse
@ 2000-10-31  2:14 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2000-10-31  2:14 UTC (permalink / raw)
  To: Jordan Crouse; +Cc: linux-mips, jasonk, markl

On Mon, Oct 30, 2000 at 04:24:40PM -0700, Jordan Crouse wrote:

> This is one for all the libc folks out there..
> 
> I am running into some big problems trying to compile libc-001023 as
> downloaded from the ftp site just the other day. 
> 
> Basically, after compiling everything, I start to verify my build and I
> get the following whilst in the /iconv directory (actually, I get it all
> over the place):
> 
> mips_41xx_le-gcc -nostdlib -nostartfiles -o iconv_prog
> -Wl,-dynamic-linker=/opt/hardhat/devkit/mips/41xx_le/mipsel-hardhat-linux/lib/ld.so.1  
> ../csu/crt1.o ../csu/crti.o `mips_41xx_le-gcc
> --print-file-name=crtbegin.o` iconv_prog.o 
> -Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads
> ../libc.so.6 ../libc_nonshared.a -lgcc `mips_41xx_le-gcc
> --print-file-name=crtend.o` ../csu/crtn.o
> ../libc.so.6: undefined reference to `__pthread_initialize_minimal'
> 
> This is driving me up the wall and down the other side since it is
> obvious that the linuxthreads directory is part of the rpath, and I know
> that all of the pthreads libraries are compiled, so I can't find a
> single reason why it doesn't work.  
> 
> A little background for you...  mips_41xx_le is actually the
> mipsel-linux compiler under a different name (from the MontaVista CDK). 
> I invoked my configure script as such:
> 
> ./configure --enable-add-ons=linuxthreads
> --prefix=/opt/hardhat/devkit/mips/41xx_le/mipsel-hardhat-linux
> mipsel-hardhat-linux
> 
> I would really appreciate any patches, advice or therapy.

No patches but the advice to dump this compiler entirely for glibc 2.2 use.
Your compiler seems to be a derivate of egcs 1.0 or similar vintage which
like in this case misstreats undefined weak symbols.

  Ralf

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

end of thread, other threads:[~2000-10-31  2:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-30 23:24 Compiling libc Jordan Crouse
2000-10-31  2:14 ` Ralf Baechle

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