From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50969E7B.8030308@xenomai.org> Date: Sun, 04 Nov 2012 17:57:31 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <9d3ef55df641c8657ce09c6f6e023e4a.squirrel@www.xenomai.org> <2b4941d6b09c5560d4074bc644ded41d.squirrel@www.xenomai.org> <50958A57.8010902@xenomai.org> <50958DD4.1000702@xenomai.org> <50969760.70307@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] rt_task_create fails when running over ssh List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Nechypurenko Cc: xenomai@xenomai.org On 11/04/2012 05:48 PM, Andrey Nechypurenko wrote: >> Did you check if your compiler compiles thumb code or arm code by default? > > Here are my compilation options: > > ARCH=arm CROSS_COMPILE=arm-angstrom-linux-gnueabi- CFLAGS=" > -march=armv7-a -fno-tree-vectorize -mthumb-interwork > -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 " LOCALVERSION="" > I know that. What I ask you is whether the toolchain you use generates thumb code by default or not. If you want to force arm code, pass -marm (I already said that in my first answer). -- Gilles.