All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bernhard Gödel" <bernhard.goedel@gmx.at>
To: buildroot@busybox.net
Subject: [Buildroot] avr32: lbipthread problem
Date: Tue, 23 Dec 2008 11:38:42 +0100	[thread overview]
Message-ID: <4950BFB2.7010302@gmx.at> (raw)

Hi,

I'm trying to build a toolchain based on uClibc for the AVR32. I'm using 
  buildroot-20081120 (as I had problems with binutils in newer 
snapshots). I've configured threading support to NPTL, don't know 
whether the compile error below happens also with other configurations.

I'm experiencing the following issues:

1. The file tls.h is missing.
In order to overcome a problem with the missing tls.h I created an empty 
file named tls.h in 
/buildroot/toolchain_build_avr32/uClibc-0.9.29-avr32-2.1.5/include


2. __THROW undefined in pt-machine.h
/libpthread/linuxthreads/sysdeps/avr32/pt-machine.h:16: error: expected 
',' or ';' before '{' token

Reason for that was obviously that the __THROW definition was missing in 
this file. I simply defined it as blank in the same file because I 
didn't figure out where the original definition of this preprocessor 
macro is.


3. The file sysdep-cancel.h is missing
I created an empty file in
/buildroot/toolchain_build_avr32/uClibc-0.9.29-avr32-2.1.5/libpthread/linuxthreads
to overcome this problem.


4. finally I'm stuck with this one:
configure: error: Pthreads are required to build libgomp
make[2]: *** [configure-target-libgomp] Error 1


Any suggestions are welcome :-)

Bernhard

             reply	other threads:[~2008-12-23 10:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-23 10:38 Bernhard Gödel [this message]
2008-12-23 15:18 ` [Buildroot] avr32: lbipthread problem Peter Korsgaard
2008-12-23 20:00   ` Egtvedt, Hans-Christian

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=4950BFB2.7010302@gmx.at \
    --to=bernhard.goedel@gmx.at \
    --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.