Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <3920B7AD.63EF4397@ca2.so-net.ne.jp> Date: Tue, 16 May 2000 11:51:25 +0900 From: "andohich AT ca2 DOT so-net DOT ne DOT jp" X-Mailer: Mozilla 4.51 [ja] (WinNT; I) X-Accept-Language: ja MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: CrossGcc Cygwin1 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit 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 AT sourceware DOT cygnus DOT com