Chinaunix首页 | 论坛 | 博客
  • 博客访问: 758598
  • 博文数量: 112
  • 博客积分: 2581
  • 博客等级: 少校
  • 技术积分: 1229
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-18 13:05
个人简介

你撒下一粒善良的种_子, 会在暗中蔓延出一片灿烂的花海

文章分类

全部博文(112)

文章存档

2019年(4)

2018年(2)

2017年(1)

2016年(1)

2015年(3)

2014年(6)

2013年(6)

2012年(2)

2011年(20)

2010年(16)

2009年(28)

2008年(23)

分类: 其他平台

2014-01-24 23:28:20

1.libelf.so.1问题:软件中心查找libelf,安装libelf-dev,libelf1:i386
2.veriloga编译问题,查看日志,发现mpstat命令没有,安装sysstat解决。
3.
ERROR (VACOMP-1008): Cannot compile ahdlcmi module library. Check
the log file input.ahdlSimDB/bsource_1.input.ahdlcmi/Linux2.6.32-25-generic+gcc/../ahdlcmi.out for details. If the compiler ran out of memory, use 'setenv CDS_CMI_COMPLEVEL 0', and try again. If the reason for the failure was a syntax error, contact your Cadence Customer Support representative
Ubuntu默认sh只想dash,所以不支持-h参数,只要将sh默认指向更改为bash,仿真就不会再出现上述问题,修改方法为:
sudo dpkg-reconfigure dash
出现询问是否使用dash界面时,选“NO”即可
Bsource compilation is enabled by default. If you are making frequent changes to bsource
expressions used in your design, the overhead of the compilation step may become an issue. To turn off
compilation
set the CDS_AHDLCMI_ENABLE shell environment variable to NO e.g:
setenv CDS_AHDLCMI_ENABLE NO
To re-enable bsource compilation set the CDS_AHDLCMI_ENABLE to YES e.g:
setenv CDS_AHDLCMI_ENABLE YES
or unde?ne the CDS_AHDLCMI_ENABLE environment variable e.g:
unsetenv CDS_AHDLCMI_ENABLE
如果用的是csh
在cshrc中设置


在环境变量里加 LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$CDS_ROOT/tools/lib: $PATH才可以,否则会有

error while loading shared libraries: libCdsXmotif. so.2: cannot open shared object file: No such file or directory

$CDS_ROOT/tools/plot//samples/cdsplotinit.sample只有几个plotter,不过还是可以用的。
阅读(4833) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~