Rules | Recent posts | topic RSS | Search | Register  | Log in

installing&running cadence IC610 on kubuntu 7.04
Goto page 1, 2  Next
 
Post new topic  Reply to topic    EDAboard.com Forum Index -> Linux Software
Author Message
oermens



Joined: 19 Nov 2005
Posts: 117
Helped: 6


Post21 May 2007 16:47   installing&running cadence IC610 on kubuntu 7.04

hi,

i am new to setting up a linux distro and software. i've managed to install IC610 Base and ISR200612081658 using installscape onto my computer. i've been following the instructions from here:

http://www.et.byu.edu/groups/ece451web/cadence-help/getstarted.html

i am at the part about editing the bash file. i know what most of the paths should be, but what do i do about the ones starting with NCSU since they are specific to whoever is writing the guide?

once the setup is complete, do i just go to /usr/local/cadence/IC610/tools/dfII/bin and run icfb&? what technology does this give me access to? i am getting tsmc 0.13u and 0.18u, how do i install those and run them? at my university, we had to do this:

1. go to ~/cadence (wherever cds.lib is saved)
2. type cadenceenv05 to set up environment
3. type startCds -t cmosp18 (i.e. to run cmosp18) to open cadence

how can i configure mine to work that way? thanks.

--------------------------------

ok i've edited .bashrc to contain the following paths
Quote:

CDS_ROOT=/usr/local/cadence/IC610
CDS_INST_DIR=/usr/local/cadence/IC610
CDS_INSTALL_DIR=/usr/local/cadence/IC610/tools/dfII
export CDS_LIC_FILE=$CDS_ROOT/share/license/all_cadence_license.dat
export LM_LICENSE_FILE=$CDS_ROOT/share/license/all_cadence_license.dat
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:$PATH
export CDS_Netlisting_Mode=Analog


but i get this error when i run icfb

Quote:
/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory


i have the cds_plat folder in /usr/local/cadence/IC610/tools/bin/cds_plat
i looked up the /bin/awk error, apparently i dont have 'awk' and i dont know how to install it

how do i fix these errors?
Back to top
oermens



Joined: 19 Nov 2005
Posts: 117
Helped: 6


Post21 May 2007 23:43   Re: installing&running cadence IC610 on kubuntu 7.04

ok now i have icfb running, but now im having license problems. i have the following in my .bashrc

Code:
export CDS_LIC_FILE=$CDS_ROOT/share/license/license.dat
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat


and that is where my license file is located. i get an error when making new cellviews saying

"(deLicense-7) Could not get a license for Schematics L. Would you like to try and get a higher-tiered license to run this product? Yes/No/Always/Never"

when i open tools->license, everything i need is there under available licenses. how do i fix this? also im still getting these errors when running icfb:

/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
Back to top
eng_Semi



Joined: 03 May 2005
Posts: 344
Helped: 30
Location: Egypt


Post22 May 2007 10:09   Re: installing&running cadence IC610 on kubuntu 7.04

I think that you may need a license file for IC6.10, which is not the same as older icfb versions
Back to top
oermens



Joined: 19 Nov 2005
Posts: 117
Helped: 6


Post22 May 2007 21:43   Re: installing&running cadence IC610 on kubuntu 7.04

i have ic610 license, but i have problems setting it up. lic_config works fine, i get error with rc.add and lmstat. when i run rc.add it says

Quote:
INSTALL_DIR=/usr/local/cadence/IC610: Command not found.
LICENSE_FILE=/usr/local/cadence/IC610/share/license/license.hostid: Command not found.
LOG_FILE=/usr/tmp/license.log: Command not found.
LMGRD_OPTS=: Command not found.
LOG_DIR=/usr/tmp: Command not found.
Starting Cadence license daemons
INSTALL_DIR: Undefined variable.


when i run ./lmstat -a -c port(at)hostname it says
Quote:

lmstat - Copyright (c) 1989-2006 Macrovision Europe Ltd. and/or Macrovision Corporation. All Rights Reserved.
Flexible License Manager status on Tue 5/22/2007 15:42

Error getting status: Cannot connect to license server system. (-15,570:115 "Operation now in progress")


i dont know how to fix these
Back to top
microbasly



Joined: 08 Apr 2007
Posts: 31


Post26 May 2007 10:35   installing&running cadence IC610 on kubuntu 7.04

Can the cadence IC610 be downloaded somewhere?
I only have the IC 5.1 and it can not be setup with the kubuntu 7.04,many thanks to anyone who knows it.
Back to top
sc266



Joined: 05 Aug 2005
Posts: 28


Post27 May 2007 9:12   Re: installing&running cadence IC610 on kubuntu 7.04

oermens

You need to modify your license a little bit and run configuration from iscape.
email me
Back to top
microbasly



Joined: 08 Apr 2007
Posts: 31


Post28 May 2007 16:06   installing&running cadence IC610 on kubuntu 7.04

I have't had a try in IC610,only ic5.14 is available in my computer, can anybody tell me which is the difference and does it have many advantages over the former one,If anyone can give me a website to get the IC610,i will appreciate is very much
Back to top
ch1k0



Joined: 18 Dec 2005
Posts: 118
Helped: 10


Post28 May 2007 16:14   Re: installing&running cadence IC610 on kubuntu 7.04

license not correct... cdslmd 6.1 features are needed!
Back to top
oermens



Joined: 19 Nov 2005
Posts: 117
Helped: 6


Post28 May 2007 16:38   Re: installing&running cadence IC610 on kubuntu 7.04

can anyone explain how to correctly setup the license for IC610?? I follow install instructions from here and still get errors saying '*WARNING* feature: xyz not available - NOT checked out' for every one under available license.

http://www.cadencekorea.co.kr/05_news/news_read.asp?page=1&pk_id=26

i also used installscape and license doesnt work.
Back to top
n1cm0c



Joined: 05 Sep 2006
Posts: 175
Helped: 22


Post29 May 2007 13:37   Re: installing&running cadence IC610 on kubuntu 7.04

Maybe your license is not valid then ?
could you post the lines of feeatures that do not work ?
Back to top
oermens



Joined: 19 Nov 2005
Posts: 117
Helped: 6


Post29 May 2007 16:17   Re: installing&running cadence IC610 on kubuntu 7.04

none of the features are working, i cant even create new cellviews. thsi is what i see in cadence:


Sorry, but you need login in to view this attachment

Back to top
gamma1



Joined: 06 Nov 2004
Posts: 37
Helped: 3


Post04 Jun 2007 4:37   Re: installing&running cadence IC610 on kubuntu 7.04

Call Cadence AE to get help
Back to top
tjjbraye



Joined: 06 Apr 2007
Posts: 10


Post19 Jun 2007 8:13   installing&running cadence IC610 on kubuntu 7.04

before starting icfb,you'd better make your license work first.well,add "alias lmli '$CDS_ROOT/tools/bin/lmgrd -c $CDS_ROOT/share/license/license.dat'" into .bashrc or csh.cshrc file,then enter the word "lmli" in the prompt to run license.dat.ok,now enter icfb& and work.

Added after 3 minutes:

i still have a problem.i can simulate but without any output files.
the cds.log file says:

COPYRIGHT © 1992-2006 CADENCE DESIGN SYSTEMS INC. ALL RIGHTS RESERVED.
© 1992-2006 UNIX SYSTEMS Laboratories INC.,
Reproduced with permission.
This Cadence Design Systems program and online documentation are
proprietary/confidential information and may be disclosed/used only
as authorized in a license agreement controlling such use and disclosure.
RESTRICTED RIGHTS NOTICE (SHORT FORM)
Use/reproduction/disclosure is subject to restriction
set forth at FAR 1252.227-19 or its equivalent.
Program: @(#)$CDS: virtuoso.exe version 6.1.0 10/10/2006 14:09 (cds126047) $
Sub version: sub-version IC6.1.0.243 (32-bit addresses)
Loading geView.cxt
Loading LVS.cxt
Loading layerProc.cxt
Loading xlUI.cxt
Loading auCore.cxt
Loading schView.cxt
Loading selectSv.cxt
Loading vhdl.cxt
Loading seismic.cxt
Loading ams.cxt
END OF SITE CUSTOMIZATION
Loading schematic.cxt
Loading lo.cxt
Loading adexl.cxt
Loading oasis.cxt
Loading asimenv.cxt
Loading analog.cxt
Loading socket.cxt
Loading alvs.cxt
Loading simui.cxt
Loading hspiceD.cxt
Loading spectreinl.cxt
Loading spectrei.cxt
Loading UltraSim.cxt
Loading AMS.cxt
Loading awv.cxt
INFO (ADE-1010): There are no variables in the cellview.
Loading devCheck.cxt
Loading treeAssistant.cxt
Loading oi.cxt
Loading see.cxt
Loading ci.cxt
Extracting "inv schematic"
Schematic check completed with no errors.
"mylib inv schematic" saved.
Delete psf data in /home/tjj/simulation/inv/spectre/schematic/psf.
generate netlist...
Loading seCore.cxt
Begin Incremental Netlisting Jun 19 13:22:29 2007
End netlisting Jun 19 13:22:29 2007
Netlisting Statistics:
Number of components: 4
Elapsed time: 0.0s
Errors: 0 Warnings: 0
...successful.
compose simulator input file...
...successful.
start simulator if needed...
...successful.
Problems encountered during simulation.
Use the Simulation->Output Log menu for more information.
Back to top
wmbasslake



Joined: 30 Oct 2004
Posts: 29
Helped: 3


Post19 Jun 2007 11:26   Re: installing&running cadence IC610 on kubuntu 7.04

Obviously, it's the license problem
Back to top
VirtualCLD



Joined: 19 Jun 2007
Posts: 4


Post19 Jun 2007 21:08   Re: installing&running cadence IC610 on kubuntu 7.04

Quote:

Code:
/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

ok now i have icfb running, but now im having license problems.

Yes but HOW did you get it running? When I tried installing the apt package containing libelf.so.1, I get a bunch of:
Code:
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x2e00011

and
Code:
Display :0.0 Error "BadWindow (invalid Window parameter)"
\e  request 18 error 3 serial 1392

and errors along those lines. Please let me know what you did, thanks!
Back to top
sc266



Joined: 05 Aug 2005
Posts: 28


Post22 Jun 2007 10:08   Re: installing&running cadence IC610 on kubuntu 7.04

Hi! tjjbraye

After I run lmli I got the error:
"1:00:54 (lmgrd) lmgrd tcp-port 27000
1:00:54 (lmgrd) The license server manager has found no vendor daemons to start
1:00:54 (lmgrd) (There are no VENDOR (or DAEMON) lines in the license file),
lmgrd exiting.
(Cannot connect to license server system.
The license server manager (lmgrd) has not been started yet,
the wrong port(at)host or license file is being used, or the
port or hostname in the license file has been changed.

FLEXnet Licensing error:-15,570. System Error: 115 "Operation now in progress"

Do you know how to solve this?

Thanks
Back to top
VirtualCLD



Joined: 19 Jun 2007
Posts: 4


Post22 Jun 2007 21:34   Re: installing&running cadence IC610 on kubuntu 7.04

VirtualCLD wrote:

When I tried [running virtuoso or icfb], I get a bunch of:
Code:
Qt Warning: X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x2e00011

and
Code:
Display :0.0 Error "BadWindow (invalid Window parameter)"
\e  request 18 error 3 serial 1392

and errors along those lines. Please let me know what you did, thanks!


Sorry for responding to my own post, but in case someone else has the same problems, I found a solution / work around. Apparently, starting with Edgy Eft, Composite Extensions are enabled by default. While having this enabled can allow for some "cool" GUI effects, they have been known to cause problems with some drivers. For some reason on our machines (Dell GX280 with Intel i9xx integrated graphics) having this enabled by default would result in the errors I got above. So I found on some forum that you must disable them in your xorg.conf by adding the lines:
Code:
Section "Extensions"
        Option "Composite"      "Disable"
EndSection

Now if you already have the "Extensions" section in your xorg.conf, just add the line Option "Composite" "Disable". Restart X and you should be set.
Back to top
tjjbraye



Joined: 06 Apr 2007
Posts: 10


Post23 Jun 2007 13:22   Re: installing&running cadence IC610 on kubuntu 7.04

to sc266:
if u use bash,your .bashrc file should be like this or so

alias lmli='/media/linux/ic610/tools.lnx86/bin/lmgrd -c /media/linux/ic610/share/license/license.dat'

export OA_HOME=/media/linux/ic610/OA

export CDS_ROOT=/media/linux/ic610

export MMSIM_ROOT=/media/linux/mmsim61
export CDS_LIC_FILE=5280(at)localhost

export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat

export CDS_Netlisting_Mode=Analog

export
PATH=$MMSIM_ROOT/tools/bin:$MMSIM_ROOT/tools/spectre/bin:$CDS_ROOT/tools/bin:$CDS_ROOT/tools/dfII/bin:/usr/sbin:$PATH

export MOZILLA_HOME=/usr/bin/netscape

best regards
Back to top
sc266



Joined: 05 Aug 2005
Posts: 28


Post24 Jun 2007 23:11   Re: installing&running cadence IC610 on kubuntu 7.04

Guys,

What is the different between hostID and lmhostID? If I type hostid, it will show up different hostid compare to lmhostid. How can we may it match hostid with lmhostid?
the length of hostid is just only 8(number and character) while lmhostid has the length of 12? how come is it different and how we match it up?

Thanks
Back to top
Leendert



Joined: 03 Jul 2007
Posts: 1


Post03 Jul 2007 6:20   Re: installing&running cadence IC610 on kubuntu 7.04

We are running cadence ic610 under Ubuntu Feisty.

About the X errors with QT:
We had to disable the composite extension as well. (I posted this tip on the Chinese Ubuntu forum: http://forum.ubuntu.org.cn/about53173.html).

I think we had a library problem as well. If I remember correctly, it was caused by some of the dfII programs (e.g. in the script $CDS_ROOT/tools/cadence/IC610_lnx86/tools.lnx86/dfII/bin/libManager) modifying the LD_LIBRARY_PATH, causing it to use its own copy of system libraries (from $CDS_ROOT/tools/cadence/IC610_lnx86/tools/lib). For example, ic610 ships a libelf.so.1 in $CDS_ROOT/tools/cadence/IC610_lnx86/tools/lib/SuSE)

However (for their own testing purposes?) Cadence checks a 'hidden' environment variable, and prepends it to the library path if it is set. I used this 'hidden' variable to set the library path to what it should be by setting:
Code:
export CDS_TEST_LIBPATH=/usr/lib:/lib

so that the local libraries are used instead.

lmhostid gives the FLEXlm host ID of the machine (try running lmhostid -help for more info)
This output does not usually correspond to the hostid program normally installed on your system, which just gives you your local ip address in hex form (e.g. /usr/bin/hostid for 127.0.0.1 becomes 007F0100 =>0.127.1.0)
Back to top
VirtualCLD



Joined: 19 Jun 2007
Posts: 4


Post15 Aug 2007 20:26   Re: installing&running cadence IC610 on kubuntu 7.04

Leendert wrote:
About the X errors with QT:
We had to disable the composite extension as well. (I posted this tip on the Chinese Ubuntu forum: http://forum.ubuntu.org.cn/about53173.html).


And that's exactly where I found this, thanks for that original post because I was banging my head over this for a long time. What upset me was that Cadence knew about it, but it's not in their SourceLink documents, you have to submit a Support Request and find out from a support pretendgineer directly. Thanks again Leendert!
Back to top
holddreams



Joined: 02 Aug 2005
Posts: 421
Helped: 8


Post06 Nov 2007 14:28   Re: installing&running cadence IC610 on kubuntu 7.04

How can I fix the following errors?

/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory

Thanks.




oermens wrote:
hi,

i am new to setting up a linux distro and software. i've managed to install IC610 Base and ISR200612081658 using installscape onto my computer. i've been following the instructions from here:

http://www.et.byu.edu/groups/ece451web/cadence-help/getstarted.html

i am at the part about editing the bash file. i know what most of the paths should be, but what do i do about the ones starting with NCSU since they are specific to whoever is writing the guide?

once the setup is complete, do i just go to /usr/local/cadence/IC610/tools/dfII/bin and run icfb&? what technology does this give me access to? i am getting tsmc 0.13u and 0.18u, how do i install those and run them? at my university, we had to do this:

1. go to ~/cadence (wherever cds.lib is saved)
2. type cadenceenv05 to set up environment
3. type startCds -t cmosp18 (i.e. to run cmosp18) to open cadence

how can i configure mine to work that way? thanks.

--------------------------------

ok i've edited .bashrc to contain the following paths
Quote:

CDS_ROOT=/usr/local/cadence/IC610
CDS_INST_DIR=/usr/local/cadence/IC610
CDS_INSTALL_DIR=/usr/local/cadence/IC610/tools/dfII
export CDS_LIC_FILE=$CDS_ROOT/share/license/all_cadence_license.dat
export LM_LICENSE_FILE=$CDS_ROOT/share/license/all_cadence_license.dat
export PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/bin:$PATH
export CDS_Netlisting_Mode=Analog


but i get this error when i run icfb

Quote:
/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory


i have the cds_plat folder in /usr/local/cadence/IC610/tools/bin/cds_plat
i looked up the /bin/awk error, apparently i dont have 'awk' and i dont know how to install it

how do i fix these errors?


Added after 3 minutes:

When I type

$:uname -a

It shows up
Linux ubuntu 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux

So what's the localhost name should I use in the following scentence?
export CDS_LIC_FILE=5280(at)localhost


Help me please.
Thanks.
Back to top
onandon



Joined: 27 Jul 2006
Posts: 14
Location: Korea


Post23 Dec 2007 7:26   Re: installing&running cadence IC610 on kubuntu 7.04

hi, holddreams
you can try the following

How can I fix the following errors?

/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
==> check whether you have installed csh
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
==>make a awk link in /bin using this command
Quote:
sudo ln -s /usr/bin/awk /bin/awk

/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory
==>make a link libelf.so.1, first find available libelf useing
Quote:
ls -l libelf*
some file name will show up, then make a link to it using
Quote:
ln -s /use/lib/<the file name> /usr/lib/libelf.so.1



So what's the localhost name should I use in the following scentence?
export CDS_LIC_FILE=5280(at)localhost
==> your localhost name is ubuntu

rgds
onandon
Back to top
oktan



Joined: 26 Mar 2007
Posts: 31
Helped: 3
Location: Hungary


Post23 Dec 2007 17:05   Re: installing&running cadence IC610 on kubuntu 7.04

Look you need to point the lic file in bash not the port(at)localhost.
u dont need to connect to a server that lic is there , ur single user.
in your lice file at first line all your MAC address and port thats it.
cheers
Back to top
SusanSu



Joined: 28 Dec 2007
Posts: 11


Post28 Dec 2007 6:30   Re: installing&running cadence IC610 on kubuntu 7.04

I think for the license problem, it is because that the path of the
lmgrd is locaed at the install_dir/tools.lnx86/bin/lmgrd;
instead of install_dir/tools/bin/lmgrd;
this refers to the : alias line

Added after 10 minutes:

but I run into a error message like this:

IC610/tools/dfII/bin/32bit/icfb.exe:
/usr/lib/libelf.so.1: no version information available
(required by
/home/susan/IC610/tools/lib/libvirtuos_sh.so)
*FATAL* ilInit: can't locate the proper installation
hierarchy, please double check your setup and try
again.

I first got an eroe similar like the library not found eroe, then I tried the link commond, then I got the above one.

Doe anyone know a fix?

BTW, has anyone run sucessfully in kubuntu 7.04 vesion? I suspect there is version uncompatibal problem, it can install, but many version or plat-form related problem when run?
Back to top
onandon



Joined: 27 Jul 2006
Posts: 14
Location: Korea


Post29 Dec 2007 16:07   Re: installing&running cadence IC610 on kubuntu 7.04

what kinds of libelf* files do you have in /usr/lib?
maybe you can try to install libelf1 through synaptic and make a libelf.so.1 link to the corresponding libelf file in /usr/lib

SusanSu wrote:
I think for the license problem, it is because that the path of the
lmgrd is locaed at the install_dir/tools.lnx86/bin/lmgrd;
instead of install_dir/tools/bin/lmgrd;
this refers to the : alias line

Added after 10 minutes:

but I run into a error message like this:

IC610/tools/dfII/bin/32bit/icfb.exe:
/usr/lib/libelf.so.1: no version information available
(required by
/home/susan/IC610/tools/lib/libvirtuos_sh.so)
*FATAL* ilInit: can't locate the proper installation
hierarchy, please double check your setup and try
again.

I first got an eroe similar like the library not found eroe, then I tried the link commond, then I got the above one.

Doe anyone know a fix?

BTW, has anyone run sucessfully in kubuntu 7.04 vesion? I suspect there is version uncompatibal problem, it can install, but many version or plat-form related problem when run?
Back to top
SusanSu



Joined: 28 Dec 2007
Posts: 11


Post30 Dec 2007 22:43   Re: installing&running cadence IC610 on kubuntu 7.04

I finally solve that problem, now I still have the vesion issues, but icfb is runing nicely.
BTW, does any one have MMSIM61, I have to wait for the trial set-up which coming in Jan, but I really need to run some simulation now with IC610, just installed, can any one help, my E-mail is: su123(at)sbcglobal.net
Back to top
abduljalil



Joined: 13 May 2007
Posts: 1


Post11 Jan 2008 21:25   Re: installing&running cadence IC610 on kubuntu 7.04

I would like visotor to help him completly
Back to top
SusanSu



Joined: 28 Dec 2007
Posts: 11


Post13 Jan 2008 12:02   Re: installing&running cadence IC610 on kubuntu 7.04

Hi, Now I am installing MMSIM61 with installsacpe, and it keeping asked me to mount the CD...(In Kubunto, the files are automatically in, no need to mount)...
When I run ./setup.sh at the cdrom1 directory, it give me an output file eror:
Missing file: /MMSIm61-file_dir/cdrom1/IMAGES.DIR/FS.x
Missing file://MMSIM61-file_dir/cdrom1/IMAGES.DIR/FS.7
The ./setup.sh is not beng run from the CDROM
Run ./setup.sh from the mounted CDROM

But actually, both FS.X and FS.7 are located under cdrom1...

Have anyone encounterted this problem before... dos anyone have the cure ?
Back to top
SusanSu



Joined: 28 Dec 2007
Posts: 11


Post14 Jan 2008 22:10   Re: installing&running cadence IC610 on kubuntu 7.04

O.K. finally MMSIM 61 ia installed and working nicely, the only hting is that: I creat a link with the captical leter to the low-case letter and also mount the CDs from a USB port instead of directing to the local directors.... so it is working nicely...

Now I am working on make cdsdoc work, it complain to me about the java can't find a specifically library, I suspected that is the Kubunto version problem, now I wish I have started with Redhat 3 or 4.....but I am still deciding....
Back to top
Post new topic  Reply to topic    EDAboard.com Forum Index -> Linux Software
Page 1 of 2 All times are GMT + 2 Hours
Goto page 1, 2  Next


Abuse
Administrator
Moderators
topic RSS 
sitemap