微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 嵌入式设计讨论 > FPGA,CPLD和ASIC > unable to run vcs

unable to run vcs

时间:10-02 整理:3721RD 点击:
在终端运行vcs时,总是显示:
/bin/sh: Illegal option -h

你运行vcs的命令行是怎么打的?

What happened is that /bin/dash is NOT properly pointing to the bash shell.
Open a terminal, and type the following:
    * sudo rm -f /bin/sh
    * sudo ln -s /bin/bash /bin/sh

谢谢分享

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top