This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Cannot exec `mips-tfile'


Hi.

I tried to build the i686-pc-cygwin32 cross mips-ecoff cross compiler on my Windows 2000 machine.
I use the Cygwin32 B20 tools to build.

At first, I built the binutils with version 2.9.1 sources on the Cygwin B20 environment.
Second, I tried to build the cross compiler.

--------------
$ bash srcdir/configure --target=mips-ecoff --host=i686-pc-cygwin32
$ make
--------------

But I saw the following error message.

--------------
rm -f tmplibgcc1.a libgcc1.S
cp //l/gcc-2.95.2/gcc/config/mips/mips16.S libgcc1.S
for name in _m16addsf3 _m16subsf3 _m16mulsf3 _m16divsf3 _m16eqsf2 _m16nesf2 _m16
gtsf2 _m16gesf2 _m16lesf2 _m16ltsf2 _m16fltsisf _m16fixsfsi _m16adddf3 _m16subdf
3 _m16muldf3 _m16divdf3 _m16extsfdf2 _m16trdfsf2 _m16eqdf2 _m16nedf2 _m16gtdf2 _
m16gedf2 _m16ledf2 _m16ltdf2 _m16fltsidf _m16fixdfsi _m16retsf _m16retdf _m16stu
b1 _m16stub2 _m16stub5 _m16stub6 _m16stub9 _m16stub10 _m16stubsf0 _m16stubsf1 _m
16stubsf2 _m16stubsf5 _m16stubsf6 _m16stubsf9 _m16stubsf10 _m16stubdf0 _m16stubd
f1 _m16stubdf2 _m16stubdf5 _m16stubdf6 _m16stubdf9 _m16stubdf10; \
do \
  echo ${name}; \
  //l/gcc-mips/gcc/xgcc -B//l/gcc-mips/gcc/ -B/usr/local/mips-ecoff/bin/ -I/usr/
local/mips-ecoff/include -O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include  -
G 0 -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -I. -I//l/gcc-2.95.2/gcc -I//l/
gcc-2.95.2/gcc/config -I//l/gcc-2.95.2/gcc/../include -c -DL${name} libgcc1.S; \

  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  mv libgcc1.o ${name}.o; \
  mips-ecoff-ar rc tmplibgcc1.a ${name}.o; \
  rm -f ${name}.o; \
done
_m16addsf3
xgcc: installation problem, cannot exec `mips-tfile': No such file or directory
make[1]: *** [libgcc1-asm.a] Error 1
make: *** [all-gcc] Error 2
--------------

How can I solve this problem, "Cannot exec 'mips-tfile'"? 
Thanks in advance.

Regards,
Seon Jeong.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]