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.

Cadence SPB 16.2 on Fedora 10

Status
Not open for further replies.

bazzoola

Newbie level 4
Joined
May 27, 2008
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,309
cadence spb

I just installed and configured SPB on Fedora 10
However when I try to run /opt/cadence/spb/tools/pcb/bin/allegro
I just dont get anything. The process freezes for a while then I get the command prompt again. No error msgs nothing.
I tried looking into msgs there is nothing.
Anybody seen a similar issue?

I am running the 32-bit version on the 32-bit Fedora.

Is there a need to configure MainWin?
Here is my configure in csh
Code:
#!/bin/csh

set cadence_base_dir = "/opt/cadence"

setenv CDS_LIC_FILE 8844@server
setenv LM_LICENSE_FILE 8844@server

setenv SPB $cadence_base_dir/spb
setenv PCBHIER $cadence_base_dir/spb
setenv MWHOME $SPB/tools/mainwin511/mw

alias prepend 'if (-d \!:2) if ("$\!:1" \!~ *"\!:2"*) setenv \!:1 "\!:2":${\!:1}'
alias extend  'if (-d \!:2) if ("$\!:1" \!~ *"\!:2"*) setenv \!:1 ${\!:1}:\!:2'

setenv LANG C

prepend PATH $PCBHIER/tools/dfII/bin
prepend PATH $PCBHIER/tools/pcb/bin
prepend PATH $PCBHIER/tools/bin
prepend PATH $PCBHIER/tools/fet/bin

prepend LD_LIBRARY_PATH $SPB/tools/lib
prepend LD_LIBRARY_PATH $SPB/tools/mainwin511/mw/lib-linux_optimized

source $MWHOME/setup-mwuser.csh
 

cadence spb linux

It seems that the problem is in MainWin software.

I tried to run their control panel by just typing control but that seems to fail as well. I can post the strace if anyone is interested.

Thanks!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top