【ASIC】VCS报Error-[VCS_COM_UNE] Cannot find VCS compiler解决方法

这篇博客主要介绍了在Linux环境下遇到VCS编译器未找到的错误,提供了两种解决方案:1)通过-full64参数指定vcs为64位模式;2)设置VCS_TARGET_ARCH环境变量为linux64。同时,建议检查VCS_HOME路径是否正确,或者考虑重新安装或联系技术支持获取帮助。
摘要由CSDN通过智能技术生成
[xxxx@localhost ~]$ vcs -h

Error-[VCS_COM_UNE] Cannot find VCS compiler
  VCS compiler not found. Environment variable VCS_HOME 
  (/opt/eda/synopsys/vcs-mx/N-2017.12-SP2/linux) is selecting a directory in 
  which there isn't a compiler 
  '/opt/eda/synopsys/vcs-mx/N-2017.12-SP2/linux/bin/vcs1' for a machine of 
  this type 'linux'.
  Please check whether 'VCS_HOME' is incorrect; if not, see below.

 Perhaps vcs hasn't been installed for machine of type "linux".
 Or the installation has been damaged.
 To verify whether vcsN-2017.12 supports machine of type "Linux 3.10.0-1160.31.1.el7.x86_64",
 please look at ReleaseNotes for more details .
 We determine the machine type from uname; maybe uname is incorrect.
 You can fix installation problems by reinstalling from CDROM 
 or downloading it from the Synopsys ftp server. 
 For assistance, please contact vcs technical support
 at vcs_support@synopsys.com or call 1-800-VERILOG 

两种解决方法:

1,通过-full64参数指定vcs为64位模式

alias vcs ='vcs -full64'

2,设置VCS_TARGET_ARCH为linux64

export VCS_TARGET_ARCH=linux64

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值