Hi,
If I run PVS LVS from GUI, it is working without any problem. However, when I am trying to run it from command line with the following command I will get an error as shown later below.
*****************************************************************************************
/CMC/tools/cadence/PVS16.12.000_lnx86/tools.lnx86/pvs/bin/64bit/pvsvirt
-mode lvs
-global_log_file /home/mt2775_loc/tutorial_FinFET/PVSLVS/pvsuilvs.log
-control /home/mt2775_loc/tutorial_FinFET/PVSLVS/pvslvsctl
-df2_version ICADV12.3.0
-run_dir /home/mt2775_loc/tutorial_FinFET/PVSLVS
-no_rules_check
-qrc_data
-schLibName workspace_finfet
-schCellName interver
-schViewName schematic
-simViewList auCdl schematic
-simStopList auCdl
-displayPinInfo
-source_cdl /home/mt2775_loc/tutorial_FinFET/PVSLVS/interver.cdl
-spice /home/mt2775_loc/tutorial_FinFET/PVSLVS/interver.spi
-layLibName workspace_finfet
-layCellName interver
-layViewName layout
-igds /home/mt2775_loc/tutorial_FinFET/PVSLVS/interver.gds
-layScale 0.0005
-layTechLib cds_ff_mpt
-convertPin geometry
-replaceBusBitChar nil
-noConvertHalfWidthPath nil
-layHierDepth 32
-layMaxVertices 2048
-enableColoring yes
-rulesFile /home/mt2775_loc/finfet/pdk/cds_ff_mpt_v_0.4/pvs/pvlLVS.rul
*****************************************************************************************
Although I just copied the command from PVS LVS GUI, there would be an error as below.
*****************************************************************************************
/CMC/tools/cadence/PVS16.12.000_lnx86/tools.lnx86/pvs/bin/64bit/pvsvirt: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /CMC/tools/cadence/PVS16.12.000_lnx86/tools.lnx86/pvs/bin/64bit/pvsvirt)
*****************************************************************************************
Would you please help me to resolve this error?
Thanks for your help