error IC033 ?

Discussion in 'Cadence' started by Bogdan, Mocanu, Oct 29, 2008.

  1. What is this error that appears when I try to run IC5033 ? How do I
    fix it ? Is it that important ?

    Code:
    [bogdan(at)localhost ~]$ cd lucru
    [bogdan(at)localhost lucru]$ icfb&
    [1] 5480
    [bogdan(at)localhost lucru]$ Incorrectly built binary which accesses
    errno or h_errno directly. Needs to be fixed.


    Bogdan, Mocanu
     
    Bogdan, Mocanu, Oct 29, 2008
    #1
  2. You probably are running on a platform not supported for that release.
    Running on a platform which was supported at by IC5033
    Running a current release
    I don't know.
     
    Jean-Marc Bourguet, Oct 29, 2008
    #2
  3. Bogdan, Mocanu

    prime_number Guest

    As already said: switch to 5141 ...

    Or: create a wrapper script (preferably a bourne shell script)
    for the icfb-call:

    #!/bin/sh

    ....

    LD_ASSUME_KERNEL=2.4.1
    export LD_ASSUME_KERNEL

    ....

    icfb
     
    prime_number, Oct 29, 2008
    #3
  4. Bogdan, Mocanu

    Riad KACED Guest

    Hi G,

    You problem has been discussed in previous posts and I did manage to
    find some comments about.
    Please read through the following link to understand why it is not
    really good to set this variable, even it does solve the problem.
    Again, IC5141 would save you that grief and hassle :)
    Here is the link in question:
    http://groups.google.com/group/comp...read/thread/cba0d4ce6d7f9bdb/0871fbe7b9c309ba

    Good luck anyway !
    Regards,
    Riad.
     
    Riad KACED, Oct 29, 2008
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.