This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

CrossGcc Cygwin1


I'm trying to build CrosGcc i686-cygwin1 --> sh-pc-linux-sh. I haveadapted the Building procedure within http://linux-sh.free.fr/FAQ.html. 1 Binutils-000228 and Gcc-core-2.95.2 successfuly complete to make install. 2 But Glibc-2.1.2 stop in Configure. I get next message : "c:/bin/bash.exe"-2.03$ sh ../glibc3.sh loading cache ./config.cache checking host system type... sh3-pc-linux-gnu . . . . checking whether /sh/sh-pc-linux-gnu/bin/as.exe is GNU as... yes checking whether /sh/sh-pc-linux-gnu/bin/ld.exe is GNU ld... yes checking for mig... mig checking whether ranlib is necessary... Assembler messages: Error: Can't open for reading. : No such file or directory /**-? sh-pc-linux-gnu-gcc: file path prefix `/sh/bin/' never used no checking LD_LIBRARY_PATH variable... ok checking for bash... /cygdrive/c/bin/bash checking for mawk... no checking for gawk... gawk checking for perl... /sh/bin/perl checking for install-info... /usr/bin/install-info checking for old Debian install-info... no checking for signed size_t type... no checking for libc-friendly stddef.h... no checking whether we need to use -P to assemble .S files... yes checking for assembler global-symbol directive... UNKNOWN /**-? configure: error: cannot determine asm global directive /**-? attached by me My commands are shell-script. glibc.sh ! bin/sh # glibc-configure-make shell program # export CC=sh-pc-linux-gnu-gc export CPP='sh-pc-linux-gnu-cpp' export AS='sh-pc-linux-gnu-as' export AR='sh-pc-linux-gnu-ar' export LD='sh-pc-linux-gnu-ld' export RANLIB='sh-pc-linux-gnu-lanlib' export GCC_EXEC_PREFIX=/cygdrive/c/cygnus/sh-linux/lib/gcc-lib/ export BUILD_CC=gcc export PERL=perl # CC='sh-pc-linux-gnu-gcc -m3 -mb' ./configure --host=sh3-linux-gnu \ --prefix=/sh --exec-prefix=/sh --enable-add-ons=crypt,linuxthreads \ --disable-debug --disable-profile --with-headers=../linux/include \ --with-binutils=/sh/bin #script end Anyone could help Regards -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]