在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 9951|回复: 12

请教大神spyglass安装,破解遇到的问题

[复制链接]
发表于 2018-5-21 22:02:43 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
http://bbs.eetop.cn/thread-623626-1-1.html
http://bbs.eetop.cn/thread-311119-1-1.html
我按照这两位大神的帖子分别安装spyglass 16.06和4.4,均遇到类似的问题,感觉环境变量设置的应该没问题,请问有没有大神怎么解决?

spyglass: INTERNAL-ERROR, the VALUE OF `$SPYGLASS_HOME' (an internal variable) was not intuited correctly.
spyglass:                 The value guessed was: `SPYGLASS_HOME=/home/huchen/SpyGlass-4.4.0/SpyGlass-4.4.0/SPYGLASS_HOME'
spyglass: INTERNAL-ERROR, the Perl 5 installation within `$SPYGLASS_HOME' could not be validated.
spyglass:                 A perl installation was expected at: `/home/huchen/SpyGlass-4.4.0/SpyGlass-4.4.0/SPYGLASS_HOME/lib/multi-perl'
spyglass:                 either `$SPYGLASS_HOME' was guessed incorrectly or the installation is corrupted.
spyglass: NOTE, the caller's environment variable `$SPYGLASS_HOME' was ignored in this process.
 楼主| 发表于 2018-5-22 15:12:25 | 显示全部楼层
自顶,求来人啊
发表于 2018-5-25 01:17:33 | 显示全部楼层
回复 2# windwithgone


   SPYGLASS_HOME没有定义正确
发表于 2019-2-15 12:22:31 | 显示全部楼层
可以试试这个

http://www.peqoq.com/thread-604891-11-1.html

本帖最后由 kirannevaskar 于 2018-6-23 06:18 编辑


Hi friends,

This is for the the people facing error
spyglass: INTERNAL-ERROR, the Perl 5 installation within `$SPYGLASS_HOME' could not be validated.
spyglass:                 A perl installation was expected at: `/home/h/software/synopsys/SpyGlass-L2016.06/SPYGLASS_HOME/lib/multi-perl'
spyglass:                 either `$SPYGLASS_HOME' was guessed incorrectly or the installation is corrupted.
spyglass: NOTE, the caller's environment variable `$SPYGLASS_HOME' was ignored in this process.

Solution:
I am assuming that you have configured $SPYGLASS_HOME variable.

This issue may be due to updated or latest linux kernel version 4.*.
Spyglass 2016 expects linux kernel version 3.

If you  want to use linux kernel version 4 then do two changes in scripts.
Please take backup of original files.
standard-environment.sh & perl files need to be modified.
1) Look for standard-environment.sh file in SPYGLASS_HOME/lib/SpyGlass. Open that file in text editor and search for Linux-3*. Add new entry Linux-4*) after fi ;; and before *)             echo UNKNOWN ;; . I have shown it below.

Linux-3*)
            if [ X"$switch32bit" = "Xyes" ]; then
                echo "Linux2"
            elif  [ X"$switch64bit" = "Xyes" ]; then
                PROCNAME=`uname -p`
                if [ "X$PROCNAME" = "Xunknown" ]; then
                    PROCNAME=`uname -m`
                fi
                if [ X"$PROCNAME" = "Xx86_64" ]; then
                    echo "Linux4"
                else
                    echo "Linux2"
                fi
            else
                PROCNAME=`uname -p`
                if [ "X$PROCNAME" = "Xunknown" ]; then
                    PROCNAME=`uname -m`
                fi
                if [ X"$PROCNAME" = "Xx86_64" ]; then
                    if [ X"$defExeOn64Bit" = "X32" ]; then
                        echo "Linux2"
                    else
                        echo "Linux4"
                    fi
                else
                    echo "Linux2"
                fi
            fi
            ;;
     Linux-4*)
            if [ X"$switch32bit" = "Xyes" ]; then
                echo "Linux2"
            elif  [ X"$switch64bit" = "Xyes" ]; then
                PROCNAME=`uname -p`
                if [ "X$PROCNAME" = "Xunknown" ]; then
                    PROCNAME=`uname -m`
                fi
                if [ X"$PROCNAME" = "Xx86_64" ]; then
                    echo "Linux4"
                else
                    echo "Linux2"
                fi
            else
                PROCNAME=`uname -p`
                if [ "X$PROCNAME" = "Xunknown" ]; then
                    PROCNAME=`uname -m`
                fi
                if [ X"$PROCNAME" = "Xx86_64" ]; then
                    if [ X"$defExeOn64Bit" = "X32" ]; then
                        echo "Linux2"
                    else
                        echo "Linux4"
                    fi
                else
                    echo "Linux2"
                fi
            fi
            ;;

     *)             echo UNKNOWN ;;

2) After this open perl from root installation directory.
From that open "perl" script in text editor. Again look for Linux-3* and add following code after fi ;;

Linux-4*)      ##now we have Linux-64 bit also
            PROCNAME=`uname -p`
            if [ "X$PROCNAME" = "Xunknown" ]; then
               PROCNAME=`uname -m`
            fi
            if [ X"$PROCNAME" = "Xx86_64" ]; then
                       species=Linux4
                    else
                       species=Linux2
                    fi
              ;;

If you don't want to edit files then take backup of the files and then replace with attached file.
附件: 您需要登录才可以下载或查看附件。没有帐号?注册
发表于 2019-8-7 13:42:04 | 显示全部楼层
试一试,ubuntu下装spyglass的问题
发表于 2020-5-27 11:15:16 | 显示全部楼层
我也遇到这个问题 了
发表于 2020-5-27 11:29:26 | 显示全部楼层


losenobody 发表于 2020-5-27 11:15
我也遇到这个问题 了


  不是IT,没有root权限改公司的EDA安装目录
发表于 2020-6-26 10:24:28 | 显示全部楼层


jiaohai777 发表于 2019-2-15 12:22
可以试试这个

http://www.peqoq.com/thread-604891-11-1.html


感谢楼主分享,下载试试!
发表于 2021-1-17 14:23:56 | 显示全部楼层


jiaohai777 发表于 2019-2-15 12:22
可以试试这个

http://www.peqoq.com/thread-604891-11-1.html


感謝分享!
发表于 2021-2-8 20:26:02 | 显示全部楼层


jiaohai777 发表于 2019-2-15 12:22
可以试试这个

http://www.peqoq.com/thread-604891-11-1.html


不行的啊,怎么办大佬们
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-24 07:28 , Processed in 0.020984 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表