From: Rossz Newsgroups: comp.os.msdos.djgpp Subject: Re: Binutils 2.9.5.1 Cross-Compile Date: Tue, 21 Mar 2000 17:46:12 GMT Organization: Deja.com - Before you buy. Lines: 40 Message-ID: <8b8cgu$jl2$1@nnrp1.deja.com> References: NNTP-Posting-Host: 208.239.86.120 X-Article-Creation-Date: Tue Mar 21 17:46:12 2000 GMT X-Http-User-Agent: Mozilla/4.5 [en] (Win95; U) X-Http-Proxy: 1.0 x21.deja.com:80 (Squid/1.1.22) for client 208.239.86.120 X-MyDeja-Info: XMYDJUIDrossz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article , djgpp AT delorie DOT com wrote: > I'm trying to build a cross-compiler for a mips-tx39-elf target using > the DJGPP binutils port v2.9.5.1 (sources bnu2951s.zip and > bnu2951x.zip). > The make process fails during the GAS portion with the following > error: I'm having a similar problem building for a h8300-hms target. It fails in the binutils sections: d:/djgpp/bin/sh.exe ./../ylwrap "bison -y" sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h -- -d d:/djgpp/bin/bison.exe: sysinfo.y: No such file or directory (ENOENT) make.exe[3]: *** [sysinfo.c] Error 1 make.exe[3]: Leaving directory `d:/djgpp/gnu/binutl-2.951/binutils' make.exe[2]: *** [all-recursive] Error 1 My configuration settings are: export PATH_SEPARATOR=: export TEST_FINDS_EXE=Y export PATH_EXPAND=Y export CONFIG_SHELL=sh export INSTALL="/dev/env/DJDIR/bin/ginstall -c" sh configure --disable-nls --target=h8300-hms --host=i586-pc-msdosdjgpp --prefix=/djgpp/cross --program-prefix=h8300-hms- --enable-languages=c,c++ I also tried configuring without the "export" lines. No improvement, though the error message change to this: d:/djgpp/bin/sh.exe ./../ylwrap "" sysinfo.y y.tab.c sysinfo.c y.tab.h sysinfo.h -- -d ./../ylwrap: -d: command not found make.exe[3]: *** [sysinfo.c] Error 1 make.exe[3]: Leaving directory `d:/djgpp/gnu/binutl-2.951/binutils' Sent via Deja.com http://www.deja.com/ Before you buy.