回复 2# reptilian77
我查看了NC verilog中cadence hple的DPI example,利用例子
在ncverilog下命令: irun結果出了錯,如下
ncsc_run: *E,TBBLDF: Failed to generate object ./INCA_libs/irun.lnx86.09.20.nc/ncsc_run/ncsc_obj/testme.o
貼上完整.log結果
irun: 09.20-p007: (c) Copyright 1995-2009 Cadence Design Systems, Inc.
TOOL:
irun
09.20-p007: Started on Jan 03, 2018 at 17:46:46 PST
irun
-sv
test.v
testme.c
file: test.v
module worklib.top:v
errors: 0, warnings: 0
/bin/sh: 0: Illegal option -h
/bin/sh: 0: Illegal option -h
$CDSROOT = /home/qwer/cadtools/cadence/ius/temp/IUS/ius09.20.007L1P1
$TESTDIR = /home/qwer/ttt
TOOL:
ncsc
09.20-p007
ncsc cc parameters:
$CDSROOT/tools/systemc/gcc/4.1/bin/gcc
-I$CDSROOT/tools/include
-I$CDSROOT/tools/inca/include-DNCSC
-c
-x c -Wall
ncsc: compiling $TESTDIR/testme.c
INCA_libs/irun.lnx86.09.20.nc/ncsc_run/Makefile.ncsc:128: recipe for target 'INCA_libs/irun.lnx86.09.20.nc/ncsc_run/ncsc_obj/testme.o' failed
make: *** [INCA_libs/irun.lnx86.09.20.nc/ncsc_run/ncsc_obj/testme.o] Error 2
/bin/sh: 0: Illegal option -h
ncsc_run: *E,TBBLDF: Failed to generate object ./INCA_libs/irun.lnx86.09.20.nc/ncsc_run/ncsc_obj/testme.o
irun: *E,CCERR: Error during cc compilation (status 1), exiting.
TOOL:
irun
09.20-p007: Exiting on Jan 03, 2018 at 17:46:46 PST (total: 00:00:00) |