Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

compilation error occurred...help needed...



-----BEGIN PGP SIGNED MESSAGE-----

Hi, everyone,

I met error during compiling cross-gcc.
It says that xgcc can not find 'fpgnulib.c', but I can see it 
in gcc-2.7.2 and gcc-2.7.2/config/m68k directory.
Error messages are like below.

for file in .. fpgnulib.c xfgnulib.c; \
do \
  if [ x${file} != x.. ]; then \
    name=`echo ${file} | sed -e 's/[.][cS]$//' -e 's/[.]asm$//'`; \
    oname=` echo ${name} | sed -e 's,.*/,,'`; \
    echo ${name}; \
    if [ ${name}.asm = ${file} ]; then \
      cp ${file} ${name}.s || exit 1; file=${name}.s; \
    else true; fi; \
    /user/bleu/xdev/build/gcc/xgcc -B/user/bleu/xdev/build/gcc/ -Dinhibit_libc -
O2  -DCROSS_COMPILE -DIN_GCC -DSVR4  -g -I./include  -g1  -I. -I../../src/gcc -I
../../src/gcc/config -c ${file}; \
    if [ $? -eq 0 ] ; then true; else exit 1; fi; \
    /user/bleu/xdev/build/binutils/ar rc tmplibgcc2.a ${oname}.o; \
    rm -f ${name}.s ${oname}.o; \
  else true; \
  fi; \
done
fpgnulib
xgcc: fpgnulib.c: No such file or directory
xgcc: No input files
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/user/bleu/xdev/build/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/user/bleu/xdev/build/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/user/bleu/xdev/build/gcc'
make: *** [all-gcc] Error 2
keysoft:/user/bleu/xdev/build]

My configuration is:

	host: SUN SPARC 20 / Solaris 2.4
	target: m68k-coff
	gcc: gcc-2.7.2 (patch applied)
	binutils: binutils-2.7
	newlib: newlib-1.7.0
	script: one-tree-1.2.sh
	make: gmake-3.75

Do you have any idea to solve this problem?
I'm looking forward to your reply.
Thanks in advance.


- -- 
                                   \|/
                                  (o o)
==============================oOo==(_)==oOo==================================
Jun-Geol , Chun                             bleu@keysoft.lgec.co.kr
Telecommunication R&D Center                http://keysoft.lgec.co.kr/~bleu 
LG Electronics, Inc.                        Tel : +82-343-50-7951~8
532, Hogae 1-dong, Anyang-City              FAX : +82-343-50-7950
Kyunggido, KOREA                            Pager : 015-152-9806 (Seoul Area)
=============================================================================

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQB1AgUBMuMGKwRdk/cxNrZ5AQEWyQMAv2n9i4ilgerzGARVgcwftsRpQF4zN5xu
LvyfnsL8gbLsxicKLoKYLV12NII3fPGp+ixRG2g6s70vYtsPxxwZ7qpMIkvMZ7SK
sYxOr3vyfdDq0jbyat9rwDAvCCqS92V+
=5PPr
-----END PGP SIGNATURE-----


Home | Subject Index | Thread Index