bazzoola
Newbie level 4
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
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