Thanks, Gilles! Worked a threat! -- Stefan
On Mon, Oct 15, 2012 at 4:22 PM, Gilles Chanteperdrix < [email protected]> wrote: > 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
