On 10/15/2012 05:18 PM, Stefan Videv wrote:
> Hello!
> 
> I've been trying to compile the user-space support for the latest 
> version of Xenomai for ARM but failing.
> 
> After downloading the source files, and running
> 
> ./configure --build=i686-pc-linux-gnu --host=arm-linux-gnueabi 
> CFLAGS="-march=armv7-a -mfpu=vfp3" LDFLAGS="-march=armv7-a"

That is because your toolchain compiles by default for thumb. Add -marm
to CFLAGS, thumb user-space are currently unsupported.

-- 
                                            Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to