From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "Łukasz Sacha" <dragilla@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] configuring user-space xenomai 2.6
Date: Mon, 31 Oct 2011 14:13:02 +0100 [thread overview]
Message-ID: <4EAE9EDE.5030501@domain.hid> (raw)
In-Reply-To: <CAAeYjMn83FgbqTZRB7E_S4FHP11V-tzdP1eNcY6+n2DJ2SmrGw@domain.hid>
On 10/31/2011 01:52 PM, Łukasz Sacha wrote:
> This is the line configure generated to test whether compiler works:
> arm-none-linux-gnueabi-gcc –march=armv4t –mtune=arm920t -o conftest
> -march=armv4t -march=armv4t conftest.c
> (notice tripple -march=armv4t)
>
> when I execute it it gives me:
> arm-none-linux-gnueabi-gcc: –march=armv4t: No such file or directory
> arm-none-linux-gnueabi-gcc: –mtune=arm920t: No such file or directory
> arm-none-linux-gnueabi-gcc: conftest.c: No such file or directory
> arm-none-linux-gnueabi-gcc: no input files
>
> However with a single -march=armv4t it doesn't work either.
> luke@domain.hid$
> arm-none-linux-gnueabi-gcc -march=armv4t –mtune=arm920t -o conftest
> conftest.c
> arm-none-linux-gnueabi-gcc: –mtune=arm920t: No such file or directory
> arm-none-linux-gnueabi-gcc: conftest.c: No such file or directory
> arm-none-linux-gnueabi-gcc: no input files
>
> .. which is strange, because arm-none-linux-gnueabi-gcc --help tells
> me all the options are ok:
> "Options starting with -g, -f, -m, -O, -W, or --param are automatically
> passed on to the various sub-processes invoked by arm-none-linux-gnueabi-gcc."
>
> Seems -mtune is not recognized by some subprocess, but which and why?
>
> cheers :)
Strange toolchain. I use codesourcery toolchain and never observed such
behaviour. You should make sure the toolchain you use works before
trying and compiling xenomai.
--
Gilles.
next prev parent reply other threads:[~2011-10-31 13:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 12:14 [Xenomai-help] configuring user-space xenomai 2.6 Łukasz Sacha
2011-10-31 12:35 ` Łukasz Sacha
2011-10-31 12:52 ` Łukasz Sacha
2011-10-31 13:13 ` Gilles Chanteperdrix [this message]
2011-10-31 13:20 ` Patrice Kadionik
2011-10-31 13:29 ` Łukasz Sacha
2011-10-31 13:45 ` Łukasz Sacha
2011-10-31 13:48 ` Łukasz Sacha
2011-10-31 13:54 ` Gilles Chanteperdrix
2011-10-31 13:58 ` Łukasz Sacha
2011-10-31 13:23 ` Łukasz Sacha
2011-10-31 13:33 ` Gilles Chanteperdrix
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=4EAE9EDE.5030501@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=dragilla@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.