Mail Archives: djgpp/2000/03/22/08:27:03
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.
- Raw text -