This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool-0.28-rc23


Ok, two more problem:
1. I have a empty lib-names.h. Event after I  downloaded and installed
sed and gawk from ftp.gnu.org. This file is still empty.
2. Did anyone ever see:
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x378): In
function `__libc_csu_init':
/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:54: undefined
reference to `__preinit_array_start'
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x37e):/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:54: undefined reference to `__preinit_array_end'
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x3a2):/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:66: undefined reference to `__init_array_start'
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x3aa):/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:66: undefined reference to `__init_array_end'
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x3f6): In
function `__libc_csu_fini':
/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:76: undefined
reference to `__fini_array_start'
/usr/compiler/x86/build_dir/build-glibc/libc_pic.os(.text+0x3fc):/usr/compiler/x86/build_dir/glibc-2.3.2/csu/elf-init.c:76: undefined reference to `__fini_array_end'
collect2: ld returned 1 exit status
make[1]: *** [/usr/compiler/x86/build_dir/build-glibc/libc.so] Error 1
make[1]: Leaving directory `/usr/compiler/x86/build_dir/glibc-2.3.2'
make: *** [all] Error 2

Again, I'm still try to build i686-pc-linux-gnu-gcc 3.4.0 + glibc2.3.2
on a sparc machine.
Yi
On Wed, 2004-06-16 at 13:46, Daniel Kegel wrote:
> Yi Sun wrote:
> >>>Yes, you are right, The utilities like make, tar, grep makeinfo are so
> >>>old, I updated them before I did the compiling. 
> > 
> > During the compiling of glibc-2.3.2, I see
> > mkdir /usr/compiler/x86/build_dir/build-glibc/intl
> > sed -f po2test.sed ../po/de.po >
> > /usr/compiler/x86/build_dir/build-glibc/intl/msgs.h
> > Duplicate labels:   :b
> > make[2]: *** [/usr/compiler/x86/build_dir/build-glibc/intl/msgs.h] Error 2
> > 
> > Did any one had same problem?
> > My compiler is i686-pc-linux-gnu and my host is sun-sparc-2.9
> 
> Could this be http://sources.redhat.com/ml/bug-glibc/2001-12/msg00230.html ?
> 
> Did you perhaps not install gnu sed?
> 
> What does
>    sed --version
> output?
> 
> - Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]