Hello,
I'm getting the following compilation error and not quite sure the reason behind this. I would really appreciate any input on this.
"PATH_TO_MY_TOOL_DIR/uvm_lib/uvm_ml/sc/ml_uvm/ml_uvm_unilang.h", line 52: error:
invalid redeclaration of type name "scSessionArgumentsT" (declared
at line 2347 of
"$CDSROOT/tools/systemc/include_
pch/64bit/sysc/cosim/scCommon.h")
typedef struct scSessionArguments scSessionArgumentsT;
I'm not sure if there is anything wrong with my tool setup or compilation script. What might be the reason behind this error?