XA VCS混仿编译问题
时间:10-02
整理:3721RD
点击:
进行混仿时,使用-ad vcsAD.init吃到混仿的配置文件
进行仿真时在以下位置出现错误
make[1]: Entering directory 'xxxxxx路径'\
/sotf/syn/XA_2013.03/GUN/amd64/gcc-4.5.2-static/bin/g++ w -pipe -DVCS -m64 -O -I/soft/syn/VCS_2012.09-SP1/include\
-c /xxxxxxxx路径.uvm/uvm-1.1d/src/dpi/uvm_dpi.cc
这个位置是出现错误,错误是vcs内部的一些c文件
error: '__getdelim' was nit declared in this scope
希望出现过类似错误的帮助一下
前仿时这个位置是:
g++ w -pipe -DVCS -m64 -O -I/soft/syn/VCS_2012.09-SP1/include\
-c /xxxxxxxx路径.uvm/uvm-1.1d/src/dpi/uvm_dpi.cc
就是问题是用XA对VCS的这个东西进行编译出错了,是我设置错了什么东西呢
ps:这些软件的版本是没有问题的
进行仿真时在以下位置出现错误
make[1]: Entering directory 'xxxxxx路径'\
/sotf/syn/XA_2013.03/GUN/amd64/gcc-4.5.2-static/bin/g++ w -pipe -DVCS -m64 -O -I/soft/syn/VCS_2012.09-SP1/include\
-c /xxxxxxxx路径.uvm/uvm-1.1d/src/dpi/uvm_dpi.cc
这个位置是出现错误,错误是vcs内部的一些c文件
error: '__getdelim' was nit declared in this scope
希望出现过类似错误的帮助一下
前仿时这个位置是:
g++ w -pipe -DVCS -m64 -O -I/soft/syn/VCS_2012.09-SP1/include\
-c /xxxxxxxx路径.uvm/uvm-1.1d/src/dpi/uvm_dpi.cc
就是问题是用XA对VCS的这个东西进行编译出错了,是我设置错了什么东西呢
ps:这些软件的版本是没有问题的
虽然没找到具体得原因,现在换了一个服务器之后就能够跑过了。暂时认定为跑出错误得服务器上软件有问题
问题出在g++编译器上,这里调用了XA自带的g++,可以在vcs的option里面用 -cc 后面跟系统自带的g++的路径,来避免使用XA自带的g++编译uvm库
万分感谢分享
Interesting.