From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: vibnwis <vibnwis@gmail.com>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] Installing xenomai libraries ARM OMAP4460
Date: Sat, 19 Sep 2015 17:11:06 +0200 [thread overview]
Message-ID: <20150919151106.GD22852@hermes.click-hack.org> (raw)
In-Reply-To: <CAFkYNwbawB8iHkJA51FpuQFDDY2aYBj2_aMontPadSBf=VZ8AA@mail.gmail.com>
On Sun, Sep 20, 2015 at 02:58:58AM +1200, vibnwis wrote:
> Hi All,
>
> Having installed Xenomai, I am wanting to test Xenomai.
>
> If I understood the guide correctly under the title "Installing the Xenomai
> libraries and tools", I would need to compile the libraries as well as the
> test apps. For that I need to do by executing the command below in the
> xenomai_root which in my case is xenomai_root=xenomai-3. However, the
> configure file is not found. I am totally confused of what have I done
> wrong? Any helps/advise would be appreciated.
>
> $xenomai_root/configure CFLAGS="-march=armv4t" LDFLAGS="-march=armv4t" \
> --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi- --with-core=cobalt
-march=armv4t works for ARM processors using the ARMv4T architecture
revision. The cortex A9 in an omap4460 uses the ARMv7 architecture
revision. So, you should pass -march=armv7 instead, or -mcpu=cortex-a9
the argument to the --host option should not include the leading
dash.
the variable xenomai_root should probably be an absolute path. And
note that if you downloaded xenomai-3 from its git repository as
opposed to its latest archive, you also need to call autoreconf -i
to create the configure scrippt.
--
Gilles.
https://click-hack.org
next prev parent reply other threads:[~2015-09-19 15:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 14:58 [Xenomai] Installing xenomai libraries ARM OMAP4460 vibnwis
2015-09-19 15:11 ` Gilles Chanteperdrix [this message]
2015-09-19 15:14 ` Gilles Chanteperdrix
2015-09-20 0:09 ` vibnwis
2015-09-20 8:04 ` vibnwis
2015-09-20 8:11 ` Gilles Chanteperdrix
2015-09-20 12:02 ` vibnwis
2015-09-20 8:17 ` Gilles Chanteperdrix
2015-09-20 9:39 ` vibnwis
2015-09-20 14:14 ` Gilles Chanteperdrix
2015-09-20 17:03 ` Gilles Chanteperdrix
2015-09-21 10:16 ` vibnwis
2015-09-21 14:46 ` Gilles Chanteperdrix
2015-09-22 2:13 ` vibnwis
2015-09-22 2:21 ` Gilles Chanteperdrix
2015-09-22 2:31 ` vibnwis
2015-09-22 3:51 ` Gilles Chanteperdrix
2015-09-22 6:18 ` vibnwis
2015-09-22 2:28 ` vibnwis
2015-09-22 3:52 ` Gilles Chanteperdrix
2015-09-22 5:55 ` vibnwis
2015-09-20 8:07 ` Gilles Chanteperdrix
2015-09-21 12:59 ` vibnwis
2015-09-21 13:33 ` vibnwis
2015-09-21 13:41 ` vibnwis
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=20150919151106.GD22852@hermes.click-hack.org \
--to=gilles.chanteperdrix@xenomai.org \
--cc=vibnwis@gmail.com \
--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.