If you just enter qrc at command line, you will get the same warning message as OP. This is expected. qrc requires several command line options. If no option is provided, you get the warning message.
Try:
qrc -h
This will show you a list of command line options.
As long as you see Quantus menu in Virtuoso Layout Editor, it should be OK.
*WARNING* QRC_HOME environmental variable is set but UI can't locate correct QRC installation.
In order to run UI in QRC compatibility mode you need to have QRC executables in your $PATH and QRC version should be 8.1 or greater.
Check your QRC installation and environmental settings.
环境是设置过的
export QRC_HOME=/opt/eda/cadence/EXT151
export PATH=$PATHQRC_HOME/bin
export QRC_ENABLE_EXTRACTION=t
求助