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.

how to solve problem in cadence?

Status
Not open for further replies.

altra

Junior Member level 1
Joined
Sep 7, 2003
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
201
when I start my project manager in cadence ic5033, I find that I could not select the library.the system tell me this problem.I think something must be wrong about my configer.so ,could anyone can tell me how to settle the problem and how to setup ic5033 well in linux.




Log file is "/home/altra/libManager.log".
XtWarning
Name: libTextWidget
Class: XmTextField
Character '\146' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\165' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\156' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\143' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\164' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\151' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\157' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\156' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\141' not supported in font. Discarded.

XtWarning
Name: libTextWidget
Class: XmTextField
Character '\154' not supported in font. Discarded.

:(
 

sup, I have the same problem, it has to be something with the fonts the icfb is loading, did you get to solve it yet??? any help from anyone would be geatly appreciated.
 

try put the following into your .cshrc file:

unsetenv LANG
 

armixic said:
try put the following into your .cshrc file:

unsetenv LANG
I have the same problem. And in cadence, I also have some button not work. Using your method ,it is working .
My question is :
If in bash shell,how to solve it.
And you have other method?
Thank you !
 

IN bash, you need to add the following:

unset LANG
 

in csh:
setenv LANG=C
in bash:
export LANG=C
or
LANG=C icfb &
 

armixic said:
IN bash, you need to add the following:

unset LANG

Thank you for your reply, it is working .
Every time, before I use the Cadence, I input "unset LANG".
But I add "unset LANG" in .bashrc, it does not work.
Can you tell me why?

Added after 5 minutes:

Hughes said:
in csh:
setenv LANG=C
in bash:
export LANG=C
or
LANG=C icfb &
Thank you for your reply!
In terminal interface,I input "export LANG=C", it is working.
But I add "export LANG" in .bashrc, it does not work, Can you tell me why?
Thank you!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top