From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "Marco Antônio Possamai" <marco.possamai@domain.hid>
Cc: XENOMAI <Xenomai-help@domain.hid>
Subject: Re: [Xenomai-help] Problems with image building Icecube
Date: Tue, 04 Nov 2008 23:16:23 +0100 [thread overview]
Message-ID: <4910C9B7.9060102@domain.hid> (raw)
In-Reply-To: <20081104220935.659ED1642C3@domain.hid>
Marco Antônio Possamai wrote:
> Here's what I've done so far:
>
> $ export CROSS_COMPILE=ppc_6xx-
> (...)
> $ cd $XDIR
> $ ./configure --host=ppc-linux --prefix=/root/xenomai
You should read configure output, it is probably instructive. Notably,
it should tell you that there is no such compiler as ppc-linux-gcc,
since your compiler is called ppc_6xx-gcc, you should pass
--host=ppc_6xx to xenomai configure script.
alternatively, you can pass CC=ppc_6xx-gcc on configure command line.
This is all documented in README.INSTALL
> $ make
> (...)
> /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
And here you see that xenomai makefiles are using gcc, which is wrong.
--
Gilles.
prev parent reply other threads:[~2008-11-04 22:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-04 22:09 [Xenomai-help] Problems with image building Icecube Marco Antônio Possamai
2008-11-04 22:16 ` 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=4910C9B7.9060102@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=Xenomai-help@domain.hid \
--cc=marco.possamai@domain.hid \
/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.