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]

error in building sh3eb toolchain


  given the following combination:

BINUTILS_DIR=binutils-2.15.96
GCC_DIR=gcc-4.1-20050327
GLIBC_DIR=glibc-2.3.4
LINUX_DIR=linux-2.6.8.1
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.4
EXTRA_TARGET_CFLAGS="-fno-unit-at-a-time"

and building for a big-endian architecture, i eventually get:

sh3eb-unknown-linux-gnu-gcc  ../sysdeps/ieee754/dbl-64/s_isinf.c -c
-std=gnu99 -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings
-fno-unit-at-a-time -m3 -mb   -fPIC   -Wno-uninitialized
-D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE
-D_Mlong_double_=double -I../include -I.
-I/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc/math
-I.. -I../libio
-I/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc
-I../sysdeps/sh/elf -I../linuxthreads/sysdeps/unix/sysv/linux/sh
-I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/sh -I../sysdeps/unix/sysv/linux/sh/sh3
-I../sysdeps/unix/sysv/linux/sh -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/sh
-I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/sh/sh3
-I../sysdeps/sh -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754
-I../sysdeps/generic/elf -I../sysdeps/generic -nostdinc -isystem
/home/rpjday/build/crosstool/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/lib/gcc/sh3eb-unknown-linux-gnu/4.1.0/include
-isystem
/home/rpjday/build/crosstool/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/sh3eb-unknown-linux-gnu/include
-D_LIBC_REENTRANT -include ../include/libc-symbols.h  -DPIC -DSHARED
-o
/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc/math/s_isinf.os
-MD -MP -MF
/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc/math/s_isinf.os.dt
-MT
/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc/math/s_isinf.os
../sysdeps/ieee754/dbl-64/s_isinf.c:29: error: 'isinf' aliased to
undefined symbol '__isinf'
../sysdeps/ieee754/dbl-64/s_isinf.c:31: error: '__isinfl' aliased to
undefined symbol '__isinf'
../sysdeps/ieee754/dbl-64/s_isinf.c:32: error: 'isinfl' aliased to
undefined symbol '__isinf'
make[2]: ***
[/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/build-glibc/math/s_isinf.os]
Error 1
make[2]: Leaving directory
`/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/glibc-2.3.4/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory
`/home/rpjday/SW/crosstool/crosstool-0.30/build/sh3eb-unknown-linux-gnu/gcc-4.1-20050327-glibc-2.3.4/glibc-2.3.4'


  i took a quick look for a corresponding patch but didn't see
anything obvious.  and it's late and i'm tired.  thoughts?

rday

------
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]