redhat9.0 下安装cadence的问题.....请用过cadence的高手请进。。高分求教。。

0001cxg 2004-06-20 10:25:21
我是按照上面的默认的方式安装的..但是出现如下问题:
-------------------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 ]




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 ]
Type the CD-ROM mount point: [ /mnt/cdrom ]

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
/home/hennry/tools/install/bin.lnx86/softload: line 1412:
Could not extract information from FS.0 of CD#1.
Could not get platform or release information: command not found

小弟是学微电子的学生新手....还望大虾多多指教 ,小弟先给各位鞠一躬了
我的是iso文件,是 cadence ic5 的。。。 我用mount命令装载安装的....我对linux也不是很熟..希望大家多多包含阿.....
...全文
264 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
0001cxg 2004-06-26
  • 打赏
  • 举报
回复
好像我的9.0下第一步就有问题啊..那东西装了后..用命令显示还是没装阿..这是为什么啊..又没有人知道阿
dfsdf36 2004-06-20
  • 打赏
  • 举报
回复
这是一个外国人写的
..我支使拷贝乐意下
dfsdf36 2004-06-20
  • 打赏
  • 举报
回复
How to install Cadence IC5.0.33 under Linux RedHat9
This is already a topic which has been discussed for year. With no doubt, Redhat7.2 is a classic and wide spreaded Linux distribution version, therefore it is compatible with most eda software. However Redhat7.2 is too old and it can not support the newest hardware, for example, USB 2.0. What's more on my computer(KT266A, Athlon XP 2400+), Redhat7.2 even can not be installed, the installation always stops right before the system begins to copy the files. Quite unforturnatly, RedHat 8.0 either won't be installed on my computer.
I spent almost a week to figure out whether it is possible to install the cadence IC5033 in RH9. Finally I find the solution and now this software runs quite well. Because it is a quite time-consuming job to get IC5033 work in RH9, I would like to share my experience with you.
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.
2. After the ncompress package is installed into the RH9, we can begin with the installation of IC5033. Run ./SETUP.SH in the IC5033 installation CDROM1. First,choose the installation directory for cadence software. This directory will be assumed as <install_dir> in the following steps. Cancel the suggestion to run softload.
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.
6. Run ./softload and choose "Load available products" in the first menu.Then the program will prompt you give the location of installation CD.
7. By the menu "Where is the installation information?", select the fourth option "Cadence catalog". Decide which products you would like to install. Install
plese only the products, for which you have or will have licenses. If your CDROMs are not corrupted, you'll get the products installed(I have tried many times on
my own computer, it works quite well).
8. Configure the licenses. Go into the directory of "<install_dir>/share/license". Run ./configure and do whatever is asked you to do.
9. Configure user terminal preference. As an example for bash, the preference
file which located at ./.bashrc should look like:
CDS_ROOT=/usr/eda/cadence/IC5033.Base
CDS_INST_DIR=/usr/eda/cadence/IC5033.Base
CDS_INSTALL_DIR=/usr/eda/cadence/IC5033.Base/tools/dfII/
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.EQUALIZER
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:$PATH
export CDS_Netlisting_Node Analog
10. Configure Bind key. Copy all the file in directory
<install_dir>/tools/dfII/sample/local to <install_dir>/tools/dfII/local, and
rename the cdsinit to .cdsinit
11. start cadence by typing icfb& in the bash terminal.
Good luck!

After Cadence IC5.0.33 is installed under RedHat9, the file manager can not start properly due to the bug of RH9. This problem will be solved by updating glibc.
1. download the update package from web, the required the packages are,
glibc-2.3.2-27.9.7.i386.rpm
glibc-common-2.3.2-27.9.7.i386.rpm
glibc-debug-2.3.2-27.9.7.i386.rpm
glibc-devel-2.3.2-27.9.7.i386.rpm
glibc-profile-2.3.2-27.9.7.i386.rpm
glibc-utils-2.3.2-27.9.7.i386.rpm
nscd-2.3.2-27.9.7.i386.rpm
2. rpm -Uvh glibc*
rpm -Uvh nscd-2.3.2-27.9.7.i386.rpm

6,125

社区成员

发帖
与我相关
我的任务
社区描述
硬件/嵌入开发 硬件设计
社区管理员
  • 硬件设计社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧