|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
毕设的题目要用VCS,太纠结了。。好不容易装上了但是启动不了。,各种问题。。现在到这个情况我实在不懂了。。求指教
administrator@deepin:~$ vcs top.v add4.v
Warning-[LNX_OS_VERUN] Unsupported Linux version
Linux version '' is not supported on 'i686' officially, assuming linux
compatibility by default. Set VCS_ARCH_OVERRIDE to linux or suse32 to
override.
Please refer to release notes for information on supported platforms.
Warning-[LINX_KRNL] Unsupported Linux kernel
Linux kernel '3.0.0-14-generic' is not supported.
Supported versions are 2.4* or 2.6*.
Chronologic VCS (TM)
Version C-2009.06 -- Sun Apr 1 15:20:52 2012
Copyright (c) 1991-2008 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 'top.v'
Parsing design file 'add4.v'
Top Level Modules:
top
No TimeScale specified
Starting vcs inline pass...
1 module and 0 UDP read.
However, due to incremental compilation, no re-compilation is necessary.
if [ -x ../simv ]; then chmod -x ../simv; fi
g++ -o ../simv rmapats_mop.o rmapats.o N654_1_d.o SIM_l.o 5NrI_d.o 5NrIB_d.o /usr/synopsys/C-2009.06/linux/lib/libvirsim.a /usr/synopsys/C-2009.06/linux/lib/librterrorinf.so /usr/synopsys/C-2009.06/linux/lib/libsnpsmalloc.so /usr/synopsys/C-2009.06/linux/lib/libvcsnew.so /usr/synopsys/C-2009.06/linux/lib/vcs_save_restore_new.o /usr/synopsys/C-2009.06/linux/lib/ctype-stubs_32.a -ldl -lc -lm -lpthread -ldl
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsReallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCheckStrdupFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsGetMemBytes'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCheckMallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsFreeGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsGroupGetActive'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsReallocFromGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsNamedPushGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsMemManagerIsActive'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsHighMemory'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsStrdupFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsLowMemory'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCheckReallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsNamedPopGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCallocFromGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsMallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsGroupSize'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsFreeFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsSetOutOfMemoryRoutine'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCheckFreeFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsMallocFromGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsVPrintf'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsPrintf'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsDoStackUnwind'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsNamedAllocateGroup'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCheckCallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCallocFunc'
/usr/synopsys/C-2009.06/linux/lib/libvcsnew.so: undefined reference to `snpsCurrentGroup'
collect2: ld 返回 1
make: *** [product_timestamp] 错误 1
Make exited with status 2
CPU time: .024 seconds to compile + 0 seconds to elab + .128 seconds to link
好长的一段话啊。。。那个中间最大段那些什么意思呢? |
|