All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: aungkyas@domain.hid
Cc: Adeos <adeos-main@gna.org>
Subject: Re: [Adeos-main] building user space xenomai 2.5.6 for ARM
Date: Wed, 11 May 2011 10:16:10 +0200	[thread overview]
Message-ID: <4DCA45CA.1020208@domain.hid> (raw)
In-Reply-To: <BANLkTimLY=RNyzZi7zm_Ln8iLDriEHPBUw@domain.hid>

On 05/11/2011 08:44 AM, AKS wrote:
> Hi Gilles and other mates
> 
> Good day! I would like to ask your help in building user space xenomai.
> 
> I have patched Adeos-ipipe-2.6.35.9-arm-1.18-01.patch to omap 2.6.35
> so that it will work with Xenomai 2.5.6. I have managed to compile the
> I-piped patched Linux kernel and let the Xenomai running - I have tested
> on the Linux by dmesg | grep -i I-pipe and dmesg | grep -i Xenomai. And
> I can ./configure the Xenomai by
> 
> ./configure --enable-arm-mach=omap3 --enable-arm-arch=armv7l as the

You do not need enable-arm-arch, all omap3 have the same architecture,
so configure takes care of this.

> kernel returns armv7l when uname -i. But I cannot sudo make install it
> by native compiling on my target machine. On my host machine which
> is running Ubuntu 10.10, I can make (after ./configure as stated above)
> and make install.
> 
> But on my target box running omap3 processor with armv7l core - I am
> using Gumstix - I cannot make or make install.
> 
> It exits with error 1, giving me the message as follows
> 
> {standard input}: Assembler messages:
> {standard input}:47: Error: invalid swi expression
> {standard input}:47: Error: value of 10420290 too large
> 
> xxxxx
> 
> Then return with Error 1. I am using Ubuntu/Linaro gcc compiler for ARM
> gcc 4.5.2 and I will be glad if anyone can share experience to fix this issue.
> Cheers!

You are probably compiling for the thumb or thumb2 instruction set. We
do not support thumb. Compile for ARM. You should also enable EABI.

-- 
					    Gilles.


  reply	other threads:[~2011-05-11  8:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11  6:44 [Adeos-main] building user space xenomai 2.5.6 for ARM AKS
2011-05-11  8:16 ` Gilles Chanteperdrix [this message]
2011-05-12  0:37   ` AKS
2011-05-12  6:59     ` Gilles Chanteperdrix
2011-05-12 10:22       ` AKS

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=4DCA45CA.1020208@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=adeos-main@gna.org \
    --cc=aungkyas@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.