X-Envelope-From: ultan AT cix DOT compulink DOT co DOT uk Date: Tue, 21 Mar 2000 13:19 +0000 (GMT) From: ultan AT cix DOT compulink DOT co DOT uk (Ultan Henry) Subject: Binutils 2.9.5.1 Cross-Compile To: djgpp AT delorie DOT com Cc: ultan AT cix DOT compulink DOT co DOT uk Message-Id: X-Ameol-Version: 2.52.2000, Windows 98 4.10.1998 ( ) Reply-To: djgpp AT delorie DOT com 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: gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -I. -I. -I../bfd -I./config -I./.. /include -I./.. -I./../bfd -I./../intl -I../intl -DLOCALEDIR="\"/dev/env/DJDIR/s hare/locale\"" -g -O2 -W -Wall -c ./config/atof-ieee.c C:/DJGPP/BIN/sh.exe ./../ylwrap "bison -y" ./itbl-parse.y y.tab.c itbl-parse.c y .tab.h itbl-parse.h -- -d c:/djgpp/bin/bison.exe: itbl-parse.y: No such file or directory (ENOENT) make.exe[1]: *** [itbl-parse.c] Error 1 make.exe[1]: Leaving directory `c:/temp/gnu/binutl-2.951/gas' make.exe: *** [all-gas] Error 2 'itbl-parse.y' is present in the GAS directory. The same source tree can be configured and compiled correctly for a default target (without cross-compile). Any ideas what is wrong?