装了nc,直接敲ncverilog可以执行,但是在makefile里无法执行
时间:10-02
整理:3721RD
点击:
本人在centos6.3里装了ncverilog。比如在work目录下:命令行输入ncverilog可以执行,但是在Makefile:
all:
ncverilog
敲make提示make: ncverilog: Command not found
make: *** [nc] Error 127
我知道makefile里需要用tab,所以肯定不是这个问题。我的shell环境为cshell。不知道怎么回事
all:
ncverilog
敲make提示make: ncverilog: Command not found
make: *** [nc] Error 127
我知道makefile里需要用tab,所以肯定不是这个问题。我的shell环境为cshell。不知道怎么回事
用全路径试一下:/XX/XX/ncverilog
