All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: federico lolli <federicololli@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Xenomai for arm:error header files
Date: Mon, 10 May 2010 14:26:11 +0200	[thread overview]
Message-ID: <4BE7FB63.20007@domain.hid> (raw)
In-Reply-To: <SNT119-W55D22350A5B495E79B9B80B0F90@domain.hid>

federico lolli wrote:
> Hi,
> I would like to compile Xenomai for arm.
> processor is: at91sam9g20 -> at91sam9.
> the compiler is emdebian, arm-linux-gnueabi-gcc
>  but I get the following errors in the compilation:
> 
> fede@domain.hid$ sudo ./configure
> --build=i686-pc-linux-gnueabi --host=arm-linux-gnueabi
> --enable-arm-mach=at91sam9

You do not need to be root to run configure.

> (...)
> fede@domain.hid$ sudo make

You do not need to be root to run make either.

> (...)
> rt_print.c:1: warning: target CPU does not support interworking

Your toolchain is an EABI toolchain, you should pass --enable-arm-eabi
configure.

> (...)
> /usr/arm-linux-gnueabi/include/bits/errno.h:25:26: error: linux/errno.h:
> No such file or directory

Your toolchain is probably not installed correctly.

-- 
					    Gilles.


  reply	other threads:[~2010-05-10 12:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-10 12:15 [Xenomai-help] Xenomai for arm:error header files federico lolli
2010-05-10 12:26 ` Gilles Chanteperdrix [this message]
2010-05-10 12:29   ` 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=4BE7FB63.20007@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=federicololli@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.