Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with IC 5033 and RHEL 4 WS

Status
Not open for further replies.

skilroad

Newbie level 6
Joined
Feb 21, 2007
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Korea
Activity points
1,395
I tried to install Cadence IC 5033 in RHEL 4 WS
everything is ok except 2 problems when I start icfb

1. Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.

2. /export/home/ic5033/tools/dfII/bin/32bit/libManager.exe: relocation error: /export/home/ic5033/tools/lib/libvirtuos_sh.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

I google to find out the solution for them and I knew that the first one is not a problem. But the second one ia s really big one. I can not do anything. I am really tired of find out the solution for it, but I can't!

Can anyone help me?
Thanks,

Skilroad
 

Cadence IC 5033 doesn't work with your OS
 

Did you apply this already?
LD_ASSUME_KERNEL=2.4

further readings here:
 

When cadence released IC5033, there was no RHEL WS4. Even IC5141 has problems with this OS without update.
Cadence has stopped supporting of IC5033. You'd better install IC5141 USR4 or later ISR version.
 

Try RHEL 3. This is still kernel 2.4 based, as opposed to RHEL 4 which is kernel 2.6 based.
I have IC5033 with RHEL 3 and I still get the first error when I start icfb, however everything runs ok.
and IC5141 with RHEL 3 works perfectly so far....
 

Thank You all for helping me, I really appreciate your helps

I solved this problem by adding another file name .bash
_------------------------------
.bash
----------------------------------------------
# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

export LD_ASSUME_KERNEL=2.4.1
----------------------------------------
so when I start to run IC5033 I have to load file .bash
by typing: source .bash
then, I change from bshell to cshell by csh.
--> I works regularly!!!
 

What do you mean by big problem? It now can work like in any other OSs.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top