All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Didenko Sergey <didenkos@domain.hid>
Cc: xenomai@xenomai.org,
	Jorge Ramirez <jorge.ramirez.ortiz@domain.hid>,
	mohamad.sharifi@domain.hid
Subject: Re: [Xenomai-help] Support for ARCH_MV88F6290
Date: Fri, 16 Oct 2009 09:43:24 +0200	[thread overview]
Message-ID: <4AD8241C.6090200@domain.hid> (raw)
In-Reply-To: <1f3e02580910152226h4fb94068kfce63fec4be38c3f@domain.hid>

Didenko Sergey wrote:
> CROSS_COMPILE - arm-none-linux-gnueabi

So, your compiler is named arm-none-linux-gnueabi-gcc

> checking build system type... i686-pc-linux-gnu
> checking host system type... arm-unknown-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for arm-linux-gcc... no
> checking for gcc... gcc
> configure: WARNING: using cross tools not prefixed with host triplet

No need to go further. Here you know that something went wrong.
configure tells you that it will use gcc (the x86 compiler) as compiler
because it could not find a compiler named arm-linux-gcc. This will
definitely not work.

Your compiler is arm-none-linux-gnueabi-gcc, not arm-linux-gcc, so, you
should either configure passing --host=arm-none-linux-gnueabi, or define
the CC variable to be arm-none-linux-gnueabi-gcc.

This is explained in README.INSTALL.

-- 
					    Gilles.


  reply	other threads:[~2009-10-16  7:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14  6:19 [Xenomai-help] Support for ARCH_MV88F6290 Didenko Sergey
2009-10-14  7:25 ` Gilles Chanteperdrix
2009-10-16  5:26   ` Didenko Sergey
2009-10-16  7:43     ` Gilles Chanteperdrix [this message]
2009-10-16  8:30       ` Didenko Sergey
2009-10-16  8:46         ` Gilles Chanteperdrix
2009-10-16  8:56           ` Didenko Sergey
2009-10-16  9:30             ` Didenko Sergey
  -- strict thread matches above, loose matches on Subject: below --
2009-10-08  8:27 Didenko Sergey
2009-10-08  8:41 ` Gilles Chanteperdrix
2009-10-09  2:09   ` Didenko Sergey
2009-10-09  9:12     ` Gilles Chanteperdrix
2009-09-25  6:12 Didenko Sergey
2009-09-25  8:37 ` Gilles Chanteperdrix
     [not found]   ` <1f3e02580909250400r7595efw769fedac12b71fce@domain.hid>
     [not found]     ` <4ABCA99D.1040206@domain.hid>
     [not found]       ` <1f3e02580909250526v52a0408ex455cc22191f3802@domain.hid>
     [not found]         ` <4ABCC977.6010500@domain.hid>
     [not found]           ` <1f3e02580909280458ubf3f610he5e52aab1efa1cc6@domain.hid>
2009-09-29 16:27             ` 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=4AD8241C.6090200@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=didenkos@domain.hid \
    --cc=jorge.ramirez.ortiz@domain.hid \
    --cc=mohamad.sharifi@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.