GCC version not found error during running

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

Better handled through synopsys support. But quickly there used to a VG_GNU_PACKAGE that you can download from their support page. Try with that as it is guaranteed to work well with corresponding VCS version.

HTH
Ajeetha, CVC

Looks you are missing the gcc libraries
Better search the SNPS Solvnet for support documentation to fix this

-BR
Hash

In reply to ruchi_puri2001:

Hi Ruchi,
Did you get the resolution to this issue as I am also facing exactly the same issue.

Hi Ruchi,
I was facing same issue.
This is resolved by passing -full64 option to vcs.

Thanks,
Suyog