delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/05/23/13:31:32

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" <jurgis AT medelkom DOT com>
From: "Jurgis Armanavichius" <jurgis AT medelkom DOT com>
To: <cygwin AT sourceware DOT cygnus DOT com>
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
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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Dkoi8-r" http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hello,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>Does anyone have the experience how to build some =
cross=20
compiler</FONT></DIV>
<DIV><FONT size=3D2>using CygWin package? I tried to use HowTo from this =

URL:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2><A=20
href=3D"http://www.xraylith.wisc.edu/~khan/software/gnu-win32/cygwin-cros=
s-howto.txt">http://www.xraylith.wisc.edu/~khan/software/gnu-win32/cygwin=
-cross-howto.txt</A></FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Near from beginning of document is the following=20
text:</FONT></DIV>
<DIV><FONT =
size=3D2>=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&nbsp; <BR></FONT><FONT=20
size=3D2>2. unpack, configure and build:<BR></FONT></DIV>
<DIV><FONT size=3D2>&nbsp; $ mkdir=20
/usr/local/src/cygwin-b20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;=20
<BR>&nbsp; $ cd /usr/local/src/cygwin-b20<BR>&nbsp; $ bunzip2 -c=20
/tmp/dev-src.tar.bz2 | tar -xf -<BR>&nbsp; [ this will unpack everything =
under=20
src subdirectory ]<BR>&nbsp; $ mkdir CROSS<BR>&nbsp; $ cd =
CROSS<BR>&nbsp; $=20
../src/configure --prefix=3D/usr/local/cygb20 --target=3Di586-cygwin32 =
-v<BR>&nbsp;=20
$ make &gt; make.log 2&gt;&amp;1<BR>&nbsp; [ the '2&gt;&amp;1' depends =
on your=20
shell of course. check for errors . If OK ]<BR>&nbsp; $ make install =
&gt;=20
install.log 2&gt;&amp;1</DIV></FONT>
<DIV><FONT =
size=3D2>=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&nbsp; <BR>First line=20
(mkdir) wont work! I have the message:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>BASH.EXE-2.02$ mkdir =
/usr/local/src/cygwin-b20<BR>mkdir:=20
cannot make directory `/usr/local/src/cygwin-b20': No such file or=20
directory<BR>BASH.EXE-2.02$<BR></DIV>
<DIV></FONT><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>OK. I was maked all dirs separately. But the=20
line:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>&nbsp; $ ../src/configure =
--prefix=3D/usr/local/cygb20=20
--target=3Di586-cygwin32 -v<BR></DIV>
<DIV></FONT><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Also not works! How I can do necessary =
configuration?&nbsp;I=20
tried "sh" shell - same </FONT><FONT size=3D2>results.</FONT></DIV>
<DIV><FONT size=3D2>Same situation is with other HowTo documents. The=20
"../somedir/configure"</FONT></DIV>
<DIV><FONT size=3D2>not works, and I can't do any future =
steps.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>Please help me.</FONT></DIV>
<DIV><FONT size=3D2>Thank you,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D2>Jurgis Armanavichius<BR>Firma MEDELKOM, <A=20
href=3D"http://www.medelkom.com">http://www.medelkom.com</A></FONT></DIV>=
</BODY></HTML>


------=_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--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019