UVM code compilation is successful but after entering run mode I get an error as below and code exits →
CPU time: 9.809 seconds to compile + .050 seconds to elab + .324 seconds to link
./simv -l vcs.log +UVM_TESTNAME=BitChk_test_base
+ntb_random_seed=8
+UVM_VERBOSITY=UVM_DEBUG
./simv: /usr/local/lib/libgcc_s.so.1: version GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6) ./simv: /usr/local/lib/libgcc_s.so.1: version
GCC_3.3’ not found (required by /usr/lib/libstdc++.so.6)
make: *** [run] Error 1
Does this mean I have to make sure sure GCC 4.2.0 or 3.3 should be installed before proceeding?
I checked and these versions are not available in repository rather some other GCC version is available.
How can I update the .simv file to pick up different GCC version for running?
Any ideas?
Thanks
Ruchi
ruchi.puri@gmail.com