1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | compilering the crossgcc on RedHat linux9.0 |
From: | "zhaozhuo" <[email protected]> |
To: | "tech-talk" <[email protected]> |
Date: | Thu, 7 Aug 2003 15:16:43 +0800 |
Hi,everyone!
I'm compilering the crossgcc-2.7.2-WRS.src.tgz on RedHat
Linux9.0,but it showed some errors like the following:
========= Building ld.build
cd /home/epics/vxWorks/obj-ppc/ld ;\ PATH=/home/epics/vxWorks/obj-ppc/bin:$PATH make ;\ PATH=/home/epics/vxWorks/obj-ppc/bin:$PATH make install; make[1]: Entering directory `/home/epics/vxWorks/obj-ppc/ld' `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi` -d /home/epics/vxWorks/host/src/gnu.cpp/ld/ldgram.y /bin/sh: line 1: bison: command not found make[1]: *** [ldgram.c] Error 127 make[1]: Leaving directory `/home/epics/vxWorks/obj-ppc/ld' make[1]: Entering directory `/home/epics/vxWorks/obj-ppc/ld' `cd /home/epics/vxWorks/host/src/gnu.cpp/ld; pwd`/../install.sh -c -t='s,^,powerpc-wrs-vxworks-,; ' ld-new /home/epics/vxWorks/crossgcc-2.7.2-WRS/ppc/bin/ld install: ld-new does not exist make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/epics/vxWorks/obj-ppc/ld' make: *** [ld.build] Error 2 who can know the reason?
please help me!
|