| Author |
Message |
agump
Joined: 23 Oct 2004 Posts: 53
|
05 Jan 2005 4:22 vcs run |
|
|
|
|
| I can run VCS 6.x and VCS 7.x on the platform for REDHAT 8.0 , but failed on the platform of REDHAT linux advanced server 3.0. Are there anything I don't pick up?
|
|
| Back to top |
|
 |
Aormon
Joined: 09 Dec 2003 Posts: 29
|
05 Jan 2005 13:01 vcs for linux |
|
|
|
|
u mean the 64 bit server version of red hat?i just installed a debu$$y on this version.
BR
aormon
|
|
| Back to top |
|
 |
Google AdSense

|
05 Jan 2005 13:01 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
edacw1
Joined: 07 Mar 2004 Posts: 241 Helped: 4
|
05 Jan 2005 14:14 vcs on linux |
|
|
|
|
| VCS7.x can run on RHEL AS 3. I am using it now.
|
|
| Back to top |
|
 |
agump
Joined: 23 Oct 2004 Posts: 53
|
06 Jan 2005 7:19 can VCS run on the platform of REDHAT linux advanced server? |
|
|
|
|
I am running on RHEL AS 3. I can run most of the new eda tools on it. But I can't run the VCS7.0.1 on it.
Added after 9 minutes:
I have found the reason why I can't run VCS properly. The library for the AS was damaged. After I reinstalled it , I can run properly.
|
|
| Back to top |
|
 |
davidyu
Joined: 09 Jun 2003 Posts: 26
|
23 Jan 2005 10:55 Re: can VCS run on the platform of REDHAT linux advanced ser |
|
|
|
|
| but i faile with the vcs7.2 on the rhel as 3. It complained the "ctype_b" error. who can tell me how to install the vcs 7.2 on the thel as 3.
|
|
| Back to top |
|
 |
nanako
Joined: 20 Jul 2001 Posts: 119
|
23 Jan 2005 15:42 Re: can VCS run on the platform of REDHAT linux advanced ser |
|
|
|
|
| davidyu wrote: |
| but i faile with the vcs7.2 on the rhel as 3. It complained the "ctype_b" error. who can tell me how to install the vcs 7.2 on the thel as 3. |
this "undefined reference to ctype_b" error has already bin there since RH9. i heard that it is due to the glibc version. if u have a glibc-2.2.xx, (as in RH8, RH7.3), it works fine but from RH9 to Fedora core to RHEL the glibc-2.3.x has a problem. heard ppl mentioned of installing the compat-libstdc patch can work, but i've try on it and it doesn't. i am looking for a soln too.
|
|
| Back to top |
|
 |
soway
Joined: 09 Apr 2004 Posts: 60 Helped: 8 Location: China,SuZhou
|
26 Jan 2005 5:53 can VCS run on the platform of REDHAT linux advanced server? |
|
|
|
|
VCS7.2 support Redhat 3.0.
but there ars some tools must be reintall with correct version.
|
|
| Back to top |
|
 |
nanako
Joined: 20 Jul 2001 Posts: 119
|
26 Jan 2005 14:50 Re: can VCS run on the platform of REDHAT linux advanced ser |
|
|
|
|
| soway wrote: |
VCS7.2 support Redhat 3.0.
but there ars some tools must be reintall with correct version. |
do you need to install any particular patch as i'm still getting the following messages
undefined reference to __ctype_toupper
undefined reference to __ctype_tolower
apparently it is the virsim library that is complaining abt that.
|
|
| Back to top |
|
 |
nanako
Joined: 20 Jul 2001 Posts: 119
|
27 Jan 2005 10:00 can VCS run on the platform of REDHAT linux advanced server? |
|
|
|
|
i found the problem why VCS7.2 can't run on linux with glibc-2.3.x with the undefined reference error already.
i'm not using RHEL3.0, instead using whitebox enterprise linux 3.0 (developed from the source of RHEL3.0). you have to place a file /etc/redhat-release with the content
Red Hat Enterprise Linux .S release 3
This is what i figure out after going through the vcs wrapper. Apparently VCS check for such a file and if its there, it will use some lib file that overcome the undefined reference error.
i've got a feeling that for those using RH9, Fedora 1,2,3 maybe you could try creating the /etc/redhat-release file with the mentioned content and see if it works.
|
|
| Back to top |
|
 |