Date: Wed, 22 Mar 2000 11:14:33 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Rossz cc: djgpp AT delorie DOT com Subject: Re: Binutils 2.9.5.1 Cross-Compile In-Reply-To: <8b8cgu$jl2$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Mar 2000, Rossz wrote: > 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) Please read my other message in this thread, and see if the advice there helps. > 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 This is clearly wrong: the Bison command is empty, so this will never work. I'm guessing that without TEST_FINDS_EXE=Y, the ylwrap script doesn't find the Bison executable. So this is an entirely different problem.