Hii,
I am facing problem with make verilate .The error i am getting is ,
make verilate COMMAND_FILE=cf-baseline-5.scr VFLAGS="-Wno-lint -Wno-COMBDLY -Wno-UNOPTFLAT -language 1364-2001"
Makefile:85: warning: overriding commands for target `has'
Makefile:80: warning: ignoring old commands for target `has'
Makefile:85: warning: overriding commands for target `not'
Makefile:80: warning: ignoring old commands for target `not'
Makefile:85: warning: overriding commands for target `been'
Makefile:80: warning: ignoring old commands for target `been'
Makefile:93: warning: overriding commands for target `"VTARGET'
Makefile:85: warning: ignoring old commands for target `"VTARGET'
Makefile:93: warning: overriding commands for target `has'
Makefile:85: warning: ignoring old commands for target `has'
Makefile:93: warning: overriding commands for target `not'
Makefile:85: warning: ignoring old commands for target `not'
Makefile:93: warning: overriding commands for target `been'
Makefile:85: warning: ignoring old commands for target `been'
Makefile:121: OrpsocAccess.d: No such file or directory
Makefile:122: "VTARGET: No such file or directory
Makefile:122: has: No such file or directory
Makefile:122: not: No such file or directory
Makefile:122: been: No such file or directory
Makefile:122: set"__ALLcls.d: No such file or directory
Makefile:122: "VTARGET: No such file or directory
Makefile:122: has: No such file or directory
Makefile:122: not: No such file or directory
Makefile:122: been: No such file or directory
Makefile:122: set"__ALLsup.d: No such file or directory
Makefile:122: "VTARGET: No such file or directory
Makefile:122: has: No such file or directory
Makefile:122: not: No such file or directory
Makefile:122: been: No such file or directory
Makefile:122: set"__ver.d: No such file or directory
make: Circular "VTARGET <- "VTARGET dependency dropped.
make: Circular has <- "VTARGET dependency dropped.
make: Circular has <- has dependency dropped.
make: Circular not <- "VTARGET dependency dropped.
make: Circular not <- has dependency dropped.
make: Circular not <- not dependency dropped.
make: Circular been <- "VTARGET dependency dropped.
make: Circular been <- has dependency dropped.
make: Circular been <- not dependency dropped.
make: Circular been <- been dependency dropped.
make -f "VTARGET has not been set".mk "VTARGET has not been set"__ALL.a
make[1]: Entering directory `/home/vinitha/test/embecosm-esp5-or1k-verilator-1.0/verilator-model'
make[1]: VTARGET has not been set.mk: No such file or directory
make[1]: *** No rule to make target `VTARGET has not been set.mk'. Stop.
make[1]: Leaving directory `/home/vinitha/test/embecosm-esp5-or1k-verilator-1.0/verilator-model'
make: *** [set"__ALL.a] Error 2
[vinitha@gs15] >
please help...
It seems my systemC and verilator installation is ok.Because verilator converts sample verilog code to systemC module.
Regards
Vinitha