vcs aa.v, run exited......why?
时间:12-12
整理:3721RD
点击:
*** Using c compiler gcc instead of cc ...
Chronologic VCS (TM)
Version X-2005.06-SP1 -- Tue May 4 22:03:38 2010
Copyright (c) 1991-2005 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Parsing design file './addr4.v'
Top Level Modules:
sim
No TimeScale specified
Starting vcs inline pass...
1 module and 0 UDP read.
recompiling module sim
if [ -x ../simv ]; then chmod -x ../simv; fi
g++ -o ../simv 5NrI_d.o 5NrIB_d.o DZaT_1_d.o SIM_l.o ../vcs2005/r edhat30/lib/libvirsim.a ../vcs2005/redhat30/lib/libvcsnew.so ../vcs2005/redhat30/lib/ctype-stubs_32.a -ldl -lc -lm -ldl
/usr/bin/ld: warning: libstdc++.so.5, needed by ../vcs2005/redhat30/l ib/libvcsnew.so, may conflict with libstdc++.so.6
../simv up to date
simv: ../lib/libgcc_s.s o.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
Note: Execution of simv exited with code 1
CPU time: 50.886 seconds to compile + .238 seconds to link + .018 seconds in sim ulation
Chronologic VCS (TM)
Version X-2005.06-SP1 -- Tue May 4 22:03:38 2010
Copyright (c) 1991-2005 by Synopsys Inc.
ALL RIGHTS RESERVED
This program is proprietary and confidential information of Synopsys Inc.
and may be used and disclosed only as authorized in a license agreement
controlling such use and disclosure.
Parsing design file './addr4.v'
Top Level Modules:
sim
No TimeScale specified
Starting vcs inline pass...
1 module and 0 UDP read.
recompiling module sim
if [ -x ../simv ]; then chmod -x ../simv; fi
g++ -o ../simv 5NrI_d.o 5NrIB_d.o DZaT_1_d.o SIM_l.o ../vcs2005/r edhat30/lib/libvirsim.a ../vcs2005/redhat30/lib/libvcsnew.so ../vcs2005/redhat30/lib/ctype-stubs_32.a -ldl -lc -lm -ldl
/usr/bin/ld: warning: libstdc++.so.5, needed by ../vcs2005/redhat30/l ib/libvcsnew.so, may conflict with libstdc++.so.6
../simv up to date
simv: ../lib/libgcc_s.s o.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
Note: Execution of simv exited with code 1
CPU time: 50.886 seconds to compile + .238 seconds to link + .018 seconds in sim ulation
simv: /opt/cds/amskit51/kits/AMSKIT51/software_lnx86/ic5141/tools/lib/libgcc_s.s o.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
你的环境变量问题
你的libgcc_s.so.1用的是camskit51里的
被指到IC5141里面的库上了,环境变量需要调整一下
在.bashrc里面或者/etc/profile.d里面改
LD_LIBRARY_PATH 指向了好多路径;不知道VCS需要哪个?
你可以用 ldd simv 看他都需要哪些。
看看是否指向了正确的位置。。