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

In reply to cgales:

Hi
I commented out the line and ran vlog on the files within vsim -c
but got exact same error.

I then tried make clean followed by make cmp but got a bunch of errors that go off the screen, I can not find the first error, not enough lines in my xterm. I do not see a log file when I run the make file. This is why I run from vsim -c I suppose I could try tee on the make.

One of the errors from running the make is:
** Error: ./sequences/sequences_pkg.sv(28): (vlog-13006) Could not find the package (mac_mii_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
** Error: ** while parsing file included at ./sequences/sequences_pkg.sv(33)
snip…

// “global” virtual interface
virtual mii_if v_miim_if;

include "uvm_macros.svh" include “ethernet_txn.svh”
include "ethernet_txn_ext.svh" include “mii_config.svh”
include "mii_tx_driver.svh" include “mii_rx_driver.svh”
//RLHS from cgales include "mac_mii_base_frame_seq.svh" include “mac_rx_frame_seq.svh”
`include “mac_tx_frame_seq.svh”

–Ross