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.

Errors when using IC50 under Fedora Core 2

Status
Not open for further replies.

qslazio

Full Member level 3
Joined
May 23, 2004
Messages
175
Helped
18
Reputation
36
Reaction score
7
Trophy points
1,298
Activity points
1,420
IC50 under Fedora core2

i've install Cadence IC50 on Fedora Core 2.
But when i enter IC50 by typing icfb&,it carries out a warning:
"incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed."

And when i compile a new techfile using a .tf file.
It shows (Red hat 8.0 doesn't show this warning)
"Loading techComp.cxt
Compiling class 'layerDefinitions'....
*WARNING* Layer M5DUM was not created since its layer number 128 is a reserved layer.
*WARNING* Layer M5SLOT was not created since its layer number 129 is a reserved layer.
*WARNING* Layer M6SLOT was not created since its layer number 130 is a reserved layer.
*WARNING* Layer HTNWL was not created since its layer number 131 is a reserved layer.
*WARNING* Layer EXCLU was not created since its layer number 132 is a reserved layer.
*WARNING* Layer ESDIO was not created since its layer number 133 is a reserved layer.
*WARNING* Layer DMPNP was not created since its layer number 134 is a reserved layer.
*WARNING* Layer PDC was not created since its layer number 135 is a reserved layer.
failed to load technology file '....../XXX.tf' "

So who can tell me how to fix it thanks very much!
 

IC50 under Fedora core2

For your first question, i.e., h_errno,

Add this environment, assuming csh
setenv LD_ASSUME_KERNEL "2.4.1"
 

IC50 under Fedora core2

you should try IC5032
 

IC50 under Fedora core2

please kindly do not start unnecessary threads..there are lots of threads relating to cadence ic installation ..u can just browse through them.by the way ur problem will be solved if u set the variable
setenv ld_assume_kernel=2.4.1
in bash.

regards
amarnath
 

IC50 under Fedora core2

I supposed that in bash it should be like this:
export LD_ASSUME_KERNEL=2.4.1
 

IC50 under Fedora core2

but still there is problem with the kernel version i think
when i tried ic 5.1 wavescan was not running i mean i was not able to run simulations using analog environment
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top