From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Perrine Martignoni <perrmart@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Problem to compile for ARM
Date: Fri, 04 May 2007 15:23:08 +0200 [thread overview]
Message-ID: <463B33BC.5020408@domain.hid> (raw)
In-Reply-To: <7289437c0705040615n2272cf83oeec8db0a7dda910c@domain.hid>
Perrine Martignoni wrote:
> Hello,
>
> I have some problems to compile my code Posix for ARM. I have installed
> xenomai in /usr/xenomai_arm-2.3.1 for ARM.
>
> Here is my compilation :
> (...)
> -L/usr/xenomai_arm-2.3.1/lib -lpthread_rt -lpthread -lrt
> essai_mutex_rt.o -o essai_mutex_rt
The order of arguments on the linker command line is important, this
should be:
essai_mutex_rt.o -lpthread_rt -lpthread -lrt
--
Gilles Chanteperdrix
next prev parent reply other threads:[~2007-05-04 13:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-04 13:15 [Xenomai-help] Problem to compile for ARM Perrine Martignoni
2007-05-04 13:23 ` Gilles Chanteperdrix [this message]
2007-05-04 13:34 ` Daniel Schnell
2007-05-06 14:31 ` Perrine Martignoni
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=463B33BC.5020408@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=perrmart@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.