All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: poky@yoctoproject.org
Subject: Re: : undefined reference to `sys_errlist@GLIBC_2.12
Date: Thu, 01 Mar 2012 02:01:11 -0800	[thread overview]
Message-ID: <4F4F48E7.1080603@gmail.com> (raw)
In-Reply-To: <CABRtByOiXr_f0HYhM15NG6OWDuSMES73UvFfnuLeW11-uQOfQw@mail.gmail.com>

On 02/27/2012 10:30 PM, sonu vishwakarma wrote:
> |
> /home/xbmc_final/test/poky_xbmc_01Dec2011/build/tmp/sysroots/fishriver/usr/lib/libldap.so:
> undefined reference to `sys_errlist@GLIBC_2.12'
> |
> /home/xbmc_final/test/poky_xbmc_01Dec2011/build/tmp/sysroots/fishriver/usr/lib/libldap.so:
> undefined reference to `sys_nerr@GLIBC_2.12'
> | collect2: ld returned 1 exit status

one way is using strerror instead in the sources. so figure out where
they are used in libldap.so sources and fix them

secondly what does readelf -s
/home/xbmc_final/test/poky_xbmc_01Dec2011/build/tmp/sysroots/fishriver/lib/libc.so.6
| grep sys_errlist  say

another option is that you use eglibc 2.12+


      reply	other threads:[~2012-03-01 10:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-28  6:30 : undefined reference to `sys_errlist@GLIBC_2.12 sonu vishwakarma
2012-03-01 10:01 ` Khem Raj [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F4F48E7.1080603@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.