From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18192.64969.6767.492824@domain.hid> Date: Sat, 13 Oct 2007 19:18:01 +0200 In-Reply-To: <4710F5A5.4060400@domain.hid> References: <4710F5A5.4060400@domain.hid> From: Gilles Chanteperdrix Subject: Re: [Xenomai-core] Cross compiling for ARM List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Xenomai-core@domain.hid Jan Kiszka wrote: > Hi all, > > in order to build Xenomai's userland with a toolchain that is prefixed > with "armv5l-linux-", I had to patch configure.in like this > > Index: configure.in > =================================================================== > --- configure.in (Revision 3050) > +++ configure.in (Arbeitskopie) > @@ -83,7 +83,7 @@ case "$host" in > XENO_LINUX_ARCH=bfinnommu > XENO_LINUX_INSTALL_TARGET=install > ;; > - arm-*) > + arm*-*) > XENO_TARGET_ARCH=arm > XENO_LINUX_ARCH=arm > XENO_LINUX_INSTALL_TARGET=install_image > > in order to call "configure --host=armv5l-linux ...". Am I doing > something crazy or is this really a required patch for Xenomai? Yes, I guess this is required. -- Gilles Chanteperdrix.