All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carmelo AMOROSO <carmelo.amoroso@st.com>
To: buildroot@busybox.net
Subject: [Buildroot] Struggling with undefined reference to	`__fgetc_unlocked'
Date: Thu, 23 Aug 2007 18:35:37 +0200	[thread overview]
Message-ID: <46CDB759.709@st.com> (raw)
In-Reply-To: <d6cda7730708230925x19bc0901v9a6dd1f18ee325ec@mail.gmail.com>

Thiago A. Corr?a wrote:
> Hi,
>
>    I'm struggling with qtopia. During the link of rcc (which is a host
> tool, natively compiled) I get:
>
> I googled for the error, but could only find ppl complaining about
> this when linking against uClibc, when this should be linking against
> the system glibc. Does anyone has an idea of what I could try?
>
> Regards,
>     Thiago A. Correa
>   
Which glibc version have you installed on your host?
For example, on my RHEL 3 there is glibc-2.3.4 which doesn't contain the 
__fgetc_unlocked
symbol, while fgetc_unlocked (no underscore prepending)...
so just check your glibc by running 'readelf -s /lib/libc.so.6 | grep 
fgetc_unlocked'
and see what it returns.

Regards,
Carmelo

> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
>   

  reply	other threads:[~2007-08-23 16:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-23 16:25 [Buildroot] Struggling with undefined reference to `__fgetc_unlocked' Thiago A. Corrêa
2007-08-23 16:35 ` Carmelo AMOROSO [this message]
     [not found]   ` <d6cda7730708230939p7b126fe1mbe28768aa4413bb4@mail.gmail.com>
2007-08-23 16:40     ` Thiago A. Corrêa

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=46CDB759.709@st.com \
    --to=carmelo.amoroso@st.com \
    --cc=buildroot@busybox.net \
    /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.