Wb_mac_config_vif_pm code example gives me # ** Fatal: (SIGSEGV) Bad handle or reference

In reply to chr_sue:

The vlog command with argument is the same.
The simulator output of the vlog differs, shown below mine is on the left
– Compiling module wb_slave_mem – Compiling module wb_slave_mem
– Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in) – Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in)
– Compiling package wishbone_bus_syscon_if_sv_unit – Compiling interface wishbone_bus_syscon_if
– Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in) – Compiling package wishbone_bus_syscon_if_sv_unit
– Compiling interface wishbone_bus_syscon_if – Importing package mtiUvm.uvm_pkg (uvm-1.1d Built-in)
– Compiling package test_params_pkg – Compiling interface wishbone_bus_syscon_if
– Compiling interface mii_if – Compiling package test_params_pkg
– Compiling module mac_mii_protocol_module – Compiling interface mii_if
– Compiling package wb_register_pkg – Compiling module mac_mii_protocol_module
– Importing package uvm_register_pkg – Compiling package wb_register_pkg
– Compiling package mac_info_pkg – Importing package uvm_register_pkg
– Compiling package wishbone_pkg – Compiling package mac_info_pkg
– Importing package wb_register_pkg – Compiling package wishbone_pkg
– Compiling package mac_mii_pkg – Importing package wb_register_pkg
– Importing package mac_info_pkg – Compiling package mac_mii_pkg
– Importing package wishbone_pkg – Importing package mac_info_pkg
** Error: (vlog-13069) ** while parsing file included at – Importing package wishbone_pkg

The first difference is this line
– Compiling package wishbone_bus_syscon_if_sv_unit – Compiling interface wishbone_bus_syscon_if

I’m surprised the compile sequence causes the Error. I could change the vlog command in the make so the compile sequence is the same? Let me know.
–Ross
PS Thanks for the help.