LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: nulll

有谁成功安装IC610?请进来帮一下忙。谢谢!

[复制链接]
 楼主| 发表于 2008-7-25 20:31:21 | 显示全部楼层
正如上一楼所说,如果选择不安装installscape,就会自动退出安装进程,那么目标安装目录将会是一个空目录,什么都没有,更别想运行softload。于是我改变一下,选择安装installscape,这样安装进程会启动,等它自动安装十分钟,强行退出安装进程,这时,目标安装目录已经有很多东西了,包括softload,这样再按alex_wing所说的那样,操作如下:

[tmp@localhost bin.lnx86]$ ./softload

Warning: tmp is not the owner of
/opt/eda/ic610
tmp may not have the required write permissions.

Press [Return] to proceed, q to quit :

                               WELCOME TO THE

                        CADENCE INSTALLATION UTILITY,

                                SOFTLOAD 6.0

Copyright (c) 1996-1998 Cadence Design Systems, Inc.  All Rights
Reserved. Unpublished -- rights reserved under the copyright laws
of the United States.
Copyright (c) 1996-1998 UNIX Systems Laboratories, Inc.  Reproduced
with Permission.

THIS SOFTWARE AND ON-LINE DOCUMENTATION CONTAIN CONFIDENTIAL INFORMATION
AND TRADE SECRETS OF CADENCE DESIGN SYSTEMS, INC.  USE, DISCLOSURE, OR
REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF
CADENCE DESIGN SYSTEMS, INC.

RESTRICTED RIGHTS LEGEND
Use, duplication, or disclosure by the Government is subject to
restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in
Technical Data and Computer Software clause at DFARS 252.227-7013 or
subparagraphs (c)(1) and (2) of Commercial Computer Software -- Restricted
Rights at 48 CFR 52.227-19, as applicable.







-------------------MAIN MENU----------------------


        The available options are:


           1)   Load Available Products

           2)   List Installed Products

           3)   Remove Installed Products

           4)   (unavailable option) Configure Installed Products

           5)   (unavailable option) Test Installed Products
  
           6)   Update Installed Products

           h)   Help

           q)   Quit


   Type your choice: [ 1 ] 1




        CD#1 of the media set being used is required.

        You must now identify where the CD-ROM is mounted.

           1)   Local           (mounted to this machine)
           2)   Remote          (mounted to another machine)

           m)   Main Menu
           h)   Help


        Type your choice: [ 1 ]

        Specify the CD-ROM mount point

           1)   /cdrom
           2)   Other

           m)   Main Menu
           p)   Previous Menu
           h)   Help


        Type your choice: [ 2 ] 2

        Type the CD-ROM mount point: [ /opt/downloads/IC610_lnx86.Base/CDROM1 ]  /opt/downloads/IC610_lnx86.Base

/opt/downloads/IC610_lnx86.Base image not found
Unable to read media /opt/downloads/IC610_lnx86.Base
Try to read media /opt/downloads/IC610_lnx86.Base again? [y/n] y
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-25 20:32:47 | 显示全部楼层
我指CD-ROM mount point指向我的安装包所在的位置,它提示说找不到
回复 支持 反对

使用道具 举报

发表于 2008-7-26 06:48:04 | 显示全部楼层
装的具体过程我忘记了,我记得是./SETUP.SH直接就往下走的
1) Do you want to install InstallScape for lnx86[y/n]:n (我忘记要不要装InstallSacpe了,提示这个的时候你把这个装上看看)

/opt/downloads/IC610_lnx86.Base image not found (这些安装文件是不是直接在CDROM下的?你把这些文件copy到你的home目录下,然后指定安装源到这个目录试试)
回复 支持 反对

使用道具 举报

发表于 2008-7-26 06:54:52 | 显示全部楼层
1. Check whether the software package "ncompress" is installed by type in rpm -q -l ncompress, because the commando uncompress(origionally from Unix, and because of the license problem it is gradually replace by gzip/gunzip/zcat in the Linux distributions) is required by softload during the installation process. If the answer is no, install the "ncompress-4.2.4-33.i386.rpm" package from the RH9 installation CDROM2.
3. Get into the directory <install_dir>/install/bin.lnx86, from where the ./softload can be invoked. Open the the c source code file io_fltr.c, go to line 68.
Change the string "/bin/zcat" to "/usr/bin/uncompress -c"; Add a new line of "#define lnx86" above the line 54 (line 54 is "#ifdef nec_ews"); Add a new line of
"#include <errno.h>" above line 33 (line 33 is "#include <signal.h>"). Save this file. And compile it with "gcc -o io_fltr io_fltr.c".
4. Locate and open the c source code file of "process_file.c". Editing line 511, by changing it from "#define PROD_NOS 1280" to "#define PROD_NOS 10000". Save
this file and compile it with "gcc -o process_file process_file.c"
5. Locate and open the file "vld". Locate line 424 and 425, which looks like "sort -u +2 -3 $allbundles | sort -n > $sortallbundles" and "sort -u +2 -3 $bundles
| sort -n > $sortbundles". Delete the string "+2 -3" so that the new lines look like "sort -u $allbundles | sort -n > $sortallbundles" and "sort -u $bundles |
sort -n > $sortbundles". Save this file.

如果你是用7.2安装ic5的话,上面的几步应该不需要的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-26 10:07:33 | 显示全部楼层
Post by alex_wing;1878704
装的具体过程我忘记了,我记得是./SETUP.SH直接就往下走的
1) Do you want to install InstallScape for lnx86[y/n]:n (我忘记要不要装InstallSacpe了,提示这个的时候你把这个装上看看)

/opt/downloads/IC610_lnx86.Base image not found (这些安装文件是不是直接在CDROM下的?你把这些文件copy到你的home目录下,然后指定安装源到这个目录试试)



可能你安装的版本和我的不一样,

installscape是cadence的一个图形界面安装引导软件,它可以用来图形界面引导安装cadence的各种软件(当然版本不能太老,如果是IC5版本估计不行)。

在IC610中(我现有的版本),如果选择不安装installscape,就会自动退出安装进程,那么目标安装目录将会是一个空目录,什么都没有,更别想运行softload(都没有,怎么运行?)。于是我改变一下,选择安装installscape,这样安装进程会启动,引导安装主软件(可能要先解压安装包),等它自动安装十分钟,强行退出安装进程,这时,目标安装目录下生成了很多目录,和很多东西了,包括 softload,这样再按alex_wing所说的那样进行操作。

但最终当会是提示找不到cdrom挂载点,无论我将安装包放在哪里,它都找不到。

于是我放弃用softload,再次请出installscape,让installscape去引导安装。安装完毕,如果只按alex_wing所说的步骤去做,运行icfb时会提示说OA(openaccess)没有安装,运行不了。这时我再次调用installscape,再安装OA。以后运行icfb可以过了OA这一关,但运行时还是出现了上面几楼说的Qt BadWindow(invalid parameter)的错误。
我估计是Qt版本不能够对应,BadWindow这个函数的参数个数不一至所致。

总结一下目前的情况:
1,按alex_wing所说的去做,不能对应地执行下去。
2,按网上介绍的另一种方法,即采用installscape去安装的方法,可以顺利安装安毕,但运行icfb时,都会出现Qt BadWindow(invalid parameter)的错误,如果在fedora, ubuntu系统下,还会多出现 _XGetXCBBuffer: Assertion的错误。
3,用installscape去安装的话问题卡在了Qt BadWindow(invalid parameter)的错误

刚看了一下网页,在国外一个论坛中已经有回复来解答Qt BadWindow(invalid parameter)了,他叫我这样:

Add following to your xorg.conf:
Section "Extensions"
Option "Composite" "Disable"
EndSection

我现在就去试试。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-26 10:26:10 | 显示全部楼层
现在可以运行 了,多谢大家的热心帮助!
特别感激alex_wing。
回复 支持 反对

使用道具 举报

发表于 2008-7-26 23:54:41 | 显示全部楼层
不用客气~我以前装的时候也遇到很多问题,但是装好后没用多少时间~
ic6的OA(openaccess)好像是要装好了软件之后重新用installscape设置下
我这些软件都在家里的机器上,没带过来,所以不能试着装一下
顺便问一下,你工作是做pr的?我是做验证的~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-27 20:46:45 | 显示全部楼层
Post by alex_wing;1879016
不用客气~我以前装的时候也遇到很多问题,但是装好后没用多少时间~
ic6的OA(openaccess)好像是要装好了软件之后重新用installscape设置下
我这些软件都在家里的机器上,没带过来,所以不能试着装一下
顺便问一下,你工作是做pr的?我是做验证的~



我现在的工作是RF开发,我们公司是做RF ic 的,趁机会学多两手,呵呵.
回复 支持 反对

使用道具 举报

发表于 2008-7-28 22:43:21 | 显示全部楼层
RF这块不错的~
回复 支持 反对

使用道具 举报

发表于 2008-9-27 11:26:22 | 显示全部楼层
加到/etc/sysctl.conf 后就不会内存持续增加
vm.dirty_ratio = 1
vm.dirty_background_ratio=1
vm.dirty_writeback_centisecs=2
vm.dirty_expire_centisecs=3
vm.drop_caches=3
vm.swappiness =100
vm.vfs_cache_pressure=163
vm.overcommit_memory=2
vm.lowmem_reserve_ratio=32 32 8
kern.maxvnodes=3

还有修改/etc/fstab把
/dev/shm 那行加上# 或者把地一个 /dev/shm  改为/dev/sdax  (swap分区的区号)
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表