From: "Michal Stencl" To: Subject: Cross - compilation problem with DJGPP Date: Thu, 19 Sep 2002 18:20:21 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C26009.372C0880" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C26009.372C0880 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Hello, I would like to ask, what I have to do, to solve the problem in cross compilation. When I try to compile the newest binutils-2-13 with DJGPP, I have still the same problem in configuation. When I prepare binutils for compiling, and somewhere in the center of the configuration process called by the following line : ./configure --enable-targets=i386-elf --with-gnu-as --with-gnu-ld --with-sta bs --host=i386-pc-msdosdjgpp I have still the same output maybe 10000 times one after another : ./config.status: expr: command not found ./config.status: test: -gt: unary operator expected ./config.status: expr: command not found ./config.status: test: -gt: unary operator expected ./config.status: expr: command not found ./config.status: test: -gt: unary operator expected ... Thank you for each help, Best Regards, Michal Stencl ------=_NextPart_000_0000_01C26009.372C0880 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
Hello,
 
   =20 I would like to ask, what I have to do, to solve the problem in cross=20 compilation.
   =20 When I try to compile the newest binutils-2-13 with DJGPP, I have still = the same=20 problem in configuation.
 
    When I prepare = binutils for=20 compiling, and somewhere in the center of the=20 configuration
   =20 process called by the following line :
 
./configure --enable-targets=3Di386-elf = --with-gnu-as=20 --with-gnu-ld --with-stabs = --host=3Di386-pc-msdosdjgpp
 
   =20 I have still the same output maybe 10000 times one after another=20 :
 
    ./config.status: = expr: command=20 not found
    ./config.status: = test: -gt:=20 unary operator expected
    ./config.status: = expr: command=20 not found
    ./config.status: = test: -gt:=20 unary operator expected
    ./config.status: = expr: command=20 not found
    ./config.status: = test: -gt:=20 unary operator=20 expected
 
...
 
   =20 Thank you for each help,
   =20 Best Regards,
   =20 Michal Stencl
------=_NextPart_000_0000_01C26009.372C0880--