From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4A5F5204.6080001@domain.hid> Date: Thu, 16 Jul 2009 18:15:00 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4A5EE47E.5000507@domain.hid> <4A5EF277.8090304@domain.hid> <4A5EF6E1.80108@domain.hid> <4A5F058B.2090808@domain.hid> <4A5F3ED3.20608@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] ARM: userspace apps result in Segmentation fault List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Henri Roosen Cc: xenomai@xenomai.org Henri Roosen wrote: > Unfortunately enabling the CONFIG_VFP in the kernel config and > building the xenomai with CFLAGS="-mfpu=vfp -mfloat-abi=softfp" > LDFLAGS="-mfpu=vfp -mfloat-abi=softfp" had no success and results in a > system hang-up again. The only thing that works for me is disabling > the CONFIG_VFP in the kernel with -msoft-float for the xenomai user > build. Ok. Do you generate a libc? In that case it should be built with support for VFP? Or do you copy the one from the toolchain? I am afraid Xenomai VFP support was written with armv6 and may not work for the 926EJ-S which is an armv5. I will try and have a look. -- Gilles