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.

Installation problems

Status
Not open for further replies.

eruisi

Member level 4
Joined
Jan 3, 2006
Messages
71
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
CA
Activity points
1,817
I installed Astro2004, IC5114 and LDV50 on Redhat ES3.
After launching IC or LDV, I kept getting a bunch of the following error messages:

"Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed."

But the softwares can be launched.

"setenv LD_ASSUME_KERNEL 2.4.1" can overcome this but Astro2004 would fail.

Is these errors critical or not? How to fix them?

Thanks in advance!
 

This error appears frequently and shouldn't harm u
 

eruisi said:
"setenv LD_ASSUME_KERNEL 2.4.1" can overcome this but Astro2004 would fail.

Then you can set this environment variable for IC and LDV only. This can be done by script file, shell function or aliases. For example:
Code:
alias icfb="LD_ASSUME_KERNEL=2.4.1 command icfb"
or
Code:
function icfb()
{
    LD_ASSUME_KERNEL=2.4.1 command icfb "$@"
}
 

    eruisi

    Points: 2
    Helpful Answer Positive Rating
Redhat ES3 have kernel 2.4.x and do not need set LD_ASSUME_KERNEL !
 

I dont think that you need to worry about this problem
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top