This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

test out the newly install gcc


Hi Sir,

How can I test whether the gcc is working or not?
Now I have the following error when I run the build-libs inside Intel BFM test bench.



Your help would be appreciated.


Andrew

aklui ~/proj/Intel/bin>build-libs
gmake[1]: Entering directory `/home/aklui/proj/Intel/bfm/bfmBase/src'
g++ -c -Wall -fPIC -O3 -I../include -o Linux/CBfmChecker.o CBfmChecker.cpp
g++ -c -Wall -fPIC -O3 -I../include -o Linux/CRegress.o CRegress.cpp
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CBfmChecker.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CRegress.o] Error 1
gmake[1]: Leaving directory `/home/aklui/proj/Intel/bfm/bfmBase/src'
gmake: *** [compile] Error 2
gmake[1]: Entering directory `/home/aklui/proj/Intel/bfm/hsi/src'
g++ -c -Wall -fPIC -O3 -I../include -I../../bfmBase/include -o Linux/CHSIPhysPath.o CHSIPhysPath.cpp
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CHSIPhysPath.o] Error 1
gmake[1]: Leaving directory `/home/aklui/proj/Intel/bfm/hsi/src'
gmake: *** [compile] Error 2
gmake compile -Csrc -f../../scripts/Makefile.Linux INCDIRS="-I../include -I../../hsi/include -I../../"bfmBase"/include" LIBNAME=hsiChkrules -j1
gmake[1]: Entering directory `/home/aklui/proj/Intel/bfm/hsiChkrules/src'
g++ -c -Wall -fPIC -O3 -I../include -I../../hsi/include -I../../bfmBase/include -o Linux/CHSIBaseRule.o CHSIBaseRule.cpp
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CHSIBaseRule.o] Error 1
gmake[1]: Leaving directory `/home/aklui/proj/Intel/bfm/hsiChkrules/src'
gmake: *** [compile] Error 2
gmake -Csrc -j4
gmake[1]: Entering directory `/home/aklui/proj/Intel/systemc/sc_model/src'
g++ -O3 -I../include -I../../../bfm/include -I/usr/local/systemc-2.0.1/include -c CPCIESysCBiu.cpp -o Linux/CPCIESysCBiu.o
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CPCIESysCBiu.o] Error 1
gmake[1]: Leaving directory `/home/aklui/proj/Intel/systemc/sc_model/src'
gmake: *** [all] Error 2
gmake -Csrc -j4
gmake[1]: Entering directory `/home/aklui/proj/Intel/systemc/test/tb_base/src'
g++ -O3 -I../include -I../../../../bfm/include -I/usr/local/systemc-2.0.1/include -I../../../sc_model/include -c CFcCreditAdCB.cpp -o Linux/CFcCreditAdCB.o
g++: installation problem, cannot exec `cpp0': No such file or directory
gmake[1]: *** [Linux/CFcCreditAdCB.o] Error 1
gmake[1]: Leaving directory `/home/aklui/proj/Intel/systemc/test/tb_base/src'
gmake: *** [all] Error 2



Finished building libraries





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