From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Greg Bentley <gbentley@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Compiler Errors with User Space Tools for 2.4.6.1
Date: Thu, 22 Jan 2009 16:31:48 +0000 [thread overview]
Message-ID: <49789F74.60502@domain.hid> (raw)
In-Reply-To: <1232641398.13734.110.camel@domain.hid>
Greg Bentley wrote:
> Hello,
>
> I am working on getting Xenomai 2.4.6.1 working on a custom board with
> an Atmel AT91SAM9260 processor. The IPIPE patch I used was
> adeos-ipipe-2.6.25-arm-1.9-02.patch. My kernel patches, compiles, and
> runs on the board.
>
> However, when compiling the user space tools, make fails when it gets
> the pSOS+ skin with an error of PTHREAD_STACK_MIN being undeclared.
> PTHREAD_STACK_MIN is not defined as the include/posix/pthread.h does not
> appear correctly included in the path for the src/ programs.
>
> This are the configure and make commands I used:
>
> configure CC="arm-linux-gnueabi-gcc -v" CXX=arm-linux-gnueabi-gcc
> AR=arm-linux-gnueabi-ar LD=arm-linux-gnueabi-ld \
> --build=i686-pc-linux-gnu \
> --host=arm-linux \
> --enable-arm-mach=at91sam926x \
> --enable-arm-eabi \
> --enable-arm-tsc
Note that if you pass --host=arm-linux-gnueabi to configure, configure
guesses the correct values for CC, CXX, AR and LD.
--
Gilles.
prev parent reply other threads:[~2009-01-22 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-22 16:23 [Xenomai-help] Compiler Errors with User Space Tools for 2.4.6.1 Greg Bentley
2009-01-22 16:28 ` Gilles Chanteperdrix
2009-01-22 16:31 ` Gilles Chanteperdrix [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=49789F74.60502@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=gbentley@domain.hid \
--cc=xenomai@xenomai.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.