This is the mail archive of the crossgcc@sourceware.org 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]

crosstool Mac Intel


Hi,

i writhe with crosstool building on MacBook Pro (x86 Intel) and MAC OS X ..
I've act upon your crosstool-howto and always come this error on build process
It's like also with gcc-4.1.0, gcc-4.1.1 and glibc-2.3.6 and glibc-2.3.5 and i will it building for linux compilation binary (developing on MAC OS X and compiling binary for linux)


i686-unknown-linux-gnu-gcc -S -I../include -I. -I/usr/src/ crosstool-0.42/build/i686-unknown-linux-gnu/gcc-4.1.0-glibc-2.3.5/ build-glibc/stdio-common -I.. -I../libio -I/usr/src/crosstool-0.42/ build/i686-unknown-linux-gnu/gcc-4.1.0-glibc-2.3.5/build-glibc -I../ sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -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/i386/i686 -I../ linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../ sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common - I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/ i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix - I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 - I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../ sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/ dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/ generic/elf -I../sysdeps/generic -nostdinc -isystem /usr/src/ crosstool-0.42/build/i686-unknown-linux-gnu/gcc-4.1.0-glibc-2.3.5/gcc- core-prefix/lib/gcc-lib/i686-unknown-linux-gnu/3.3.6/include - isystem /opt/crosstool/gcc-4.1.0-glibc-2.3.5/i686-unknown-linux-gnu/ i686-unknown-linux-gnu/include -D_LIBC_REENTRANT -include ../include/ libc-symbols.h -D_IO_MTSAFE_IO -std=gnu99 -O -Wall -Winline - Wstrict-prototypes -Wwrite-strings -mpreferred-stack-boundary=2 - DNOT_IN_libc -DEMIT_ERR_MAX ../sysdeps/gnu/errlist.c -o - \
| sed -n 's/^.*@@@[^0-9]*\([0-9]*\)[^0-9]*@@@.*$/\1/p'` \
-f ../sysdeps/gnu/errlist-compat.awk \
../sysdeps/i386/elf/Versions ../linuxthreads/sysdeps/ unix/sysv/linux/Versions ../linuxthreads/sysdeps/i386/i686/ Versions ../sysdeps/unix/sysv/linux/i386/Versions ../sysdeps/unix/ sysv/linux/Versions ../sysdeps/unix/sysv/Versions ../sysdeps/i386/ i486/Versions ../sysdeps/i386/fpu/Versions ../sysdeps/i386/ Versions ../sysdeps/wordsize-32/Versions ../linuxthreads/Versions > / usr/src/crosstool-0.42/build/i686-unknown-linux-gnu/gcc-4.1.0- glibc-2.3.5/build-glibc/stdio-common/errlist-compat.cT
*** errlist.c count 126 vs Versions sys_errlist@GLIBC_2.0 count 123
make[2]: *** [/usr/src/crosstool-0.42/build/i686-unknown-linux-gnu/ gcc-4.1.0-glibc-2.3.5/build-glibc/stdio-common/errlist-compat.c] Error 1
make[2]: Leaving directory `/usr/src/crosstool-0.42/build/i686- unknown-linux-gnu/gcc-4.1.0-glibc-2.3.5/glibc-2.3.5/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/crosstool-0.42/build/i686- unknown-linux-gnu/gcc-4.1.0-glibc-2.3.5/glibc-2.3.5'
make: *** [lib] Error 2



I've found a url about this error http://www.nslu2-linux.org/wiki/ HowTo/SetUpAToolChainOnAMac
and solution for this error on the site:


glibc - *** errlist.c count 126 vs Versions sys_errlist@GLIBC_2.0 count 123
touch stdio-common/errlist-compat.c (before building, apparently this is a known bug?)


i have do it so and error is always same !

pleas help me ??

i really need this cross compilation on my MAC OS X ...

best regard Donald



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


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