Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <014e01bea541$ff3d0940$322bb0c2@omnitel.net> Reply-To: "Jurgis Armanavichius" From: "Jurgis Armanavichius" To: Subject: How to build the cross compiler under CygWin package? Date: Sun, 23 May 1999 19:30:48 +0200 Organization: Firma MEDELKOM MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_014B_01BEA552.C28A56E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 ------=_NextPart_000_014B_01BEA552.C28A56E0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello, Does anyone have the experience how to build some cross compiler using CygWin package? I tried to use HowTo from this URL: http://www.xraylith.wisc.edu/~khan/software/gnu-win32/cygwin-cross-howto.= txt Near from beginning of document is the following text: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =20 2. unpack, configure and build: $ mkdir /usr/local/src/cygwin-b20 =20 $ cd /usr/local/src/cygwin-b20 $ bunzip2 -c /tmp/dev-src.tar.bz2 | tar -xf - [ this will unpack everything under src subdirectory ] $ mkdir CROSS $ cd CROSS $ ../src/configure --prefix=3D/usr/local/cygb20 = --target=3Di586-cygwin32 -v $ make > make.log 2>&1 [ the '2>&1' depends on your shell of course. check for errors . If OK = ] $ make install > install.log 2>&1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =20 First line (mkdir) wont work! I have the message: BASH.EXE-2.02$ mkdir /usr/local/src/cygwin-b20 mkdir: cannot make directory `/usr/local/src/cygwin-b20': No such file = or directory BASH.EXE-2.02$ OK. I was maked all dirs separately. But the line: $ ../src/configure --prefix=3D/usr/local/cygb20 = --target=3Di586-cygwin32 -v Also not works! How I can do necessary configuration? I tried "sh" shell = - same results. Same situation is with other HowTo documents. The "../somedir/configure" not works, and I can't do any future steps. Please help me. Thank you, Jurgis Armanavichius Firma MEDELKOM, http://www.medelkom.com ------=_NextPart_000_014B_01BEA552.C28A56E0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hello,
 
Does anyone have the experience how to build some = cross=20 compiler
using CygWin package? I tried to use HowTo from this = URL:
 
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/cygwin= -cross-howto.txt
 
Near from beginning of document is the following=20 text:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 
2. unpack, configure and build:
  $ mkdir=20 /usr/local/src/cygwin-b20        =     =20
  $ cd /usr/local/src/cygwin-b20
  $ bunzip2 -c=20 /tmp/dev-src.tar.bz2 | tar -xf -
  [ this will unpack everything = under=20 src subdirectory ]
  $ mkdir CROSS
  $ cd = CROSS
  $=20 ../src/configure --prefix=3D/usr/local/cygb20 --target=3Di586-cygwin32 = -v
 =20 $ make > make.log 2>&1
  [ the '2>&1' depends = on your=20 shell of course. check for errors . If OK ]
  $ make install = >=20 install.log 2>&1
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 
First line=20 (mkdir) wont work! I have the message:
 
BASH.EXE-2.02$ mkdir = /usr/local/src/cygwin-b20
mkdir:=20 cannot make directory `/usr/local/src/cygwin-b20': No such file or=20 directory
BASH.EXE-2.02$
 
OK. I was maked all dirs separately. But the=20 line:
 
  $ ../src/configure = --prefix=3D/usr/local/cygb20=20 --target=3Di586-cygwin32 -v
 
Also not works! How I can do necessary = configuration? I=20 tried "sh" shell - same results.
Same situation is with other HowTo documents. The=20 "../somedir/configure"
not works, and I can't do any future = steps.
 
Please help me.
Thank you,
 
Jurgis Armanavichius
Firma MEDELKOM, http://www.medelkom.com
= ------=_NextPart_000_014B_01BEA552.C28A56E0 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com ------=_NextPart_000_014B_01BEA552.C28A56E0--