Mail Archives: cygwin/1999/05/23/13:31:32
------=_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> </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> </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> </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 <BR></FONT><FONT=20
size=3D2>2. unpack, configure and build:<BR></FONT></DIV>
<DIV><FONT size=3D2> $ mkdir=20
/usr/local/src/cygwin-b20 =
=20
<BR> $ cd /usr/local/src/cygwin-b20<BR> $ bunzip2 -c=20
/tmp/dev-src.tar.bz2 | tar -xf -<BR> [ this will unpack everything =
under=20
src subdirectory ]<BR> $ mkdir CROSS<BR> $ cd =
CROSS<BR> $=20
../src/configure --prefix=3D/usr/local/cygb20 --target=3Di586-cygwin32 =
-v<BR> =20
$ make > make.log 2>&1<BR> [ the '2>&1' depends =
on your=20
shell of course. check for errors . If OK ]<BR> $ make install =
>=20
install.log 2>&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 <BR>First line=20
(mkdir) wont work! I have the message:</FONT></DIV>
<DIV> </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> </DIV>
<DIV><FONT size=3D2>OK. I was maked all dirs separately. But the=20
line:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2> $ ../src/configure =
--prefix=3D/usr/local/cygb20=20
--target=3Di586-cygwin32 -v<BR></DIV>
<DIV></FONT><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Also not works! How I can do necessary =
configuration? 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> </DIV>
<DIV><FONT size=3D2>Please help me.</FONT></DIV>
<DIV><FONT size=3D2>Thank you,</FONT></DIV>
<DIV> </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 -