All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Problems when cross-compiling Xenomai
@ 2010-02-10 11:27 Felipe Brandão Cavalcanti
  2010-02-10 11:39 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-10 11:27 UTC (permalink / raw)
  To: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]

Hello,

I am having some problems when trying to cross-compile the userspace portion
of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
running on a IGEPv2 OMAP board (Beagleboard based), so I am cross-compiling
with bitbake on top of a poky Linux distribution.

I get the following error:
| libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc
-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-fno-tree-vectorize -fexpensive-optimizations -fomit-frame-pointer
-frename-registers -O2 -ggdb -feliminate-unused-debug-types
-Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers
-rdynamic -Wl,-O1 -Wl,--as-needed -o .libs/sigtest sigtest-sigtest.o
../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
| ../../skins/posix/.libs/libpthread_rt.so: undefined reference to
`shm_open'
| ../../skins/posix/.libs/libpthread_rt.so: undefined reference to
`shm_unlink'
| collect2: ld returned 1 exit status

Libpthread_rt.so doesnt seem to be linked to librt.so from GLIBC... any
clues on how to fix this? I am getting this exact error in several points of
the compiling process.

(I am running ./configure --prefix=/usr --includedir=/usr/include/xenomai
--enable-arm-mach=omap3 --enable-arm-eabi --enable-arm-tsc --disable-dox-doc
--disable-dbx --host=arm-linux beforehand, and the kernel portion seems to
be working fine.)

Thanks in advance,
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 1824 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:27 [Xenomai-help] Problems when cross-compiling Xenomai Felipe Brandão Cavalcanti
@ 2010-02-10 11:39 ` Gilles Chanteperdrix
  2010-02-10 11:49   ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 11:39 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> Hello,
> 
> I am having some problems when trying to cross-compile the userspace portion
> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
> running on a IGEPv2 OMAP board (Beagleboard based), so I am cross-compiling
> with bitbake on top of a poky Linux distribution.

Do you have the same problem if you build Xenomai user-space portion
running the standard build procedure without additional CFLAGS and LDFLAGS?

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:39 ` Gilles Chanteperdrix
@ 2010-02-10 11:49   ` Felipe Brandão Cavalcanti
  2010-02-10 11:58     ` Felipe Brandão Cavalcanti
                       ` (2 more replies)
  0 siblings, 3 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-10 11:49 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]

2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > Hello,
> >
> > I am having some problems when trying to cross-compile the userspace
> portion
> > of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
> > running on a IGEPv2 OMAP board (Beagleboard based), so I am
> cross-compiling
> > with bitbake on top of a poky Linux distribution.
>
> Do you have the same problem if you build Xenomai user-space portion
> running the standard build procedure without additional CFLAGS and LDFLAGS?
>
>
I have not tried this - the cross compiler automatically adds them, and I am
not sure what I can remove. However, I will try removing them to see what
works. One thing that I noticed using the -k option in the make command is
that compiling fails only in the testsuite.

I found an old thread with a similar problem:
https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html


>  --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 2159 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:49   ` Felipe Brandão Cavalcanti
@ 2010-02-10 11:58     ` Felipe Brandão Cavalcanti
  2010-02-10 12:04       ` Gilles Chanteperdrix
  2010-02-10 14:24       ` Gilles Chanteperdrix
  2010-02-10 12:00     ` Gilles Chanteperdrix
  2010-02-10 12:19     ` Gilles Chanteperdrix
  2 siblings, 2 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-10 11:58 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 1881 bytes --]

2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>

>
>
> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>
> Felipe Brandão Cavalcanti wrote:
>> > Hello,
>> >
>> > I am having some problems when trying to cross-compile the userspace
>> portion
>> > of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>> > running on a IGEPv2 OMAP board (Beagleboard based), so I am
>> cross-compiling
>> > with bitbake on top of a poky Linux distribution.
>>
>> Do you have the same problem if you build Xenomai user-space portion
>> running the standard build procedure without additional CFLAGS and
>> LDFLAGS?
>>
>>
> I have not tried this - the cross compiler automatically adds them, and I
> am not sure what I can remove. However, I will try removing them to see what
> works. One thing that I noticed using the -k option in the make command is
> that compiling fails only in the testsuite.
>
> I found an old thread with a similar problem:
> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>
>

Just tried removing the LDFLAGS and CFLAGS, same error. I've attached the
configure and make logs.


>  --
>>
>> Gilles Chanteperdrix, Free Electrons
>> Kernel, drivers, real-time and embedded Linux
>> development, consulting, training and support.
>> http://free-electrons.com
>>
>>
>
>
> --
>       -Felipe Brandão Cavalcanti
>       LARA - Robotics and Automation Laboratory
>       Department of Electrical Engineering
>       UnB - University of Brasília, Brazil
>       http://www.lara.unb.br/~fbcavalcanti/<http://www.lara.unb.br/%7Efbcavalcanti/>
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #1.2: Type: text/html, Size: 3231 bytes --]

[-- Attachment #2: log.do_compile.13861 --]
[-- Type: application/octet-stream, Size: 201013 bytes --]

NOTE: make -k
Making all in src
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making all in include
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make  all-am
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
Making all in rtdk
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c -o librtdk_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtdk_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c init.c -o librtdk_la-init.o >/dev/null 2>&1
mv -f .deps/librtdk_la-init.Tpo .deps/librtdk_la-init.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c -o librtdk_la-rt_print.lo `test -f 'rt_print.c' || echo './'`rt_print.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c rt_print.c  -fPIC -DPIC -o .libs/librtdk_la-rt_print.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c rt_print.c -o librtdk_la-rt_print.o >/dev/null 2>&1
mv -f .deps/librtdk_la-rt_print.Tpo .deps/librtdk_la-rt_print.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c -o librtdk_la-assert_context.lo `test -f 'assert_context.c' || echo './'`assert_context.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c assert_context.c  -fPIC -DPIC -o .libs/librtdk_la-assert_context.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c assert_context.c -o librtdk_la-assert_context.o >/dev/null 2>&1
mv -f .deps/librtdk_la-assert_context.Tpo .deps/librtdk_la-assert_context.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c -o librtdk_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/librtdk_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c wrappers.c -o librtdk_la-wrappers.o >/dev/null 2>&1
mv -f .deps/librtdk_la-wrappers.Tpo .deps/librtdk_la-wrappers.Plo
/bin/sh ../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 0:0:0 -lpthread -lrt -Wl,-O1 -Wl,--as-needed -o librtdk.la -rpath /usr/lib librtdk_la-init.lo librtdk_la-rt_print.lo librtdk_la-assert_context.lo librtdk_la-wrappers.lo  
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/librtdk_la-init.o .libs/librtdk_la-rt_print.o .libs/librtdk_la-assert_context.o .libs/librtdk_la-wrappers.o   -lpthread -lrt  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,librtdk.so.0 -o .libs/librtdk.so.0.0.0
libtool: link: (cd ".libs" && rm -f "librtdk.so.0" && ln -s "librtdk.so.0.0.0" "librtdk.so.0")
libtool: link: (cd ".libs" && rm -f "librtdk.so" && ln -s "librtdk.so.0.0.0" "librtdk.so")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtdk.a  librtdk_la-init.o librtdk_la-rt_print.o librtdk_la-assert_context.o librtdk_la-wrappers.o
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtdk.a
libtool: link: ( cd ".libs" && rm -f "librtdk.la" && ln -s "../librtdk.la" "librtdk.la" )
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
Making all in skins
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making all in common
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c -o libxeno_common_la-bind.lo `test -f 'bind.c' || echo './'`bind.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c bind.c  -fPIC -DPIC -o .libs/libxeno_common_la-bind.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c bind.c -o libxeno_common_la-bind.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-bind.Tpo .deps/libxeno_common_la-bind.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c -o libxeno_common_la-current.lo `test -f 'current.c' || echo './'`current.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c current.c  -fPIC -DPIC -o .libs/libxeno_common_la-current.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c current.c -o libxeno_common_la-current.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-current.Tpo .deps/libxeno_common_la-current.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c -o libxeno_common_la-sigshadow.lo `test -f 'sigshadow.c' || echo './'`sigshadow.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c sigshadow.c  -fPIC -DPIC -o .libs/libxeno_common_la-sigshadow.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c sigshadow.c -o libxeno_common_la-sigshadow.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-sigshadow.Tpo .deps/libxeno_common_la-sigshadow.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c -o libxeno_common_la-sem_heap.lo `test -f 'sem_heap.c' || echo './'`sem_heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c sem_heap.c  -fPIC -DPIC -o .libs/libxeno_common_la-sem_heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c sem_heap.c -o libxeno_common_la-sem_heap.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-sem_heap.Tpo .deps/libxeno_common_la-sem_heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o libxeno_common.la  libxeno_common_la-bind.lo libxeno_common_la-current.lo libxeno_common_la-sigshadow.lo libxeno_common_la-sem_heap.lo  
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libxeno_common.a .libs/libxeno_common_la-bind.o .libs/libxeno_common_la-current.o .libs/libxeno_common_la-sigshadow.o .libs/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libxeno_common.a
libtool: link: ( cd ".libs" && rm -f "libxeno_common.la" && ln -s "../libxeno_common.la" "libxeno_common.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
Making all in native
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c -o libnative_la-alarm.lo `test -f 'alarm.c' || echo './'`alarm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c alarm.c  -fPIC -DPIC -o .libs/libnative_la-alarm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c alarm.c -o libnative_la-alarm.o >/dev/null 2>&1
mv -f .deps/libnative_la-alarm.Tpo .deps/libnative_la-alarm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c -o libnative_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/libnative_la-buffer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c buffer.c -o libnative_la-buffer.o >/dev/null 2>&1
mv -f .deps/libnative_la-buffer.Tpo .deps/libnative_la-buffer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c -o libnative_la-cond.lo `test -f 'cond.c' || echo './'`cond.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c cond.c  -fPIC -DPIC -o .libs/libnative_la-cond.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c cond.c -o libnative_la-cond.o >/dev/null 2>&1
mv -f .deps/libnative_la-cond.Tpo .deps/libnative_la-cond.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c -o libnative_la-event.lo `test -f 'event.c' || echo './'`event.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c event.c  -fPIC -DPIC -o .libs/libnative_la-event.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c event.c -o libnative_la-event.o >/dev/null 2>&1
mv -f .deps/libnative_la-event.Tpo .deps/libnative_la-event.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c -o libnative_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/libnative_la-heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c heap.c -o libnative_la-heap.o >/dev/null 2>&1
mv -f .deps/libnative_la-heap.Tpo .deps/libnative_la-heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c -o libnative_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libnative_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c init.c -o libnative_la-init.o >/dev/null 2>&1
mv -f .deps/libnative_la-init.Tpo .deps/libnative_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c -o libnative_la-intr.lo `test -f 'intr.c' || echo './'`intr.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c intr.c  -fPIC -DPIC -o .libs/libnative_la-intr.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c intr.c -o libnative_la-intr.o >/dev/null 2>&1
mv -f .deps/libnative_la-intr.Tpo .deps/libnative_la-intr.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c -o libnative_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/libnative_la-misc.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c misc.c -o libnative_la-misc.o >/dev/null 2>&1
mv -f .deps/libnative_la-misc.Tpo .deps/libnative_la-misc.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c -o libnative_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/libnative_la-mutex.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c mutex.c -o libnative_la-mutex.o >/dev/null 2>&1
mv -f .deps/libnative_la-mutex.Tpo .deps/libnative_la-mutex.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c -o libnative_la-pipe.lo `test -f 'pipe.c' || echo './'`pipe.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c pipe.c  -fPIC -DPIC -o .libs/libnative_la-pipe.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c pipe.c -o libnative_la-pipe.o >/dev/null 2>&1
mv -f .deps/libnative_la-pipe.Tpo .deps/libnative_la-pipe.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c -o libnative_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libnative_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c queue.c -o libnative_la-queue.o >/dev/null 2>&1
mv -f .deps/libnative_la-queue.Tpo .deps/libnative_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c -o libnative_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libnative_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c sem.c -o libnative_la-sem.o >/dev/null 2>&1
mv -f .deps/libnative_la-sem.Tpo .deps/libnative_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c -o libnative_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libnative_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c task.c -o libnative_la-task.o >/dev/null 2>&1
mv -f .deps/libnative_la-task.Tpo .deps/libnative_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c -o libnative_la-timer.lo `test -f 'timer.c' || echo './'`timer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/libnative_la-timer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c timer.c -o libnative_la-timer.o >/dev/null 2>&1
mv -f .deps/libnative_la-timer.Tpo .deps/libnative_la-timer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c -o libnative_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libnative_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c wrappers.c -o libnative_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libnative_la-wrappers.Tpo .deps/libnative_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 3:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libnative.la -rpath /usr/lib libnative_la-alarm.lo libnative_la-buffer.lo libnative_la-cond.lo libnative_la-event.lo libnative_la-heap.lo libnative_la-init.lo libnative_la-intr.lo libnative_la-misc.lo libnative_la-mutex.lo libnative_la-pipe.lo libnative_la-queue.lo libnative_la-sem.lo libnative_la-task.lo libnative_la-timer.lo libnative_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libnative_la-alarm.o .libs/libnative_la-buffer.o .libs/libnative_la-cond.o .libs/libnative_la-event.o .libs/libnative_la-heap.o .libs/libnative_la-init.o .libs/libnative_la-intr.o .libs/libnative_la-misc.o .libs/libnative_la-mutex.o .libs/libnative_la-pipe.o .libs/libnative_la-queue.o .libs/libnative_la-sem.o .libs/libnative_la-task.o .libs/libnative_la-timer.o .libs/libnative_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libnative.so.3 -o .libs/libnative.so.3.0.0
libtool: link: (cd ".libs" && rm -f "libnative.so.3" && ln -s "libnative.so.3.0.0" "libnative.so.3")
libtool: link: (cd ".libs" && rm -f "libnative.so" && ln -s "libnative.so.3.0.0" "libnative.so")
libtool: link: (cd .libs/libnative.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libnative.a  libnative_la-alarm.o libnative_la-buffer.o libnative_la-cond.o libnative_la-event.o libnative_la-heap.o libnative_la-init.o libnative_la-intr.o libnative_la-misc.o libnative_la-mutex.o libnative_la-pipe.o libnative_la-queue.o libnative_la-sem.o libnative_la-task.o libnative_la-timer.o libnative_la-wrappers.o  .libs/libnative.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libnative.a
libtool: link: rm -fr .libs/libnative.lax
libtool: link: ( cd ".libs" && rm -f "libnative.la" && ln -s "../libnative.la" "libnative.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
Making all in posix
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c -o libpthread_rt_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libpthread_rt_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c init.c -o libpthread_rt_la-init.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-init.Tpo .deps/libpthread_rt_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c -o libpthread_rt_la-thread.lo `test -f 'thread.c' || echo './'`thread.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c thread.c  -fPIC -DPIC -o .libs/libpthread_rt_la-thread.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c thread.c -o libpthread_rt_la-thread.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-thread.Tpo .deps/libpthread_rt_la-thread.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c -o libpthread_rt_la-timer.lo `test -f 'timer.c' || echo './'`timer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/libpthread_rt_la-timer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c timer.c -o libpthread_rt_la-timer.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-timer.Tpo .deps/libpthread_rt_la-timer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c -o libpthread_rt_la-semaphore.lo `test -f 'semaphore.c' || echo './'`semaphore.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o .libs/libpthread_rt_la-semaphore.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c semaphore.c -o libpthread_rt_la-semaphore.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-semaphore.Tpo .deps/libpthread_rt_la-semaphore.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c -o libpthread_rt_la-clock.lo `test -f 'clock.c' || echo './'`clock.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c clock.c  -fPIC -DPIC -o .libs/libpthread_rt_la-clock.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c clock.c -o libpthread_rt_la-clock.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-clock.Tpo .deps/libpthread_rt_la-clock.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c -o libpthread_rt_la-cond.lo `test -f 'cond.c' || echo './'`cond.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c cond.c  -fPIC -DPIC -o .libs/libpthread_rt_la-cond.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c cond.c -o libpthread_rt_la-cond.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-cond.Tpo .deps/libpthread_rt_la-cond.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c -o libpthread_rt_la-mq.lo `test -f 'mq.c' || echo './'`mq.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c mq.c  -fPIC -DPIC -o .libs/libpthread_rt_la-mq.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c mq.c -o libpthread_rt_la-mq.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-mq.Tpo .deps/libpthread_rt_la-mq.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c -o libpthread_rt_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/libpthread_rt_la-mutex.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c mutex.c -o libpthread_rt_la-mutex.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-mutex.Tpo .deps/libpthread_rt_la-mutex.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c -o libpthread_rt_la-shm.lo `test -f 'shm.c' || echo './'`shm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c shm.c  -fPIC -DPIC -o .libs/libpthread_rt_la-shm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c shm.c -o libpthread_rt_la-shm.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-shm.Tpo .deps/libpthread_rt_la-shm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c -o libpthread_rt_la-interrupt.lo `test -f 'interrupt.c' || echo './'`interrupt.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c interrupt.c  -fPIC -DPIC -o .libs/libpthread_rt_la-interrupt.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c interrupt.c -o libpthread_rt_la-interrupt.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-interrupt.Tpo .deps/libpthread_rt_la-interrupt.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c -o libpthread_rt_la-select.lo `test -f 'select.c' || echo './'`select.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c select.c  -fPIC -DPIC -o .libs/libpthread_rt_la-select.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c select.c -o libpthread_rt_la-select.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-select.Tpo .deps/libpthread_rt_la-select.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c -o libpthread_rt_la-rtdm.lo `test -f 'rtdm.c' || echo './'`rtdm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c rtdm.c  -fPIC -DPIC -o .libs/libpthread_rt_la-rtdm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c rtdm.c -o libpthread_rt_la-rtdm.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-rtdm.Tpo .deps/libpthread_rt_la-rtdm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c -o libpthread_rt_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libpthread_rt_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c wrappers.c -o libpthread_rt_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-wrappers.Tpo .deps/libpthread_rt_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 1:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libpthread_rt.la -rpath /usr/lib libpthread_rt_la-init.lo libpthread_rt_la-thread.lo libpthread_rt_la-timer.lo libpthread_rt_la-semaphore.lo libpthread_rt_la-clock.lo libpthread_rt_la-cond.lo libpthread_rt_la-mq.lo libpthread_rt_la-mutex.lo libpthread_rt_la-shm.lo libpthread_rt_la-interrupt.lo libpthread_rt_la-select.lo libpthread_rt_la-rtdm.lo libpthread_rt_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libpthread_rt_la-init.o .libs/libpthread_rt_la-thread.o .libs/libpthread_rt_la-timer.o .libs/libpthread_rt_la-semaphore.o .libs/libpthread_rt_la-clock.o .libs/libpthread_rt_la-cond.o .libs/libpthread_rt_la-mq.o .libs/libpthread_rt_la-mutex.o .libs/libpthread_rt_la-shm.o .libs/libpthread_rt_la-interrupt.o .libs/libpthread_rt_la-select.o .libs/libpthread_rt_la-rtdm.o .libs/libpthread_rt_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libpthread_rt.so.1 -o .libs/libpthread_rt.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libpthread_rt.so.1" && ln -s "libpthread_rt.so.1.0.0" "libpthread_rt.so.1")
libtool: link: (cd ".libs" && rm -f "libpthread_rt.so" && ln -s "libpthread_rt.so.1.0.0" "libpthread_rt.so")
libtool: link: (cd .libs/libpthread_rt.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libpthread_rt.a  libpthread_rt_la-init.o libpthread_rt_la-thread.o libpthread_rt_la-timer.o libpthread_rt_la-semaphore.o libpthread_rt_la-clock.o libpthread_rt_la-cond.o libpthread_rt_la-mq.o libpthread_rt_la-mutex.o libpthread_rt_la-shm.o libpthread_rt_la-interrupt.o libpthread_rt_la-select.o libpthread_rt_la-rtdm.o libpthread_rt_la-wrappers.o  .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libpthread_rt.a
libtool: link: rm -fr .libs/libpthread_rt.lax
libtool: link: ( cd ".libs" && rm -f "libpthread_rt.la" && ln -s "../libpthread_rt.la" "libpthread_rt.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
Making all in rtdm
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c -o librtdm_la-core.lo `test -f 'core.c' || echo './'`core.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c core.c  -fPIC -DPIC -o .libs/librtdm_la-core.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c core.c -o librtdm_la-core.o >/dev/null 2>&1
mv -f .deps/librtdm_la-core.Tpo .deps/librtdm_la-core.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c -o librtdm_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtdm_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c init.c -o librtdm_la-init.o >/dev/null 2>&1
mv -f .deps/librtdm_la-init.Tpo .deps/librtdm_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 1:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o librtdm.la -rpath /usr/lib librtdm_la-core.lo librtdm_la-init.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/librtdm_la-core.o .libs/librtdm_la-init.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,librtdm.so.1 -o .libs/librtdm.so.1.0.0
libtool: link: (cd ".libs" && rm -f "librtdm.so.1" && ln -s "librtdm.so.1.0.0" "librtdm.so.1")
libtool: link: (cd ".libs" && rm -f "librtdm.so" && ln -s "librtdm.so.1.0.0" "librtdm.so")
libtool: link: (cd .libs/librtdm.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtdm.a  librtdm_la-core.o librtdm_la-init.o  .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-current.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtdm.a
libtool: link: rm -fr .libs/librtdm.lax
libtool: link: ( cd ".libs" && rm -f "librtdm.la" && ln -s "../librtdm.la" "librtdm.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
Making all in vxworks
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c -o libvxworks_la-errnoLib.lo `test -f 'errnoLib.c' || echo './'`errnoLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c errnoLib.c  -fPIC -DPIC -o .libs/libvxworks_la-errnoLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c errnoLib.c -o libvxworks_la-errnoLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-errnoLib.Tpo .deps/libvxworks_la-errnoLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c -o libvxworks_la-intLib.lo `test -f 'intLib.c' || echo './'`intLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c intLib.c  -fPIC -DPIC -o .libs/libvxworks_la-intLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c intLib.c -o libvxworks_la-intLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-intLib.Tpo .deps/libvxworks_la-intLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c -o libvxworks_la-msgQLib.lo `test -f 'msgQLib.c' || echo './'`msgQLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c msgQLib.c  -fPIC -DPIC -o .libs/libvxworks_la-msgQLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c msgQLib.c -o libvxworks_la-msgQLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-msgQLib.Tpo .deps/libvxworks_la-msgQLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c -o libvxworks_la-kernelLib.lo `test -f 'kernelLib.c' || echo './'`kernelLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c kernelLib.c  -fPIC -DPIC -o .libs/libvxworks_la-kernelLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c kernelLib.c -o libvxworks_la-kernelLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-kernelLib.Tpo .deps/libvxworks_la-kernelLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c -o libvxworks_la-semLib.lo `test -f 'semLib.c' || echo './'`semLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c semLib.c  -fPIC -DPIC -o .libs/libvxworks_la-semLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c semLib.c -o libvxworks_la-semLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-semLib.Tpo .deps/libvxworks_la-semLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c -o libvxworks_la-taskInfo.lo `test -f 'taskInfo.c' || echo './'`taskInfo.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c taskInfo.c  -fPIC -DPIC -o .libs/libvxworks_la-taskInfo.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c taskInfo.c -o libvxworks_la-taskInfo.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-taskInfo.Tpo .deps/libvxworks_la-taskInfo.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c -o libvxworks_la-taskLib.lo `test -f 'taskLib.c' || echo './'`taskLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c taskLib.c  -fPIC -DPIC -o .libs/libvxworks_la-taskLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c taskLib.c -o libvxworks_la-taskLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-taskLib.Tpo .deps/libvxworks_la-taskLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c -o libvxworks_la-tickLib.lo `test -f 'tickLib.c' || echo './'`tickLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c tickLib.c  -fPIC -DPIC -o .libs/libvxworks_la-tickLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c tickLib.c -o libvxworks_la-tickLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-tickLib.Tpo .deps/libvxworks_la-tickLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c -o libvxworks_la-sysLib.lo `test -f 'sysLib.c' || echo './'`sysLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c sysLib.c  -fPIC -DPIC -o .libs/libvxworks_la-sysLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c sysLib.c -o libvxworks_la-sysLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-sysLib.Tpo .deps/libvxworks_la-sysLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c -o libvxworks_la-wdLib.lo `test -f 'wdLib.c' || echo './'`wdLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c wdLib.c  -fPIC -DPIC -o .libs/libvxworks_la-wdLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c wdLib.c -o libvxworks_la-wdLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-wdLib.Tpo .deps/libvxworks_la-wdLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c -o libvxworks_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libvxworks_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c init.c -o libvxworks_la-init.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-init.Tpo .deps/libvxworks_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c -o libvxworks_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libvxworks_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c wrappers.c -o libvxworks_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-wrappers.Tpo .deps/libvxworks_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 1:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libvxworks.la -rpath /usr/lib libvxworks_la-errnoLib.lo libvxworks_la-intLib.lo libvxworks_la-msgQLib.lo libvxworks_la-kernelLib.lo libvxworks_la-semLib.lo libvxworks_la-taskInfo.lo libvxworks_la-taskLib.lo libvxworks_la-tickLib.lo libvxworks_la-sysLib.lo libvxworks_la-wdLib.lo libvxworks_la-init.lo libvxworks_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libvxworks_la-errnoLib.o .libs/libvxworks_la-intLib.o .libs/libvxworks_la-msgQLib.o .libs/libvxworks_la-kernelLib.o .libs/libvxworks_la-semLib.o .libs/libvxworks_la-taskInfo.o .libs/libvxworks_la-taskLib.o .libs/libvxworks_la-tickLib.o .libs/libvxworks_la-sysLib.o .libs/libvxworks_la-wdLib.o .libs/libvxworks_la-init.o .libs/libvxworks_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libvxworks.so.1 -o .libs/libvxworks.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libvxworks.so.1" && ln -s "libvxworks.so.1.0.0" "libvxworks.so.1")
libtool: link: (cd ".libs" && rm -f "libvxworks.so" && ln -s "libvxworks.so.1.0.0" "libvxworks.so")
libtool: link: (cd .libs/libvxworks.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libvxworks.a  libvxworks_la-errnoLib.o libvxworks_la-intLib.o libvxworks_la-msgQLib.o libvxworks_la-kernelLib.o libvxworks_la-semLib.o libvxworks_la-taskInfo.o libvxworks_la-taskLib.o libvxworks_la-tickLib.o libvxworks_la-sysLib.o libvxworks_la-wdLib.o libvxworks_la-init.o libvxworks_la-wrappers.o  .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libvxworks.a
libtool: link: rm -fr .libs/libvxworks.lax
libtool: link: ( cd ".libs" && rm -f "libvxworks.la" && ln -s "../libvxworks.la" "libvxworks.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
Making all in psos+
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c -o libpsos_la-asr.lo `test -f 'asr.c' || echo './'`asr.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c asr.c  -fPIC -DPIC -o .libs/libpsos_la-asr.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c asr.c -o libpsos_la-asr.o >/dev/null 2>&1
mv -f .deps/libpsos_la-asr.Tpo .deps/libpsos_la-asr.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c -o libpsos_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libpsos_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c -o libpsos_la-init.o >/dev/null 2>&1
mv -f .deps/libpsos_la-init.Tpo .deps/libpsos_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c -o libpsos_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libpsos_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c queue.c -o libpsos_la-queue.o >/dev/null 2>&1
mv -f .deps/libpsos_la-queue.Tpo .deps/libpsos_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c -o libpsos_la-rn.lo `test -f 'rn.c' || echo './'`rn.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c rn.c  -fPIC -DPIC -o .libs/libpsos_la-rn.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c rn.c -o libpsos_la-rn.o >/dev/null 2>&1
mv -f .deps/libpsos_la-rn.Tpo .deps/libpsos_la-rn.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c -o libpsos_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libpsos_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c sem.c -o libpsos_la-sem.o >/dev/null 2>&1
mv -f .deps/libpsos_la-sem.Tpo .deps/libpsos_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c -o libpsos_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libpsos_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c task.c -o libpsos_la-task.o >/dev/null 2>&1
mv -f .deps/libpsos_la-task.Tpo .deps/libpsos_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c -o libpsos_la-tm.lo `test -f 'tm.c' || echo './'`tm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c tm.c  -fPIC -DPIC -o .libs/libpsos_la-tm.o
{standard input}: Assembler messages:
{standard input}:672: rdhi, rdlo and rm must all be different
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c tm.c -o libpsos_la-tm.o >/dev/null 2>&1
mv -f .deps/libpsos_la-tm.Tpo .deps/libpsos_la-tm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 0:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libpsos.la -rpath /usr/lib libpsos_la-asr.lo libpsos_la-init.lo libpsos_la-queue.lo libpsos_la-rn.lo libpsos_la-sem.lo libpsos_la-task.lo libpsos_la-tm.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libpsos_la-asr.o .libs/libpsos_la-init.o .libs/libpsos_la-queue.o .libs/libpsos_la-rn.o .libs/libpsos_la-sem.o .libs/libpsos_la-task.o .libs/libpsos_la-tm.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libpsos.so.0 -o .libs/libpsos.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libpsos.so.0" && ln -s "libpsos.so.0.0.0" "libpsos.so.0")
libtool: link: (cd ".libs" && rm -f "libpsos.so" && ln -s "libpsos.so.0.0.0" "libpsos.so")
libtool: link: (cd .libs/libpsos.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libpsos.a  libpsos_la-asr.o libpsos_la-init.o libpsos_la-queue.o libpsos_la-rn.o libpsos_la-sem.o libpsos_la-task.o libpsos_la-tm.o  .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libpsos.a
libtool: link: rm -fr .libs/libpsos.lax
libtool: link: ( cd ".libs" && rm -f "libpsos.la" && ln -s "../libpsos.la" "libpsos.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
Making all in vrtx
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c -o libvrtx_la-event.lo `test -f 'event.c' || echo './'`event.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c event.c  -fPIC -DPIC -o .libs/libvrtx_la-event.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c event.c -o libvrtx_la-event.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-event.Tpo .deps/libvrtx_la-event.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c -o libvrtx_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/libvrtx_la-heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c heap.c -o libvrtx_la-heap.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-heap.Tpo .deps/libvrtx_la-heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c -o libvrtx_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libvrtx_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c init.c -o libvrtx_la-init.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-init.Tpo .deps/libvrtx_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c -o libvrtx_la-mb.lo `test -f 'mb.c' || echo './'`mb.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c mb.c  -fPIC -DPIC -o .libs/libvrtx_la-mb.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c mb.c -o libvrtx_la-mb.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-mb.Tpo .deps/libvrtx_la-mb.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c -o libvrtx_la-mx.lo `test -f 'mx.c' || echo './'`mx.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c mx.c  -fPIC -DPIC -o .libs/libvrtx_la-mx.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c mx.c -o libvrtx_la-mx.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-mx.Tpo .deps/libvrtx_la-mx.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c -o libvrtx_la-pt.lo `test -f 'pt.c' || echo './'`pt.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c pt.c  -fPIC -DPIC -o .libs/libvrtx_la-pt.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c pt.c -o libvrtx_la-pt.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-pt.Tpo .deps/libvrtx_la-pt.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c -o libvrtx_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libvrtx_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c queue.c -o libvrtx_la-queue.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-queue.Tpo .deps/libvrtx_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c -o libvrtx_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libvrtx_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c sem.c -o libvrtx_la-sem.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-sem.Tpo .deps/libvrtx_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c -o libvrtx_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libvrtx_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c task.c -o libvrtx_la-task.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-task.Tpo .deps/libvrtx_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c -o libvrtx_la-time.lo `test -f 'time.c' || echo './'`time.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c time.c  -fPIC -DPIC -o .libs/libvrtx_la-time.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c time.c -o libvrtx_la-time.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-time.Tpo .deps/libvrtx_la-time.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c -o libvrtx_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libvrtx_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c wrappers.c -o libvrtx_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-wrappers.Tpo .deps/libvrtx_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 0:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libvrtx.la -rpath /usr/lib libvrtx_la-event.lo libvrtx_la-heap.lo libvrtx_la-init.lo libvrtx_la-mb.lo libvrtx_la-mx.lo libvrtx_la-pt.lo libvrtx_la-queue.lo libvrtx_la-sem.lo libvrtx_la-task.lo libvrtx_la-time.lo libvrtx_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libvrtx_la-event.o .libs/libvrtx_la-heap.o .libs/libvrtx_la-init.o .libs/libvrtx_la-mb.o .libs/libvrtx_la-mx.o .libs/libvrtx_la-pt.o .libs/libvrtx_la-queue.o .libs/libvrtx_la-sem.o .libs/libvrtx_la-task.o .libs/libvrtx_la-time.o .libs/libvrtx_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libvrtx.so.0 -o .libs/libvrtx.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libvrtx.so.0" && ln -s "libvrtx.so.0.0.0" "libvrtx.so.0")
libtool: link: (cd ".libs" && rm -f "libvrtx.so" && ln -s "libvrtx.so.0.0.0" "libvrtx.so")
libtool: link: (cd .libs/libvrtx.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libvrtx.a  libvrtx_la-event.o libvrtx_la-heap.o libvrtx_la-init.o libvrtx_la-mb.o libvrtx_la-mx.o libvrtx_la-pt.o libvrtx_la-queue.o libvrtx_la-sem.o libvrtx_la-task.o libvrtx_la-time.o libvrtx_la-wrappers.o  .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libvrtx.a
libtool: link: rm -fr .libs/libvrtx.lax
libtool: link: ( cd ".libs" && rm -f "libvrtx.la" && ln -s "../libvrtx.la" "libvrtx.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
Making all in rtai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c -o librtai_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtai_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c init.c -o librtai_la-init.o >/dev/null 2>&1
mv -f .deps/librtai_la-init.Tpo .deps/librtai_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c -o librtai_la-shm.lo `test -f 'shm.c' || echo './'`shm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c shm.c  -fPIC -DPIC -o .libs/librtai_la-shm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c shm.c -o librtai_la-shm.o >/dev/null 2>&1
mv -f .deps/librtai_la-shm.Tpo .deps/librtai_la-shm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 0:0:0 -Wl,-O1 -Wl,--as-needed -o librtai.la -rpath /usr/lib librtai_la-init.lo librtai_la-shm.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/librtai_la-init.o .libs/librtai_la-shm.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive   -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,librtai.so.0 -o .libs/librtai.so.0.0.0
libtool: link: (cd ".libs" && rm -f "librtai.so.0" && ln -s "librtai.so.0.0.0" "librtai.so.0")
libtool: link: (cd ".libs" && rm -f "librtai.so" && ln -s "librtai.so.0.0.0" "librtai.so")
libtool: link: (cd .libs/librtai.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtai.a  librtai_la-init.o librtai_la-shm.o  .libs/librtai.lax/libxeno_common.a/libxeno_common_la-current.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtai.a
libtool: link: rm -fr .libs/librtai.lax
libtool: link: ( cd ".libs" && rm -f "librtai.la" && ln -s "../librtai.la" "librtai.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
Making all in uitron
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c -o libuitron_la-flag.lo `test -f 'flag.c' || echo './'`flag.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c flag.c  -fPIC -DPIC -o .libs/libuitron_la-flag.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c flag.c -o libuitron_la-flag.o >/dev/null 2>&1
mv -f .deps/libuitron_la-flag.Tpo .deps/libuitron_la-flag.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c -o libuitron_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libuitron_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c init.c -o libuitron_la-init.o >/dev/null 2>&1
mv -f .deps/libuitron_la-init.Tpo .deps/libuitron_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c -o libuitron_la-mbx.lo `test -f 'mbx.c' || echo './'`mbx.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c mbx.c  -fPIC -DPIC -o .libs/libuitron_la-mbx.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c mbx.c -o libuitron_la-mbx.o >/dev/null 2>&1
mv -f .deps/libuitron_la-mbx.Tpo .deps/libuitron_la-mbx.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c -o libuitron_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libuitron_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c sem.c -o libuitron_la-sem.o >/dev/null 2>&1
mv -f .deps/libuitron_la-sem.Tpo .deps/libuitron_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c -o libuitron_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libuitron_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c task.c -o libuitron_la-task.o >/dev/null 2>&1
mv -f .deps/libuitron_la-task.Tpo .deps/libuitron_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 0:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libuitron.la -rpath /usr/lib libuitron_la-flag.lo libuitron_la-init.lo libuitron_la-mbx.lo libuitron_la-sem.lo libuitron_la-task.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libuitron_la-flag.o .libs/libuitron_la-init.o .libs/libuitron_la-mbx.o .libs/libuitron_la-sem.o .libs/libuitron_la-task.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libuitron.so.0 -o .libs/libuitron.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libuitron.so.0" && ln -s "libuitron.so.0.0.0" "libuitron.so.0")
libtool: link: (cd ".libs" && rm -f "libuitron.so" && ln -s "libuitron.so.0.0.0" "libuitron.so")
libtool: link: (cd .libs/libuitron.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libuitron.a  libuitron_la-flag.o libuitron_la-init.o libuitron_la-mbx.o libuitron_la-sem.o libuitron_la-task.o  .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libuitron.a
libtool: link: rm -fr .libs/libuitron.lax
libtool: link: ( cd ".libs" && rm -f "libuitron.la" && ln -s "../libuitron.la" "libuitron.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making all in drvlib
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making all in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c -o libanalogy_la-async.lo `test -f 'async.c' || echo './'`async.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c async.c  -fPIC -DPIC -o .libs/libanalogy_la-async.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c async.c -o libanalogy_la-async.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-async.Tpo .deps/libanalogy_la-async.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c -o libanalogy_la-descriptor.lo `test -f 'descriptor.c' || echo './'`descriptor.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c descriptor.c  -fPIC -DPIC -o .libs/libanalogy_la-descriptor.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c descriptor.c -o libanalogy_la-descriptor.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-descriptor.Tpo .deps/libanalogy_la-descriptor.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c -o libanalogy_la-info.lo `test -f 'info.c' || echo './'`info.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c info.c  -fPIC -DPIC -o .libs/libanalogy_la-info.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c info.c -o libanalogy_la-info.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-info.Tpo .deps/libanalogy_la-info.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c -o libanalogy_la-range.lo `test -f 'range.c' || echo './'`range.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c range.c  -fPIC -DPIC -o .libs/libanalogy_la-range.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c range.c -o libanalogy_la-range.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-range.Tpo .deps/libanalogy_la-range.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c -o libanalogy_la-sync.lo `test -f 'sync.c' || echo './'`sync.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c sync.c  -fPIC -DPIC -o .libs/libanalogy_la-sync.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c sync.c -o libanalogy_la-sync.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-sync.Tpo .deps/libanalogy_la-sync.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c -o libanalogy_la-sys.lo `test -f 'sys.c' || echo './'`sys.c
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c sys.c  -fPIC -DPIC -o .libs/libanalogy_la-sys.o
libtool: compile:  arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c sys.c -o libanalogy_la-sys.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-sys.Tpo .deps/libanalogy_la-sys.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -version-info 1:0:0 -lpthread -Wl,-O1 -Wl,--as-needed -o libanalogy.la -rpath /usr/lib libanalogy_la-async.lo libanalogy_la-descriptor.lo libanalogy_la-info.lo libanalogy_la-range.lo libanalogy_la-sync.lo libanalogy_la-sys.lo  
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -shared  .libs/libanalogy_la-async.o .libs/libanalogy_la-descriptor.o .libs/libanalogy_la-info.o .libs/libanalogy_la-range.o .libs/libanalogy_la-sync.o .libs/libanalogy_la-sys.o   -lpthread  -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libanalogy.so.1 -o .libs/libanalogy.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libanalogy.so.1" && ln -s "libanalogy.so.1.0.0" "libanalogy.so.1")
libtool: link: (cd ".libs" && rm -f "libanalogy.so" && ln -s "libanalogy.so.1.0.0" "libanalogy.so")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libanalogy.a  libanalogy_la-async.o libanalogy_la-descriptor.o libanalogy_la-info.o libanalogy_la-range.o libanalogy_la-sync.o libanalogy_la-sys.o
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libanalogy.a
libtool: link: ( cd ".libs" && rm -f "libanalogy.la" && ln -s "../libanalogy.la" "libanalogy.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making all in testsuite
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making all in latency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT latency-latency.o -MD -MP -MF .deps/latency-latency.Tpo -c -o latency-latency.o `test -f 'latency.c' || echo './'`latency.c
{standard input}: Assembler messages:
{standard input}:511: rdhi, rdlo and rm must all be different
{standard input}:513: rdhi, rdlo and rm must all be different
{standard input}:988: rdhi, rdlo and rm must all be different
{standard input}:1435: rdhi, rdlo and rm must all be different
{standard input}:1442: rdhi, rdlo and rm must all be different
mv -f .deps/latency-latency.Tpo .deps/latency-latency.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o latency latency-latency.o ../../skins/native/libnative.la ../../skins/rtdm/librtdm.la -lpthread -lm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o .libs/latency latency-latency.o  ../../skins/native/.libs/libnative.so ../../skins/rtdm/.libs/librtdm.so -lpthread -lm
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
Making all in cyclic
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -DIPIPE_TRACE=1 -I../../../include    -MT cyclictest-cyclictest.o -MD -MP -MF .deps/cyclictest-cyclictest.Tpo -c -o cyclictest-cyclictest.o `test -f 'cyclictest.c' || echo './'`cyclictest.c
{standard input}: Assembler messages:
{standard input}:741: rdhi, rdlo and rm must all be different
{standard input}:818: rdhi, rdlo and rm must all be different
mv -f .deps/cyclictest-cyclictest.Tpo .deps/cyclictest-cyclictest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -Wl,--as-needed -o cyclictest cyclictest-cyclictest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -Wl,--as-needed -o .libs/cyclictest cyclictest-cyclictest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [cyclictest] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
Making all in switchtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -I../../../include    -MT switchtest-switchtest.o -MD -MP -MF .deps/switchtest-switchtest.Tpo -c -o switchtest-switchtest.o `test -f 'switchtest.c' || echo './'`switchtest.c
{standard input}: Assembler messages:
{standard input}:1215: rdhi, rdlo and rm must all be different
{standard input}:1403: rdhi, rdlo and rm must all be different
{standard input}:1822: rdhi, rdlo and rm must all be different
{standard input}:2160: rdhi, rdlo and rm must all be different
{standard input}:2582: rdhi, rdlo and rm must all be different
{standard input}:2587: rdhi, rdlo and rm must all be different
{standard input}:4645: rdhi, rdlo and rm must all be different
mv -f .deps/switchtest-switchtest.Tpo .deps/switchtest-switchtest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -Wl,--as-needed -o switchtest switchtest-switchtest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -Wl,--as-needed -o .libs/switchtest switchtest-switchtest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [switchtest] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
Making all in irqbench
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT irqloop-irqloop.o -MD -MP -MF .deps/irqloop-irqloop.Tpo -c -o irqloop-irqloop.o `test -f 'irqloop.c' || echo './'`irqloop.c
mv -f .deps/irqloop-irqloop.Tpo .deps/irqloop-irqloop.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -Wl,--as-needed -o irqloop irqloop-irqloop.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -Wl,--as-needed -o .libs/irqloop irqloop-irqloop.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [irqloop] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
Making all in clocktest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT clocktest-clocktest.o -MD -MP -MF .deps/clocktest-clocktest.Tpo -c -o clocktest-clocktest.o `test -f 'clocktest.c' || echo './'`clocktest.c
{standard input}: Assembler messages:
{standard input}:355: rdhi, rdlo and rm must all be different
{standard input}:485: rdhi, rdlo and rm must all be different
mv -f .deps/clocktest-clocktest.Tpo .deps/clocktest-clocktest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -Wl,--as-needed -o clocktest clocktest-clocktest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -Wl,--as-needed -o .libs/clocktest clocktest-clocktest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [clocktest] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
Making all in klatency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT klatency-klatency.o -MD -MP -MF .deps/klatency-klatency.Tpo -c -o klatency-klatency.o `test -f 'klatency.c' || echo './'`klatency.c
{standard input}: Assembler messages:
{standard input}:206: rdhi, rdlo and rm must all be different
{standard input}:208: rdhi, rdlo and rm must all be different
{standard input}:214: rdhi, rdlo and rm must all be different
{standard input}:295: rdhi, rdlo and rm must all be different
{standard input}:297: rdhi, rdlo and rm must all be different
mv -f .deps/klatency-klatency.Tpo .deps/klatency-klatency.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o klatency klatency-klatency.o  
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o klatency klatency-klatency.o 
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
Making all in unit
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT arith-arith.o -MD -MP -MF .deps/arith-arith.Tpo -c -o arith-arith.o `test -f 'arith.c' || echo './'`arith.c
{standard input}: Assembler messages:
{standard input}:389: rdhi, rdlo and rm must all be different
{standard input}:682: rdhi, rdlo and rm must all be different
{standard input}:1465: rdhi, rdlo and rm must all be different
{standard input}:1549: rdhi, rdlo and rm must all be different
{standard input}:2506: rdhi, rdlo and rm must all be different
mv -f .deps/arith-arith.Tpo .deps/arith-arith.Po
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT arith-arith-noinline.o -MD -MP -MF .deps/arith-arith-noinline.Tpo -c -o arith-arith-noinline.o `test -f 'arith-noinline.c' || echo './'`arith-noinline.c
mv -f .deps/arith-arith-noinline.Tpo .deps/arith-arith-noinline.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o arith arith-arith.o arith-arith-noinline.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o .libs/arith arith-arith.o arith-arith-noinline.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT wakeup_time-wakeup-time.o -MD -MP -MF .deps/wakeup_time-wakeup-time.Tpo -c -o wakeup_time-wakeup-time.o `test -f 'wakeup-time.c' || echo './'`wakeup-time.c
mv -f .deps/wakeup_time-wakeup-time.Tpo .deps/wakeup_time-wakeup-time.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o wakeup-time wakeup_time-wakeup-time.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o .libs/wakeup-time wakeup_time-wakeup-time.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -DXENO_POSIX -I../../../include    -MT mutex_torture_posix-mutex-torture.o -MD -MP -MF .deps/mutex_torture_posix-mutex-torture.Tpo -c -o mutex_torture_posix-mutex-torture.o `test -f 'mutex-torture.c' || echo './'`mutex-torture.c
mv -f .deps/mutex_torture_posix-mutex-torture.Tpo .deps/mutex_torture_posix-mutex-torture.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -Wl,--as-needed -o mutex-torture-posix mutex_torture_posix-mutex-torture.o ../../skins/posix/libpthread_rt.la ../../skins/native/libnative.la -lpthread -lrt -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -Wl,--as-needed -o .libs/mutex-torture-posix mutex_torture_posix-mutex-torture.o  ../../skins/posix/.libs/libpthread_rt.so ../../skins/native/.libs/libnative.so -lpthread -lrt -lm
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [mutex-torture-posix] Error 1
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT mutex_torture_native-mutex-torture.o -MD -MP -MF .deps/mutex_torture_native-mutex-torture.Tpo -c -o mutex_torture_native-mutex-torture.o `test -f 'mutex-torture.c' || echo './'`mutex-torture.c
mv -f .deps/mutex_torture_native-mutex-torture.Tpo .deps/mutex_torture_native-mutex-torture.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o mutex-torture-native mutex_torture_native-mutex-torture.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o .libs/mutex-torture-native mutex_torture_native-mutex-torture.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT check_vdso-check-vdso.o -MD -MP -MF .deps/check_vdso-check-vdso.Tpo -c -o check_vdso-check-vdso.o `test -f 'check-vdso.c' || echo './'`check-vdso.c
mv -f .deps/check_vdso-check-vdso.Tpo .deps/check_vdso-check-vdso.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o check-vdso check_vdso-check-vdso.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o .libs/check-vdso check_vdso-check-vdso.o  ../../skins/native/.libs/libnative.so -lpthread -lm
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
Making all in sigtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -I../../../include    -MT sigtest-sigtest.o -MD -MP -MF .deps/sigtest-sigtest.Tpo -c -o sigtest-sigtest.o `test -f 'sigtest.c' || echo './'`sigtest.c
mv -f .deps/sigtest-sigtest.Tpo .deps/sigtest-sigtest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -rdynamic -Wl,-O1 -Wl,--as-needed -o sigtest sigtest-sigtest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -rdynamic -Wl,-O1 -Wl,--as-needed -o .libs/sigtest sigtest-sigtest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_open'
../../skins/posix/.libs/libpthread_rt.so: undefined reference to `shm_unlink'
collect2: ld returned 1 exit status
make[3]: *** [sigtest] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[2]: *** [all-recursive] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making all in utils
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
Making all in can
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcanrecv.o -MD -MP -MF .deps/rtcanrecv.Tpo -c -o rtcanrecv.o rtcanrecv.c
{standard input}: Assembler messages:
{standard input}:683: rdhi, rdlo and rm must all be different
mv -f .deps/rtcanrecv.Tpo .deps/rtcanrecv.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../skins/native -L../../skins/rtdm -o rtcanrecv rtcanrecv.o -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/rtcanrecv rtcanrecv.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcansend.o -MD -MP -MF .deps/rtcansend.Tpo -c -o rtcansend.o rtcansend.c
{standard input}: Assembler messages:
{standard input}:445: rdhi, rdlo and rm must all be different
{standard input}:493: rdhi, rdlo and rm must all be different
mv -f .deps/rtcansend.Tpo .deps/rtcansend.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../skins/native -L../../skins/rtdm -o rtcansend rtcansend.o -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/rtcansend rtcansend.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcanconfig.o -MD -MP -MF .deps/rtcanconfig.Tpo -c -o rtcanconfig.o rtcanconfig.c
mv -f .deps/rtcanconfig.Tpo .deps/rtcanconfig.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../skins/native -L../../skins/rtdm -o rtcanconfig rtcanconfig.o -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/rtcanconfig rtcanconfig.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
Making all in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT cmd_read.o -MD -MP -MF .deps/cmd_read.Tpo -c -o cmd_read.o cmd_read.c
mv -f .deps/cmd_read.Tpo .deps/cmd_read.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o cmd_read cmd_read.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/cmd_read cmd_read.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT cmd_write.o -MD -MP -MF .deps/cmd_write.Tpo -c -o cmd_write.o cmd_write.c
{standard input}: Assembler messages:
{standard input}:566: rdhi, rdlo and rm must all be different
mv -f .deps/cmd_write.Tpo .deps/cmd_write.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o cmd_write cmd_write.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/cmd_write cmd_write.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT insn_read.o -MD -MP -MF .deps/insn_read.Tpo -c -o insn_read.o insn_read.c
mv -f .deps/insn_read.Tpo .deps/insn_read.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o insn_read insn_read.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/insn_read insn_read.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT insn_write.o -MD -MP -MF .deps/insn_write.Tpo -c -o insn_write.o insn_write.c
mv -f .deps/insn_write.Tpo .deps/insn_write.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o insn_write insn_write.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/insn_write insn_write.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT analogy_config.o -MD -MP -MF .deps/analogy_config.Tpo -c -o analogy_config.o analogy_config.c
mv -f .deps/analogy_config.Tpo .deps/analogy_config.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o analogy_config analogy_config.o -lanalogy -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -o .libs/analogy_config analogy_config.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
Making all in ps
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes   -MT rtps.o -MD -MP -MF .deps/rtps.Tpo -c -o rtps.o rtps.c
{standard input}: Assembler messages:
{standard input}:107: rdhi, rdlo and rm must all be different
{standard input}:117: rdhi, rdlo and rm must all be different
mv -f .deps/rtps.Tpo .deps/rtps.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize    -Wl,-O1 -Wl,--as-needed -o rtps rtps.o  
libtool: link: arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize -Wl,-O1 -Wl,--as-needed -o rtps rtps.o 
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Target `all' not remade because of errors.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making all in include
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making all in asm-generic
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making all in asm-blackfin
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making all in asm-x86
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making all in asm-powerpc
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making all in asm-arm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making all in asm-nios2
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making all in asm-sim
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making all in analogy
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
Making all in native
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
Making all in nucleus
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
Making all in posix
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making all in sys
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making all in psos+
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
Making all in rtai
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
Making all in rtdm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
Making all in uitron
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
Making all in vrtx
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
Making all in vxworks
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making all in config
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
Making all in doc
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making all in docbook
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making all in custom-stylesheets
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making all in xsl
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
Making all in common
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
Making all in fo
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
Making all in html
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making all in xenomai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making all in doxygen
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
Making all in man
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
Making all in txt
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making all in scripts
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
make: *** [all-recursive] Error 1
make: Target `all' not remade because of errors.
FATAL: oe_runmake failed

[-- Attachment #3: log.do_configure.8536 --]
[-- Type: application/octet-stream, Size: 12432 bytes --]

configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for arm-linux-gcc... arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize accepts -g... yes
checking for arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-none-linux-gnueabi-gcc -E
checking target system type... arm-unknown-linux-gnu
checking for arm-linux-gcc... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for arm-linux-strip... arm-none-linux-gnueabi-strip
checking dependency style of arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking dependency style of arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize... gcc3
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for target architecture... arm
checking for a sed that does not truncate output... /home/jdoe/poky/poky/build/tmp-poky/staging/i686-linux/usr/bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize... arm-none-linux-gnueabi-ld
checking if the linker (arm-none-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... no
checking for arm-linux-dumpbin... no
checking for arm-linux-link... no
checking for dumpbin... no
checking for link... link -dump -symbols
configure: WARNING: using cross tools not prefixed with host triplet
checking the name lister (link -dump -symbols) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for arm-none-linux-gnueabi-ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for arm-linux-ar... arm-none-linux-gnueabi-ar
checking for arm-linux-strip... (cached) arm-none-linux-gnueabi-strip
checking for arm-linux-ranlib... arm-none-linux-gnueabi-ranlib
checking command to parse link -dump -symbols output from arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize object... failed
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize supports -fno-rtti -fno-exceptions... no
checking for arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize option to produce PIC... -fPIC -DPIC
checking if arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize PIC flag -fPIC -DPIC works... yes
checking if arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize static flag -static works... yes
checking if arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize supports -c -o file.o... yes
checking if arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize supports -c -o file.o... (cached) yes
checking whether the arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize linker (arm-none-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for debug symbols... no
checking for SMP support... no
checking for ARM machine... omap3
checking for ARM architecture version... 7
checking for ARM SA1100 architecture... no
checking for ARM Xscale3 architecture... no
checking for TSC emulation in user-space.... yes
checking for ARM EABI interface... y
checking whether building Linux in Xenomai build tree... no
checking for Doxygen documentation... no
checking for doxygen... no
checking for dot... NO
checking whether compiling Docbook XML documentation... no
checking for xmllint... xmllint
checking for xsltproc... xsltproc
checking for fop... no
checking whether Docbook XML documentation generation can use network.... no
checking for docbook-xml root dir... /usr/share/sgml/docbook/dtd/xml/4.2
checking for docbook-xsl root dir... network
checking whether using LaTeX non-stop mode... no
checking mqueue.h usability... yes
checking mqueue.h presence... yes
checking for mqueue.h... yes
checking for sched_setaffinity... ok
checking for specific GCC switches... done
checking whether ld supports @file... yes
checking whether the POSIX skin library automatically calls mlockall... no
checking whether the pSOS skin library automatically calls mlockall... no
checking whether the uITRON skin library automatically calls mlockall... no
checking for shm_open... yes
checking for shm_unlink... yes
checking for mmap64... yes
checking for ftruncate64... yes
checking for pthread_mutexattr_setprotocol... yes
checking for pthread_condattr_setclock... yes
checking for pthread_spin_lock... yes
checking whether to enable dlopen support for skin libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/xeno-config
config.status: creating scripts/xeno-load
config.status: creating scripts/xeno-test
config.status: creating src/Makefile
config.status: creating src/rtdk/Makefile
config.status: creating src/skins/Makefile
config.status: creating src/skins/common/Makefile
config.status: creating src/skins/posix/Makefile
config.status: creating src/skins/native/Makefile
config.status: creating src/skins/vxworks/Makefile
config.status: creating src/skins/psos+/Makefile
config.status: creating src/skins/vrtx/Makefile
config.status: creating src/skins/rtdm/Makefile
config.status: creating src/skins/rtai/Makefile
config.status: creating src/skins/uitron/Makefile
config.status: creating src/drvlib/Makefile
config.status: creating src/drvlib/analogy/Makefile
config.status: creating src/include/Makefile
config.status: creating src/testsuite/Makefile
config.status: creating src/testsuite/latency/Makefile
config.status: creating src/testsuite/cyclic/Makefile
config.status: creating src/testsuite/switchtest/Makefile
config.status: creating src/testsuite/irqbench/Makefile
config.status: creating src/testsuite/clocktest/Makefile
config.status: creating src/testsuite/klatency/Makefile
config.status: creating src/testsuite/unit/Makefile
config.status: creating src/testsuite/sigtest/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/can/Makefile
config.status: creating src/utils/analogy/Makefile
config.status: creating src/utils/ps/Makefile
config.status: creating include/Makefile
config.status: creating include/asm-generic/Makefile
config.status: creating include/asm-generic/bits/Makefile
config.status: creating include/asm-blackfin/Makefile
config.status: creating include/asm-blackfin/bits/Makefile
config.status: creating include/asm-x86/Makefile
config.status: creating include/asm-x86/bits/Makefile
config.status: creating include/asm-powerpc/Makefile
config.status: creating include/asm-powerpc/bits/Makefile
config.status: creating include/asm-arm/Makefile
config.status: creating include/asm-arm/bits/Makefile
config.status: creating include/asm-nios2/Makefile
config.status: creating include/asm-nios2/bits/Makefile
config.status: creating include/asm-sim/Makefile
config.status: creating include/asm-sim/bits/Makefile
config.status: creating include/native/Makefile
config.status: creating include/nucleus/Makefile
config.status: creating include/posix/Makefile
config.status: creating include/posix/sys/Makefile
config.status: creating include/psos+/Makefile
config.status: creating include/rtai/Makefile
config.status: creating include/rtdm/Makefile
config.status: creating include/analogy/Makefile
config.status: creating include/uitron/Makefile
config.status: creating include/vrtx/Makefile
config.status: creating include/vxworks/Makefile
config.status: creating doc/Makefile
config.status: creating doc/txt/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/clocktest.man
config.status: creating doc/man/cyclictest.man
config.status: creating doc/man/irqbench.man
config.status: creating doc/man/irqloop.man
config.status: creating doc/man/klatency.man
config.status: creating doc/man/latency.man
config.status: creating doc/man/rtcanconfig.man
config.status: creating doc/man/rtcanrecv.man
config.status: creating doc/man/rtcansend.man
config.status: creating doc/man/switchbench.man
config.status: creating doc/man/switchtest.man
config.status: creating doc/man/runinfo.man
config.status: creating doc/man/xeno-config.man
config.status: creating doc/man/xeno-info.man
config.status: creating doc/man/xeno-load.man
config.status: creating doc/man/xeno-test.man
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/Doxyfile-common
config.status: creating doc/doxygen/Doxyfile
config.status: creating doc/doxygen/Doxyfile-native
config.status: creating doc/doxygen/Doxyfile-nucleus
config.status: creating doc/doxygen/Doxyfile-posix
config.status: creating doc/doxygen/Doxyfile-rtdm
config.status: creating doc/docbook/Makefile
config.status: creating doc/docbook/catalog
config.status: creating doc/docbook/custom-stylesheets/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/common/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/fo/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/html/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/html/chunk.xsl
config.status: creating doc/docbook/custom-stylesheets/xsl/html/onechunk.xsl
config.status: creating doc/docbook/xenomai/Makefile
config.status: creating src/include/xeno_config.h
config.status: linking ./include/asm-arm to src/include/asm/xenomai
config.status: linking ./include/asm-generic to src/include/asm-generic/xenomai
config.status: executing depfiles commands
config.status: executing libtool commands

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:49   ` Felipe Brandão Cavalcanti
  2010-02-10 11:58     ` Felipe Brandão Cavalcanti
@ 2010-02-10 12:00     ` Gilles Chanteperdrix
  2010-02-10 12:19     ` Gilles Chanteperdrix
  2 siblings, 0 replies; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 12:00 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> Hello,
>>>
>>> I am having some problems when trying to cross-compile the userspace
>> portion
>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>> cross-compiling
>>> with bitbake on top of a poky Linux distribution.
>> Do you have the same problem if you build Xenomai user-space portion
>> running the standard build procedure without additional CFLAGS and LDFLAGS?
>>
>>
> I have not tried this - the cross compiler automatically adds them, and I am
> not sure what I can remove. However, I will try removing them to see what
> works. One thing that I noticed using the -k option in the make command is
> that compiling fails only in the testsuite.

You probably have some CFLAGS and LDFLAGS defined in the environment.
This way of passing CFLAGS and LDFLAGS to the autotools is deprecated.

> 
> I found an old thread with a similar problem:
> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html

No, these are unrelated problems. The problems you mention have been
solved by using the wrap-link.sh script, which you can seen on the
command line you posted, but which unfortunately either the CFLAGS or
LDFLAGS you pass, or your toolchain seem to upset.

To know if the issue is the flags or the toolchain, I ask you to
recompile with the same toolchain, but without your custom flags.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:58     ` Felipe Brandão Cavalcanti
@ 2010-02-10 12:04       ` Gilles Chanteperdrix
  2010-02-10 12:16         ` Gilles Chanteperdrix
  2010-02-10 14:24       ` Gilles Chanteperdrix
  1 sibling, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 12:04 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> 
>>
>> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm>
>>
>> Felipe Brandão Cavalcanti wrote:
>>>> Hello,
>>>>
>>>> I am having some problems when trying to cross-compile the userspace
>>> portion
>>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>>> cross-compiling
>>>> with bitbake on top of a poky Linux distribution.
>>> Do you have the same problem if you build Xenomai user-space portion
>>> running the standard build procedure without additional CFLAGS and
>>> LDFLAGS?
>>>
>>>
>> I have not tried this - the cross compiler automatically adds them, and I
>> am not sure what I can remove. However, I will try removing them to see what
>> works. One thing that I noticed using the -k option in the make command is
>> that compiling fails only in the testsuite.
>>
>> I found an old thread with a similar problem:
>> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>>
>>
> 
> Just tried removing the LDFLAGS and CFLAGS, same error. I've attached the
> configure and make logs.

You still compile with the same flags:
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc
-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-fno-tree-vectorize
-Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers
-Wl,-O1 -Wl,--as-needed -o .libs/cyclictest cyclictest-cyclictest.o
../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt

a normal Xenomai build would not have -mtune=cortex-a8, -mfpu=neon
-fno-tree-vectorize -Wl,-O1 -WL,--as-needed

Try unset CFLAGS; unset LDFLAGS before running make.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 12:04       ` Gilles Chanteperdrix
@ 2010-02-10 12:16         ` Gilles Chanteperdrix
  0 siblings, 0 replies; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 12:16 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Gilles Chanteperdrix wrote:
> Felipe Brandão Cavalcanti wrote:
>> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
>>
>>> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgom>
>>>
>>> Felipe Brandão Cavalcanti wrote:
>>>>> Hello,
>>>>>
>>>>> I am having some problems when trying to cross-compile the userspace
>>>> portion
>>>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>>>> cross-compiling
>>>>> with bitbake on top of a poky Linux distribution.
>>>> Do you have the same problem if you build Xenomai user-space portion
>>>> running the standard build procedure without additional CFLAGS and
>>>> LDFLAGS?
>>>>
>>>>
>>> I have not tried this - the cross compiler automatically adds them, and I
>>> am not sure what I can remove. However, I will try removing them to see what
>>> works. One thing that I noticed using the -k option in the make command is
>>> that compiling fails only in the testsuite.
>>>
>>> I found an old thread with a similar problem:
>>> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>>>
>>>
>> Just tried removing the LDFLAGS and CFLAGS, same error. I've attached the
>> configure and make logs.
> 
> You still compile with the same flags:
> libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc
> -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
> -fno-tree-vectorize
> -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers
> -Wl,-O1 -Wl,--as-needed -o .libs/cyclictest cyclictest-cyclictest.o
> ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
> 
> a normal Xenomai build would not have -mtune=cortex-a8, -mfpu=neon
> -fno-tree-vectorize -Wl,-O1 -WL,--as-needed

-mtune=cortex-a8 -mfpu=neon come from your CC variable, unset CC and run
configure passing --host=arm-none-linux-gnueabi, CC will be set
automatically.

to find the other options, grep the output of the "export" command, and
unset the variables you find.

-- 
					    Gilles.



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:49   ` Felipe Brandão Cavalcanti
  2010-02-10 11:58     ` Felipe Brandão Cavalcanti
  2010-02-10 12:00     ` Gilles Chanteperdrix
@ 2010-02-10 12:19     ` Gilles Chanteperdrix
  2 siblings, 0 replies; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 12:19 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> Hello,
>>>
>>> I am having some problems when trying to cross-compile the userspace
>> portion
>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>> cross-compiling
>>> with bitbake on top of a poky Linux distribution.
>> Do you have the same problem if you build Xenomai user-space portion
>> running the standard build procedure without additional CFLAGS and LDFLAGS?
>>
>>
> I have not tried this - the cross compiler automatically adds them, and I am
> not sure what I can remove. However, I will try removing them to see what
> works. One thing that I noticed using the -k option in the make command is
> that compiling fails only in the testsuite.

Just tried to compile xenomai for beagle. The command line which you
should have, except for the paths, should be:

libtool: link: /home/gilles/src/xenomai/xenomai-2.5/scripts/wrap-link.sh
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a
-g -O2
-Wl,@/home/gilles/files/src/xenomai/xenomai-2.5/src/skins/posix/posix.wrappers
-mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/cyclictest
cyclictest-cyclictest.o  ../../skins/posix/.libs/libpthread_rt.so
-lpthread -lrt -Wl,-rpath -Wl,//lib

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 11:58     ` Felipe Brandão Cavalcanti
  2010-02-10 12:04       ` Gilles Chanteperdrix
@ 2010-02-10 14:24       ` Gilles Chanteperdrix
  2010-02-10 19:28         ` Felipe Brandão Cavalcanti
  1 sibling, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 14:24 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> 
>>
>> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm>
>>
>> Felipe Brandão Cavalcanti wrote:
>>>> Hello,
>>>>
>>>> I am having some problems when trying to cross-compile the userspace
>>> portion
>>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>>> cross-compiling
>>>> with bitbake on top of a poky Linux distribution.
>>> Do you have the same problem if you build Xenomai user-space portion
>>> running the standard build procedure without additional CFLAGS and
>>> LDFLAGS?
>>>
>>>
>> I have not tried this - the cross compiler automatically adds them, and I
>> am not sure what I can remove. However, I will try removing them to see what
>> works. One thing that I noticed using the -k option in the make command is
>> that compiling fails only in the testsuite.
>>
>> I found an old thread with a similar problem:
>> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>>
>>
> 
> Just tried removing the LDFLAGS and CFLAGS, same error. I've attached the
> configure and make logs.

Ok. Made a diff between your configure log and mine. It seems the
problem is at some point configure does not find a compiler named
"arm-linux-gcc" and decides to use "gcc". So, your host compiler is
probably used to test whether shm_open/shm_unlink and a few other
functions exist for your target, and finds them whereas they are
probably not available.

So, the cure is to pass --host=arm-none-linux-gnueabi instead of
--host=arm-linux.

This looks a bit like a bug. Did you (or bit-bake, or poky, whatever)
re-run autoconf or are you using the original configure script?

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 14:24       ` Gilles Chanteperdrix
@ 2010-02-10 19:28         ` Felipe Brandão Cavalcanti
  2010-02-11 18:05           ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-10 19:28 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 2910 bytes --]

2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> >
> >>
> >> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm
> >
> >>
> >> Felipe Brandão Cavalcanti wrote:
> >>>> Hello,
> >>>>
> >>>> I am having some problems when trying to cross-compile the userspace
> >>> portion
> >>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
> >>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
> >>> cross-compiling
> >>>> with bitbake on top of a poky Linux distribution.
> >>> Do you have the same problem if you build Xenomai user-space portion
> >>> running the standard build procedure without additional CFLAGS and
> >>> LDFLAGS?
> >>>
> >>>
> >> I have not tried this - the cross compiler automatically adds them, and
> I
> >> am not sure what I can remove. However, I will try removing them to see
> what
> >> works. One thing that I noticed using the -k option in the make command
> is
> >> that compiling fails only in the testsuite.
> >>
> >> I found an old thread with a similar problem:
> >> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
> >>
> >>
> >
> > Just tried removing the LDFLAGS and CFLAGS, same error. I've attached the
> > configure and make logs.
>
> Ok. Made a diff between your configure log and mine. It seems the
> problem is at some point configure does not find a compiler named
> "arm-linux-gcc" and decides to use "gcc". So, your host compiler is
> probably used to test whether shm_open/shm_unlink and a few other
> functions exist for your target, and finds them whereas they are
> probably not available.
>
> So, the cure is to pass --host=arm-none-linux-gnueabi instead of
> --host=arm-linux.
>
> This looks a bit like a bug. Did you (or bit-bake, or poky, whatever)
> re-run autoconf or are you using the original configure script?
>
>
I am running the standard configure script, but I am not sure if bitbake
runs autoconf again - probably not.

However, I did get it to compile - I just havent had the chance the test it
yet. In the end, I removed the -Wl,--as-needed, as well as a couple of other
flags.

I am attaching the logs of the latest compilation, in case you want to take
a look. I will send in the final results as soon as I get a chance to test
it.

Gilles, thanks very much for the help!
   -Felipe Brandao Cavalcanti

--
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #1.2: Type: text/html, Size: 4181 bytes --]

[-- Attachment #2: log.autotools_staging_pstage.24782 --]
[-- Type: application/octet-stream, Size: 390 bytes --]

cp: cannot stat `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/temp-staging-pstage//home/jdoe/poky/poky/build/tmp-poky/staging/*': No such file or directory
cp: cannot stat `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/temp-staging-pstage//home/jdoe/poky/poky/build/tmp-poky/staging/*': No such file or directory

[-- Attachment #3: log.do_compile.16374 --]
[-- Type: application/octet-stream, Size: 186008 bytes --]

NOTE: make
Making all in src
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making all in include
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make  all-am
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
Making all in rtdk
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c -o librtdk_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtdk_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-init.lo -MD -MP -MF .deps/librtdk_la-init.Tpo -c init.c -o librtdk_la-init.o >/dev/null 2>&1
mv -f .deps/librtdk_la-init.Tpo .deps/librtdk_la-init.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c -o librtdk_la-rt_print.lo `test -f 'rt_print.c' || echo './'`rt_print.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c rt_print.c  -fPIC -DPIC -o .libs/librtdk_la-rt_print.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-rt_print.lo -MD -MP -MF .deps/librtdk_la-rt_print.Tpo -c rt_print.c -o librtdk_la-rt_print.o >/dev/null 2>&1
mv -f .deps/librtdk_la-rt_print.Tpo .deps/librtdk_la-rt_print.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c -o librtdk_la-assert_context.lo `test -f 'assert_context.c' || echo './'`assert_context.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c assert_context.c  -fPIC -DPIC -o .libs/librtdk_la-assert_context.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-assert_context.lo -MD -MP -MF .deps/librtdk_la-assert_context.Tpo -c assert_context.c -o librtdk_la-assert_context.o >/dev/null 2>&1
mv -f .deps/librtdk_la-assert_context.Tpo .deps/librtdk_la-assert_context.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include    -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c -o librtdk_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/librtdk_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../include -MT librtdk_la-wrappers.lo -MD -MP -MF .deps/librtdk_la-wrappers.Tpo -c wrappers.c -o librtdk_la-wrappers.o >/dev/null 2>&1
mv -f .deps/librtdk_la-wrappers.Tpo .deps/librtdk_la-wrappers.Plo
/bin/sh ../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 0:0:0 -lpthread -lrt -Wl,-O1 -o librtdk.la -rpath /usr/lib librtdk_la-init.lo librtdk_la-rt_print.lo librtdk_la-assert_context.lo librtdk_la-wrappers.lo  
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/librtdk_la-init.o .libs/librtdk_la-rt_print.o .libs/librtdk_la-assert_context.o .libs/librtdk_la-wrappers.o   -lpthread -lrt  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,librtdk.so.0 -o .libs/librtdk.so.0.0.0
libtool: link: (cd ".libs" && rm -f "librtdk.so.0" && ln -s "librtdk.so.0.0.0" "librtdk.so.0")
libtool: link: (cd ".libs" && rm -f "librtdk.so" && ln -s "librtdk.so.0.0.0" "librtdk.so")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtdk.a  librtdk_la-init.o librtdk_la-rt_print.o librtdk_la-assert_context.o librtdk_la-wrappers.o
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtdk.a
libtool: link: ( cd ".libs" && rm -f "librtdk.la" && ln -s "../librtdk.la" "librtdk.la" )
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
Making all in skins
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making all in common
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c -o libxeno_common_la-bind.lo `test -f 'bind.c' || echo './'`bind.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c bind.c  -fPIC -DPIC -o .libs/libxeno_common_la-bind.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-bind.lo -MD -MP -MF .deps/libxeno_common_la-bind.Tpo -c bind.c -o libxeno_common_la-bind.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-bind.Tpo .deps/libxeno_common_la-bind.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c -o libxeno_common_la-current.lo `test -f 'current.c' || echo './'`current.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c current.c  -fPIC -DPIC -o .libs/libxeno_common_la-current.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-current.lo -MD -MP -MF .deps/libxeno_common_la-current.Tpo -c current.c -o libxeno_common_la-current.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-current.Tpo .deps/libxeno_common_la-current.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c -o libxeno_common_la-sigshadow.lo `test -f 'sigshadow.c' || echo './'`sigshadow.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c sigshadow.c  -fPIC -DPIC -o .libs/libxeno_common_la-sigshadow.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sigshadow.lo -MD -MP -MF .deps/libxeno_common_la-sigshadow.Tpo -c sigshadow.c -o libxeno_common_la-sigshadow.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-sigshadow.Tpo .deps/libxeno_common_la-sigshadow.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c -o libxeno_common_la-sem_heap.lo `test -f 'sem_heap.c' || echo './'`sem_heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c sem_heap.c  -fPIC -DPIC -o .libs/libxeno_common_la-sem_heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libxeno_common_la-sem_heap.lo -MD -MP -MF .deps/libxeno_common_la-sem_heap.Tpo -c sem_heap.c -o libxeno_common_la-sem_heap.o >/dev/null 2>&1
mv -f .deps/libxeno_common_la-sem_heap.Tpo .deps/libxeno_common_la-sem_heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o libxeno_common.la  libxeno_common_la-bind.lo libxeno_common_la-current.lo libxeno_common_la-sigshadow.lo libxeno_common_la-sem_heap.lo  
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libxeno_common.a .libs/libxeno_common_la-bind.o .libs/libxeno_common_la-current.o .libs/libxeno_common_la-sigshadow.o .libs/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libxeno_common.a
libtool: link: ( cd ".libs" && rm -f "libxeno_common.la" && ln -s "../libxeno_common.la" "libxeno_common.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
Making all in native
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c -o libnative_la-alarm.lo `test -f 'alarm.c' || echo './'`alarm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c alarm.c  -fPIC -DPIC -o .libs/libnative_la-alarm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-alarm.lo -MD -MP -MF .deps/libnative_la-alarm.Tpo -c alarm.c -o libnative_la-alarm.o >/dev/null 2>&1
mv -f .deps/libnative_la-alarm.Tpo .deps/libnative_la-alarm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c -o libnative_la-buffer.lo `test -f 'buffer.c' || echo './'`buffer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/libnative_la-buffer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-buffer.lo -MD -MP -MF .deps/libnative_la-buffer.Tpo -c buffer.c -o libnative_la-buffer.o >/dev/null 2>&1
mv -f .deps/libnative_la-buffer.Tpo .deps/libnative_la-buffer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c -o libnative_la-cond.lo `test -f 'cond.c' || echo './'`cond.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c cond.c  -fPIC -DPIC -o .libs/libnative_la-cond.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-cond.lo -MD -MP -MF .deps/libnative_la-cond.Tpo -c cond.c -o libnative_la-cond.o >/dev/null 2>&1
mv -f .deps/libnative_la-cond.Tpo .deps/libnative_la-cond.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c -o libnative_la-event.lo `test -f 'event.c' || echo './'`event.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c event.c  -fPIC -DPIC -o .libs/libnative_la-event.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-event.lo -MD -MP -MF .deps/libnative_la-event.Tpo -c event.c -o libnative_la-event.o >/dev/null 2>&1
mv -f .deps/libnative_la-event.Tpo .deps/libnative_la-event.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c -o libnative_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/libnative_la-heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-heap.lo -MD -MP -MF .deps/libnative_la-heap.Tpo -c heap.c -o libnative_la-heap.o >/dev/null 2>&1
mv -f .deps/libnative_la-heap.Tpo .deps/libnative_la-heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c -o libnative_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libnative_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-init.lo -MD -MP -MF .deps/libnative_la-init.Tpo -c init.c -o libnative_la-init.o >/dev/null 2>&1
mv -f .deps/libnative_la-init.Tpo .deps/libnative_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c -o libnative_la-intr.lo `test -f 'intr.c' || echo './'`intr.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c intr.c  -fPIC -DPIC -o .libs/libnative_la-intr.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-intr.lo -MD -MP -MF .deps/libnative_la-intr.Tpo -c intr.c -o libnative_la-intr.o >/dev/null 2>&1
mv -f .deps/libnative_la-intr.Tpo .deps/libnative_la-intr.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c -o libnative_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/libnative_la-misc.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-misc.lo -MD -MP -MF .deps/libnative_la-misc.Tpo -c misc.c -o libnative_la-misc.o >/dev/null 2>&1
mv -f .deps/libnative_la-misc.Tpo .deps/libnative_la-misc.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c -o libnative_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/libnative_la-mutex.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-mutex.lo -MD -MP -MF .deps/libnative_la-mutex.Tpo -c mutex.c -o libnative_la-mutex.o >/dev/null 2>&1
mv -f .deps/libnative_la-mutex.Tpo .deps/libnative_la-mutex.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c -o libnative_la-pipe.lo `test -f 'pipe.c' || echo './'`pipe.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c pipe.c  -fPIC -DPIC -o .libs/libnative_la-pipe.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-pipe.lo -MD -MP -MF .deps/libnative_la-pipe.Tpo -c pipe.c -o libnative_la-pipe.o >/dev/null 2>&1
mv -f .deps/libnative_la-pipe.Tpo .deps/libnative_la-pipe.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c -o libnative_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libnative_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-queue.lo -MD -MP -MF .deps/libnative_la-queue.Tpo -c queue.c -o libnative_la-queue.o >/dev/null 2>&1
mv -f .deps/libnative_la-queue.Tpo .deps/libnative_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c -o libnative_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libnative_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-sem.lo -MD -MP -MF .deps/libnative_la-sem.Tpo -c sem.c -o libnative_la-sem.o >/dev/null 2>&1
mv -f .deps/libnative_la-sem.Tpo .deps/libnative_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c -o libnative_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libnative_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-task.lo -MD -MP -MF .deps/libnative_la-task.Tpo -c task.c -o libnative_la-task.o >/dev/null 2>&1
mv -f .deps/libnative_la-task.Tpo .deps/libnative_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c -o libnative_la-timer.lo `test -f 'timer.c' || echo './'`timer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/libnative_la-timer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-timer.lo -MD -MP -MF .deps/libnative_la-timer.Tpo -c timer.c -o libnative_la-timer.o >/dev/null 2>&1
mv -f .deps/libnative_la-timer.Tpo .deps/libnative_la-timer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c -o libnative_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libnative_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libnative_la-wrappers.lo -MD -MP -MF .deps/libnative_la-wrappers.Tpo -c wrappers.c -o libnative_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libnative_la-wrappers.Tpo .deps/libnative_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 3:0:0 -lpthread -Wl,-O1 -o libnative.la -rpath /usr/lib libnative_la-alarm.lo libnative_la-buffer.lo libnative_la-cond.lo libnative_la-event.lo libnative_la-heap.lo libnative_la-init.lo libnative_la-intr.lo libnative_la-misc.lo libnative_la-mutex.lo libnative_la-pipe.lo libnative_la-queue.lo libnative_la-sem.lo libnative_la-task.lo libnative_la-timer.lo libnative_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libnative_la-alarm.o .libs/libnative_la-buffer.o .libs/libnative_la-cond.o .libs/libnative_la-event.o .libs/libnative_la-heap.o .libs/libnative_la-init.o .libs/libnative_la-intr.o .libs/libnative_la-misc.o .libs/libnative_la-mutex.o .libs/libnative_la-pipe.o .libs/libnative_la-queue.o .libs/libnative_la-sem.o .libs/libnative_la-task.o .libs/libnative_la-timer.o .libs/libnative_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libnative.so.3 -o .libs/libnative.so.3.0.0
libtool: link: (cd ".libs" && rm -f "libnative.so.3" && ln -s "libnative.so.3.0.0" "libnative.so.3")
libtool: link: (cd ".libs" && rm -f "libnative.so" && ln -s "libnative.so.3.0.0" "libnative.so")
libtool: link: (cd .libs/libnative.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libnative.a  libnative_la-alarm.o libnative_la-buffer.o libnative_la-cond.o libnative_la-event.o libnative_la-heap.o libnative_la-init.o libnative_la-intr.o libnative_la-misc.o libnative_la-mutex.o libnative_la-pipe.o libnative_la-queue.o libnative_la-sem.o libnative_la-task.o libnative_la-timer.o libnative_la-wrappers.o  .libs/libnative.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libnative.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libnative.a
libtool: link: rm -fr .libs/libnative.lax
libtool: link: ( cd ".libs" && rm -f "libnative.la" && ln -s "../libnative.la" "libnative.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
Making all in posix
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c -o libpthread_rt_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libpthread_rt_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-init.lo -MD -MP -MF .deps/libpthread_rt_la-init.Tpo -c init.c -o libpthread_rt_la-init.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-init.Tpo .deps/libpthread_rt_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c -o libpthread_rt_la-thread.lo `test -f 'thread.c' || echo './'`thread.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c thread.c  -fPIC -DPIC -o .libs/libpthread_rt_la-thread.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-thread.lo -MD -MP -MF .deps/libpthread_rt_la-thread.Tpo -c thread.c -o libpthread_rt_la-thread.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-thread.Tpo .deps/libpthread_rt_la-thread.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c -o libpthread_rt_la-timer.lo `test -f 'timer.c' || echo './'`timer.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/libpthread_rt_la-timer.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-timer.lo -MD -MP -MF .deps/libpthread_rt_la-timer.Tpo -c timer.c -o libpthread_rt_la-timer.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-timer.Tpo .deps/libpthread_rt_la-timer.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c -o libpthread_rt_la-semaphore.lo `test -f 'semaphore.c' || echo './'`semaphore.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o .libs/libpthread_rt_la-semaphore.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-semaphore.lo -MD -MP -MF .deps/libpthread_rt_la-semaphore.Tpo -c semaphore.c -o libpthread_rt_la-semaphore.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-semaphore.Tpo .deps/libpthread_rt_la-semaphore.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c -o libpthread_rt_la-clock.lo `test -f 'clock.c' || echo './'`clock.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c clock.c  -fPIC -DPIC -o .libs/libpthread_rt_la-clock.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-clock.lo -MD -MP -MF .deps/libpthread_rt_la-clock.Tpo -c clock.c -o libpthread_rt_la-clock.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-clock.Tpo .deps/libpthread_rt_la-clock.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c -o libpthread_rt_la-cond.lo `test -f 'cond.c' || echo './'`cond.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c cond.c  -fPIC -DPIC -o .libs/libpthread_rt_la-cond.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-cond.lo -MD -MP -MF .deps/libpthread_rt_la-cond.Tpo -c cond.c -o libpthread_rt_la-cond.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-cond.Tpo .deps/libpthread_rt_la-cond.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c -o libpthread_rt_la-mq.lo `test -f 'mq.c' || echo './'`mq.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c mq.c  -fPIC -DPIC -o .libs/libpthread_rt_la-mq.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mq.lo -MD -MP -MF .deps/libpthread_rt_la-mq.Tpo -c mq.c -o libpthread_rt_la-mq.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-mq.Tpo .deps/libpthread_rt_la-mq.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c -o libpthread_rt_la-mutex.lo `test -f 'mutex.c' || echo './'`mutex.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c mutex.c  -fPIC -DPIC -o .libs/libpthread_rt_la-mutex.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-mutex.lo -MD -MP -MF .deps/libpthread_rt_la-mutex.Tpo -c mutex.c -o libpthread_rt_la-mutex.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-mutex.Tpo .deps/libpthread_rt_la-mutex.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c -o libpthread_rt_la-shm.lo `test -f 'shm.c' || echo './'`shm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c shm.c  -fPIC -DPIC -o .libs/libpthread_rt_la-shm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-shm.lo -MD -MP -MF .deps/libpthread_rt_la-shm.Tpo -c shm.c -o libpthread_rt_la-shm.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-shm.Tpo .deps/libpthread_rt_la-shm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c -o libpthread_rt_la-interrupt.lo `test -f 'interrupt.c' || echo './'`interrupt.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c interrupt.c  -fPIC -DPIC -o .libs/libpthread_rt_la-interrupt.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-interrupt.lo -MD -MP -MF .deps/libpthread_rt_la-interrupt.Tpo -c interrupt.c -o libpthread_rt_la-interrupt.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-interrupt.Tpo .deps/libpthread_rt_la-interrupt.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c -o libpthread_rt_la-select.lo `test -f 'select.c' || echo './'`select.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c select.c  -fPIC -DPIC -o .libs/libpthread_rt_la-select.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-select.lo -MD -MP -MF .deps/libpthread_rt_la-select.Tpo -c select.c -o libpthread_rt_la-select.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-select.Tpo .deps/libpthread_rt_la-select.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c -o libpthread_rt_la-rtdm.lo `test -f 'rtdm.c' || echo './'`rtdm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c rtdm.c  -fPIC -DPIC -o .libs/libpthread_rt_la-rtdm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-rtdm.lo -MD -MP -MF .deps/libpthread_rt_la-rtdm.Tpo -c rtdm.c -o libpthread_rt_la-rtdm.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-rtdm.Tpo .deps/libpthread_rt_la-rtdm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins   -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c -o libpthread_rt_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libpthread_rt_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -I../../../include/posix -I../../../ksrc/skins -MT libpthread_rt_la-wrappers.lo -MD -MP -MF .deps/libpthread_rt_la-wrappers.Tpo -c wrappers.c -o libpthread_rt_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libpthread_rt_la-wrappers.Tpo .deps/libpthread_rt_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 1:0:0 -lpthread -Wl,-O1 -o libpthread_rt.la -rpath /usr/lib libpthread_rt_la-init.lo libpthread_rt_la-thread.lo libpthread_rt_la-timer.lo libpthread_rt_la-semaphore.lo libpthread_rt_la-clock.lo libpthread_rt_la-cond.lo libpthread_rt_la-mq.lo libpthread_rt_la-mutex.lo libpthread_rt_la-shm.lo libpthread_rt_la-interrupt.lo libpthread_rt_la-select.lo libpthread_rt_la-rtdm.lo libpthread_rt_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libpthread_rt_la-init.o .libs/libpthread_rt_la-thread.o .libs/libpthread_rt_la-timer.o .libs/libpthread_rt_la-semaphore.o .libs/libpthread_rt_la-clock.o .libs/libpthread_rt_la-cond.o .libs/libpthread_rt_la-mq.o .libs/libpthread_rt_la-mutex.o .libs/libpthread_rt_la-shm.o .libs/libpthread_rt_la-interrupt.o .libs/libpthread_rt_la-select.o .libs/libpthread_rt_la-rtdm.o .libs/libpthread_rt_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libpthread_rt.so.1 -o .libs/libpthread_rt.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libpthread_rt.so.1" && ln -s "libpthread_rt.so.1.0.0" "libpthread_rt.so.1")
libtool: link: (cd ".libs" && rm -f "libpthread_rt.so" && ln -s "libpthread_rt.so.1.0.0" "libpthread_rt.so")
libtool: link: (cd .libs/libpthread_rt.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libpthread_rt.a  libpthread_rt_la-init.o libpthread_rt_la-thread.o libpthread_rt_la-timer.o libpthread_rt_la-semaphore.o libpthread_rt_la-clock.o libpthread_rt_la-cond.o libpthread_rt_la-mq.o libpthread_rt_la-mutex.o libpthread_rt_la-shm.o libpthread_rt_la-interrupt.o libpthread_rt_la-select.o libpthread_rt_la-rtdm.o libpthread_rt_la-wrappers.o  .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libpthread_rt.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libpthread_rt.a
libtool: link: rm -fr .libs/libpthread_rt.lax
libtool: link: ( cd ".libs" && rm -f "libpthread_rt.la" && ln -s "../libpthread_rt.la" "libpthread_rt.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
Making all in rtdm
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c -o librtdm_la-core.lo `test -f 'core.c' || echo './'`core.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c core.c  -fPIC -DPIC -o .libs/librtdm_la-core.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-core.lo -MD -MP -MF .deps/librtdm_la-core.Tpo -c core.c -o librtdm_la-core.o >/dev/null 2>&1
mv -f .deps/librtdm_la-core.Tpo .deps/librtdm_la-core.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c -o librtdm_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtdm_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtdm_la-init.lo -MD -MP -MF .deps/librtdm_la-init.Tpo -c init.c -o librtdm_la-init.o >/dev/null 2>&1
mv -f .deps/librtdm_la-init.Tpo .deps/librtdm_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 1:0:0 -lpthread -Wl,-O1 -o librtdm.la -rpath /usr/lib librtdm_la-core.lo librtdm_la-init.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/librtdm_la-core.o .libs/librtdm_la-init.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,librtdm.so.1 -o .libs/librtdm.so.1.0.0
libtool: link: (cd ".libs" && rm -f "librtdm.so.1" && ln -s "librtdm.so.1.0.0" "librtdm.so.1")
libtool: link: (cd ".libs" && rm -f "librtdm.so" && ln -s "librtdm.so.1.0.0" "librtdm.so")
libtool: link: (cd .libs/librtdm.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtdm.a  librtdm_la-core.o librtdm_la-init.o  .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-current.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/librtdm.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtdm.a
libtool: link: rm -fr .libs/librtdm.lax
libtool: link: ( cd ".libs" && rm -f "librtdm.la" && ln -s "../librtdm.la" "librtdm.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
Making all in vxworks
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c -o libvxworks_la-errnoLib.lo `test -f 'errnoLib.c' || echo './'`errnoLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c errnoLib.c  -fPIC -DPIC -o .libs/libvxworks_la-errnoLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-errnoLib.lo -MD -MP -MF .deps/libvxworks_la-errnoLib.Tpo -c errnoLib.c -o libvxworks_la-errnoLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-errnoLib.Tpo .deps/libvxworks_la-errnoLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c -o libvxworks_la-intLib.lo `test -f 'intLib.c' || echo './'`intLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c intLib.c  -fPIC -DPIC -o .libs/libvxworks_la-intLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-intLib.lo -MD -MP -MF .deps/libvxworks_la-intLib.Tpo -c intLib.c -o libvxworks_la-intLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-intLib.Tpo .deps/libvxworks_la-intLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c -o libvxworks_la-msgQLib.lo `test -f 'msgQLib.c' || echo './'`msgQLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c msgQLib.c  -fPIC -DPIC -o .libs/libvxworks_la-msgQLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-msgQLib.lo -MD -MP -MF .deps/libvxworks_la-msgQLib.Tpo -c msgQLib.c -o libvxworks_la-msgQLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-msgQLib.Tpo .deps/libvxworks_la-msgQLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c -o libvxworks_la-kernelLib.lo `test -f 'kernelLib.c' || echo './'`kernelLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c kernelLib.c  -fPIC -DPIC -o .libs/libvxworks_la-kernelLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-kernelLib.lo -MD -MP -MF .deps/libvxworks_la-kernelLib.Tpo -c kernelLib.c -o libvxworks_la-kernelLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-kernelLib.Tpo .deps/libvxworks_la-kernelLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c -o libvxworks_la-semLib.lo `test -f 'semLib.c' || echo './'`semLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c semLib.c  -fPIC -DPIC -o .libs/libvxworks_la-semLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-semLib.lo -MD -MP -MF .deps/libvxworks_la-semLib.Tpo -c semLib.c -o libvxworks_la-semLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-semLib.Tpo .deps/libvxworks_la-semLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c -o libvxworks_la-taskInfo.lo `test -f 'taskInfo.c' || echo './'`taskInfo.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c taskInfo.c  -fPIC -DPIC -o .libs/libvxworks_la-taskInfo.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskInfo.lo -MD -MP -MF .deps/libvxworks_la-taskInfo.Tpo -c taskInfo.c -o libvxworks_la-taskInfo.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-taskInfo.Tpo .deps/libvxworks_la-taskInfo.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c -o libvxworks_la-taskLib.lo `test -f 'taskLib.c' || echo './'`taskLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c taskLib.c  -fPIC -DPIC -o .libs/libvxworks_la-taskLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-taskLib.lo -MD -MP -MF .deps/libvxworks_la-taskLib.Tpo -c taskLib.c -o libvxworks_la-taskLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-taskLib.Tpo .deps/libvxworks_la-taskLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c -o libvxworks_la-tickLib.lo `test -f 'tickLib.c' || echo './'`tickLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c tickLib.c  -fPIC -DPIC -o .libs/libvxworks_la-tickLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-tickLib.lo -MD -MP -MF .deps/libvxworks_la-tickLib.Tpo -c tickLib.c -o libvxworks_la-tickLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-tickLib.Tpo .deps/libvxworks_la-tickLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c -o libvxworks_la-sysLib.lo `test -f 'sysLib.c' || echo './'`sysLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c sysLib.c  -fPIC -DPIC -o .libs/libvxworks_la-sysLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-sysLib.lo -MD -MP -MF .deps/libvxworks_la-sysLib.Tpo -c sysLib.c -o libvxworks_la-sysLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-sysLib.Tpo .deps/libvxworks_la-sysLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c -o libvxworks_la-wdLib.lo `test -f 'wdLib.c' || echo './'`wdLib.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c wdLib.c  -fPIC -DPIC -o .libs/libvxworks_la-wdLib.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wdLib.lo -MD -MP -MF .deps/libvxworks_la-wdLib.Tpo -c wdLib.c -o libvxworks_la-wdLib.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-wdLib.Tpo .deps/libvxworks_la-wdLib.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c -o libvxworks_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libvxworks_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-init.lo -MD -MP -MF .deps/libvxworks_la-init.Tpo -c init.c -o libvxworks_la-init.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-init.Tpo .deps/libvxworks_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c -o libvxworks_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libvxworks_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvxworks_la-wrappers.lo -MD -MP -MF .deps/libvxworks_la-wrappers.Tpo -c wrappers.c -o libvxworks_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libvxworks_la-wrappers.Tpo .deps/libvxworks_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 1:0:0 -lpthread -Wl,-O1 -o libvxworks.la -rpath /usr/lib libvxworks_la-errnoLib.lo libvxworks_la-intLib.lo libvxworks_la-msgQLib.lo libvxworks_la-kernelLib.lo libvxworks_la-semLib.lo libvxworks_la-taskInfo.lo libvxworks_la-taskLib.lo libvxworks_la-tickLib.lo libvxworks_la-sysLib.lo libvxworks_la-wdLib.lo libvxworks_la-init.lo libvxworks_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libvxworks_la-errnoLib.o .libs/libvxworks_la-intLib.o .libs/libvxworks_la-msgQLib.o .libs/libvxworks_la-kernelLib.o .libs/libvxworks_la-semLib.o .libs/libvxworks_la-taskInfo.o .libs/libvxworks_la-taskLib.o .libs/libvxworks_la-tickLib.o .libs/libvxworks_la-sysLib.o .libs/libvxworks_la-wdLib.o .libs/libvxworks_la-init.o .libs/libvxworks_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libvxworks.so.1 -o .libs/libvxworks.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libvxworks.so.1" && ln -s "libvxworks.so.1.0.0" "libvxworks.so.1")
libtool: link: (cd ".libs" && rm -f "libvxworks.so" && ln -s "libvxworks.so.1.0.0" "libvxworks.so")
libtool: link: (cd .libs/libvxworks.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libvxworks.a  libvxworks_la-errnoLib.o libvxworks_la-intLib.o libvxworks_la-msgQLib.o libvxworks_la-kernelLib.o libvxworks_la-semLib.o libvxworks_la-taskInfo.o libvxworks_la-taskLib.o libvxworks_la-tickLib.o libvxworks_la-sysLib.o libvxworks_la-wdLib.o libvxworks_la-init.o libvxworks_la-wrappers.o  .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libvxworks.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libvxworks.a
libtool: link: rm -fr .libs/libvxworks.lax
libtool: link: ( cd ".libs" && rm -f "libvxworks.la" && ln -s "../libvxworks.la" "libvxworks.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
Making all in psos+
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c -o libpsos_la-asr.lo `test -f 'asr.c' || echo './'`asr.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c asr.c  -fPIC -DPIC -o .libs/libpsos_la-asr.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-asr.lo -MD -MP -MF .deps/libpsos_la-asr.Tpo -c asr.c -o libpsos_la-asr.o >/dev/null 2>&1
mv -f .deps/libpsos_la-asr.Tpo .deps/libpsos_la-asr.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c -o libpsos_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libpsos_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c -o libpsos_la-init.o >/dev/null 2>&1
mv -f .deps/libpsos_la-init.Tpo .deps/libpsos_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c -o libpsos_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libpsos_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-queue.lo -MD -MP -MF .deps/libpsos_la-queue.Tpo -c queue.c -o libpsos_la-queue.o >/dev/null 2>&1
mv -f .deps/libpsos_la-queue.Tpo .deps/libpsos_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c -o libpsos_la-rn.lo `test -f 'rn.c' || echo './'`rn.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c rn.c  -fPIC -DPIC -o .libs/libpsos_la-rn.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-rn.lo -MD -MP -MF .deps/libpsos_la-rn.Tpo -c rn.c -o libpsos_la-rn.o >/dev/null 2>&1
mv -f .deps/libpsos_la-rn.Tpo .deps/libpsos_la-rn.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c -o libpsos_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libpsos_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-sem.lo -MD -MP -MF .deps/libpsos_la-sem.Tpo -c sem.c -o libpsos_la-sem.o >/dev/null 2>&1
mv -f .deps/libpsos_la-sem.Tpo .deps/libpsos_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c -o libpsos_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libpsos_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-task.lo -MD -MP -MF .deps/libpsos_la-task.Tpo -c task.c -o libpsos_la-task.o >/dev/null 2>&1
mv -f .deps/libpsos_la-task.Tpo .deps/libpsos_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c -o libpsos_la-tm.lo `test -f 'tm.c' || echo './'`tm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c tm.c  -fPIC -DPIC -o .libs/libpsos_la-tm.o
{standard input}: Assembler messages:
{standard input}:672: rdhi, rdlo and rm must all be different
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libpsos_la-tm.lo -MD -MP -MF .deps/libpsos_la-tm.Tpo -c tm.c -o libpsos_la-tm.o >/dev/null 2>&1
mv -f .deps/libpsos_la-tm.Tpo .deps/libpsos_la-tm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 0:0:0 -lpthread -Wl,-O1 -o libpsos.la -rpath /usr/lib libpsos_la-asr.lo libpsos_la-init.lo libpsos_la-queue.lo libpsos_la-rn.lo libpsos_la-sem.lo libpsos_la-task.lo libpsos_la-tm.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libpsos_la-asr.o .libs/libpsos_la-init.o .libs/libpsos_la-queue.o .libs/libpsos_la-rn.o .libs/libpsos_la-sem.o .libs/libpsos_la-task.o .libs/libpsos_la-tm.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libpsos.so.0 -o .libs/libpsos.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libpsos.so.0" && ln -s "libpsos.so.0.0.0" "libpsos.so.0")
libtool: link: (cd ".libs" && rm -f "libpsos.so" && ln -s "libpsos.so.0.0.0" "libpsos.so")
libtool: link: (cd .libs/libpsos.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libpsos.a  libpsos_la-asr.o libpsos_la-init.o libpsos_la-queue.o libpsos_la-rn.o libpsos_la-sem.o libpsos_la-task.o libpsos_la-tm.o  .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libpsos.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libpsos.a
libtool: link: rm -fr .libs/libpsos.lax
libtool: link: ( cd ".libs" && rm -f "libpsos.la" && ln -s "../libpsos.la" "libpsos.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
Making all in vrtx
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c -o libvrtx_la-event.lo `test -f 'event.c' || echo './'`event.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c event.c  -fPIC -DPIC -o .libs/libvrtx_la-event.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-event.lo -MD -MP -MF .deps/libvrtx_la-event.Tpo -c event.c -o libvrtx_la-event.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-event.Tpo .deps/libvrtx_la-event.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c -o libvrtx_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/libvrtx_la-heap.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-heap.lo -MD -MP -MF .deps/libvrtx_la-heap.Tpo -c heap.c -o libvrtx_la-heap.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-heap.Tpo .deps/libvrtx_la-heap.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c -o libvrtx_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libvrtx_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-init.lo -MD -MP -MF .deps/libvrtx_la-init.Tpo -c init.c -o libvrtx_la-init.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-init.Tpo .deps/libvrtx_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c -o libvrtx_la-mb.lo `test -f 'mb.c' || echo './'`mb.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c mb.c  -fPIC -DPIC -o .libs/libvrtx_la-mb.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mb.lo -MD -MP -MF .deps/libvrtx_la-mb.Tpo -c mb.c -o libvrtx_la-mb.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-mb.Tpo .deps/libvrtx_la-mb.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c -o libvrtx_la-mx.lo `test -f 'mx.c' || echo './'`mx.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c mx.c  -fPIC -DPIC -o .libs/libvrtx_la-mx.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-mx.lo -MD -MP -MF .deps/libvrtx_la-mx.Tpo -c mx.c -o libvrtx_la-mx.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-mx.Tpo .deps/libvrtx_la-mx.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c -o libvrtx_la-pt.lo `test -f 'pt.c' || echo './'`pt.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c pt.c  -fPIC -DPIC -o .libs/libvrtx_la-pt.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-pt.lo -MD -MP -MF .deps/libvrtx_la-pt.Tpo -c pt.c -o libvrtx_la-pt.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-pt.Tpo .deps/libvrtx_la-pt.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c -o libvrtx_la-queue.lo `test -f 'queue.c' || echo './'`queue.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c queue.c  -fPIC -DPIC -o .libs/libvrtx_la-queue.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-queue.lo -MD -MP -MF .deps/libvrtx_la-queue.Tpo -c queue.c -o libvrtx_la-queue.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-queue.Tpo .deps/libvrtx_la-queue.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c -o libvrtx_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libvrtx_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-sem.lo -MD -MP -MF .deps/libvrtx_la-sem.Tpo -c sem.c -o libvrtx_la-sem.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-sem.Tpo .deps/libvrtx_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c -o libvrtx_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libvrtx_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-task.lo -MD -MP -MF .deps/libvrtx_la-task.Tpo -c task.c -o libvrtx_la-task.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-task.Tpo .deps/libvrtx_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c -o libvrtx_la-time.lo `test -f 'time.c' || echo './'`time.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c time.c  -fPIC -DPIC -o .libs/libvrtx_la-time.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-time.lo -MD -MP -MF .deps/libvrtx_la-time.Tpo -c time.c -o libvrtx_la-time.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-time.Tpo .deps/libvrtx_la-time.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c -o libvrtx_la-wrappers.lo `test -f 'wrappers.c' || echo './'`wrappers.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c wrappers.c  -fPIC -DPIC -o .libs/libvrtx_la-wrappers.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libvrtx_la-wrappers.lo -MD -MP -MF .deps/libvrtx_la-wrappers.Tpo -c wrappers.c -o libvrtx_la-wrappers.o >/dev/null 2>&1
mv -f .deps/libvrtx_la-wrappers.Tpo .deps/libvrtx_la-wrappers.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 0:0:0 -lpthread -Wl,-O1 -o libvrtx.la -rpath /usr/lib libvrtx_la-event.lo libvrtx_la-heap.lo libvrtx_la-init.lo libvrtx_la-mb.lo libvrtx_la-mx.lo libvrtx_la-pt.lo libvrtx_la-queue.lo libvrtx_la-sem.lo libvrtx_la-task.lo libvrtx_la-time.lo libvrtx_la-wrappers.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libvrtx_la-event.o .libs/libvrtx_la-heap.o .libs/libvrtx_la-init.o .libs/libvrtx_la-mb.o .libs/libvrtx_la-mx.o .libs/libvrtx_la-pt.o .libs/libvrtx_la-queue.o .libs/libvrtx_la-sem.o .libs/libvrtx_la-task.o .libs/libvrtx_la-time.o .libs/libvrtx_la-wrappers.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libvrtx.so.0 -o .libs/libvrtx.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libvrtx.so.0" && ln -s "libvrtx.so.0.0.0" "libvrtx.so.0")
libtool: link: (cd ".libs" && rm -f "libvrtx.so" && ln -s "libvrtx.so.0.0.0" "libvrtx.so")
libtool: link: (cd .libs/libvrtx.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libvrtx.a  libvrtx_la-event.o libvrtx_la-heap.o libvrtx_la-init.o libvrtx_la-mb.o libvrtx_la-mx.o libvrtx_la-pt.o libvrtx_la-queue.o libvrtx_la-sem.o libvrtx_la-task.o libvrtx_la-time.o libvrtx_la-wrappers.o  .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libvrtx.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libvrtx.a
libtool: link: rm -fr .libs/libvrtx.lax
libtool: link: ( cd ".libs" && rm -f "libvrtx.la" && ln -s "../libvrtx.la" "libvrtx.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
Making all in rtai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c -o librtai_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/librtai_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-init.lo -MD -MP -MF .deps/librtai_la-init.Tpo -c init.c -o librtai_la-init.o >/dev/null 2>&1
mv -f .deps/librtai_la-init.Tpo .deps/librtai_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c -o librtai_la-shm.lo `test -f 'shm.c' || echo './'`shm.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c shm.c  -fPIC -DPIC -o .libs/librtai_la-shm.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT librtai_la-shm.lo -MD -MP -MF .deps/librtai_la-shm.Tpo -c shm.c -o librtai_la-shm.o >/dev/null 2>&1
mv -f .deps/librtai_la-shm.Tpo .deps/librtai_la-shm.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 0:0:0 -Wl,-O1 -o librtai.la -rpath /usr/lib librtai_la-init.lo librtai_la-shm.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/librtai_la-init.o .libs/librtai_la-shm.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive   -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,librtai.so.0 -o .libs/librtai.so.0.0.0
libtool: link: (cd ".libs" && rm -f "librtai.so.0" && ln -s "librtai.so.0.0.0" "librtai.so.0")
libtool: link: (cd ".libs" && rm -f "librtai.so" && ln -s "librtai.so.0.0.0" "librtai.so")
libtool: link: (cd .libs/librtai.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/librtai.a  librtai_la-init.o librtai_la-shm.o  .libs/librtai.lax/libxeno_common.a/libxeno_common_la-current.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/librtai.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/librtai.a
libtool: link: rm -fr .libs/librtai.lax
libtool: link: ( cd ".libs" && rm -f "librtai.la" && ln -s "../librtai.la" "librtai.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
Making all in uitron
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c -o libuitron_la-flag.lo `test -f 'flag.c' || echo './'`flag.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c flag.c  -fPIC -DPIC -o .libs/libuitron_la-flag.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-flag.lo -MD -MP -MF .deps/libuitron_la-flag.Tpo -c flag.c -o libuitron_la-flag.o >/dev/null 2>&1
mv -f .deps/libuitron_la-flag.Tpo .deps/libuitron_la-flag.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c -o libuitron_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c init.c  -fPIC -DPIC -o .libs/libuitron_la-init.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-init.lo -MD -MP -MF .deps/libuitron_la-init.Tpo -c init.c -o libuitron_la-init.o >/dev/null 2>&1
mv -f .deps/libuitron_la-init.Tpo .deps/libuitron_la-init.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c -o libuitron_la-mbx.lo `test -f 'mbx.c' || echo './'`mbx.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c mbx.c  -fPIC -DPIC -o .libs/libuitron_la-mbx.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-mbx.lo -MD -MP -MF .deps/libuitron_la-mbx.Tpo -c mbx.c -o libuitron_la-mbx.o >/dev/null 2>&1
mv -f .deps/libuitron_la-mbx.Tpo .deps/libuitron_la-mbx.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c -o libuitron_la-sem.lo `test -f 'sem.c' || echo './'`sem.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c sem.c  -fPIC -DPIC -o .libs/libuitron_la-sem.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-sem.lo -MD -MP -MF .deps/libuitron_la-sem.Tpo -c sem.c -o libuitron_la-sem.o >/dev/null 2>&1
mv -f .deps/libuitron_la-sem.Tpo .deps/libuitron_la-sem.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c -o libuitron_la-task.lo `test -f 'task.c' || echo './'`task.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c task.c  -fPIC -DPIC -o .libs/libuitron_la-task.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libuitron_la-task.lo -MD -MP -MF .deps/libuitron_la-task.Tpo -c task.c -o libuitron_la-task.o >/dev/null 2>&1
mv -f .deps/libuitron_la-task.Tpo .deps/libuitron_la-task.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 0:0:0 -lpthread -Wl,-O1 -o libuitron.la -rpath /usr/lib libuitron_la-flag.lo libuitron_la-init.lo libuitron_la-mbx.lo libuitron_la-sem.lo libuitron_la-task.lo ../common/libxeno_common.la 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libuitron_la-flag.o .libs/libuitron_la-init.o .libs/libuitron_la-mbx.o .libs/libuitron_la-sem.o .libs/libuitron_la-task.o  -Wl,--whole-archive ../common/.libs/libxeno_common.a -Wl,--no-whole-archive  -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libuitron.so.0 -o .libs/libuitron.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libuitron.so.0" && ln -s "libuitron.so.0.0.0" "libuitron.so.0")
libtool: link: (cd ".libs" && rm -f "libuitron.so" && ln -s "libuitron.so.0.0.0" "libuitron.so")
libtool: link: (cd .libs/libuitron.lax/libxeno_common.a && arm-none-linux-gnueabi-ar x "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron/../common/.libs/libxeno_common.a")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libuitron.a  libuitron_la-flag.o libuitron_la-init.o libuitron_la-mbx.o libuitron_la-sem.o libuitron_la-task.o  .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-current.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-sigshadow.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-bind.o .libs/libuitron.lax/libxeno_common.a/libxeno_common_la-sem_heap.o 
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libuitron.a
libtool: link: rm -fr .libs/libuitron.lax
libtool: link: ( cd ".libs" && rm -f "libuitron.la" && ln -s "../libuitron.la" "libuitron.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making all in drvlib
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making all in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c -o libanalogy_la-async.lo `test -f 'async.c' || echo './'`async.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c async.c  -fPIC -DPIC -o .libs/libanalogy_la-async.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-async.lo -MD -MP -MF .deps/libanalogy_la-async.Tpo -c async.c -o libanalogy_la-async.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-async.Tpo .deps/libanalogy_la-async.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c -o libanalogy_la-descriptor.lo `test -f 'descriptor.c' || echo './'`descriptor.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c descriptor.c  -fPIC -DPIC -o .libs/libanalogy_la-descriptor.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-descriptor.lo -MD -MP -MF .deps/libanalogy_la-descriptor.Tpo -c descriptor.c -o libanalogy_la-descriptor.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-descriptor.Tpo .deps/libanalogy_la-descriptor.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c -o libanalogy_la-info.lo `test -f 'info.c' || echo './'`info.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c info.c  -fPIC -DPIC -o .libs/libanalogy_la-info.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-info.lo -MD -MP -MF .deps/libanalogy_la-info.Tpo -c info.c -o libanalogy_la-info.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-info.Tpo .deps/libanalogy_la-info.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c -o libanalogy_la-range.lo `test -f 'range.c' || echo './'`range.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c range.c  -fPIC -DPIC -o .libs/libanalogy_la-range.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-range.lo -MD -MP -MF .deps/libanalogy_la-range.Tpo -c range.c -o libanalogy_la-range.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-range.Tpo .deps/libanalogy_la-range.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c -o libanalogy_la-sync.lo `test -f 'sync.c' || echo './'`sync.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c sync.c  -fPIC -DPIC -o .libs/libanalogy_la-sync.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sync.lo -MD -MP -MF .deps/libanalogy_la-sync.Tpo -c sync.c -o libanalogy_la-sync.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-sync.Tpo .deps/libanalogy_la-sync.Plo
/bin/sh ../../../libtool --tag=CC   --mode=compile arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c -o libanalogy_la-sys.lo `test -f 'sys.c' || echo './'`sys.c
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c sys.c  -fPIC -DPIC -o .libs/libanalogy_la-sys.o
libtool: compile:  arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include -MT libanalogy_la-sys.lo -MD -MP -MF .deps/libanalogy_la-sys.Tpo -c sys.c -o libanalogy_la-sys.o >/dev/null 2>&1
mv -f .deps/libanalogy_la-sys.Tpo .deps/libanalogy_la-sys.Plo
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -version-info 1:0:0 -lpthread -Wl,-O1 -o libanalogy.la -rpath /usr/lib libanalogy_la-async.lo libanalogy_la-descriptor.lo libanalogy_la-info.lo libanalogy_la-range.lo libanalogy_la-sync.lo libanalogy_la-sys.lo  
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -shared  .libs/libanalogy_la-async.o .libs/libanalogy_la-descriptor.o .libs/libanalogy_la-info.o .libs/libanalogy_la-range.o .libs/libanalogy_la-sync.o .libs/libanalogy_la-sys.o   -lpthread  -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1   -Wl,-soname -Wl,libanalogy.so.1 -o .libs/libanalogy.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libanalogy.so.1" && ln -s "libanalogy.so.1.0.0" "libanalogy.so.1")
libtool: link: (cd ".libs" && rm -f "libanalogy.so" && ln -s "libanalogy.so.1.0.0" "libanalogy.so")
libtool: link: arm-none-linux-gnueabi-ar cru .libs/libanalogy.a  libanalogy_la-async.o libanalogy_la-descriptor.o libanalogy_la-info.o libanalogy_la-range.o libanalogy_la-sync.o libanalogy_la-sys.o
libtool: link: arm-none-linux-gnueabi-ranlib .libs/libanalogy.a
libtool: link: ( cd ".libs" && rm -f "libanalogy.la" && ln -s "../libanalogy.la" "libanalogy.la" )
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making all in testsuite
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making all in latency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT latency-latency.o -MD -MP -MF .deps/latency-latency.Tpo -c -o latency-latency.o `test -f 'latency.c' || echo './'`latency.c
{standard input}: Assembler messages:
{standard input}:511: rdhi, rdlo and rm must all be different
{standard input}:513: rdhi, rdlo and rm must all be different
{standard input}:988: rdhi, rdlo and rm must all be different
{standard input}:1435: rdhi, rdlo and rm must all be different
{standard input}:1442: rdhi, rdlo and rm must all be different
mv -f .deps/latency-latency.Tpo .deps/latency-latency.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o latency latency-latency.o ../../skins/native/libnative.la ../../skins/rtdm/librtdm.la -lpthread -lm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o .libs/latency latency-latency.o  ../../skins/native/.libs/libnative.so ../../skins/rtdm/.libs/librtdm.so -lpthread -lm
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
Making all in cyclic
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -DIPIPE_TRACE=1 -I../../../include    -MT cyclictest-cyclictest.o -MD -MP -MF .deps/cyclictest-cyclictest.Tpo -c -o cyclictest-cyclictest.o `test -f 'cyclictest.c' || echo './'`cyclictest.c
{standard input}: Assembler messages:
{standard input}:741: rdhi, rdlo and rm must all be different
{standard input}:818: rdhi, rdlo and rm must all be different
mv -f .deps/cyclictest-cyclictest.Tpo .deps/cyclictest-cyclictest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -o cyclictest cyclictest-cyclictest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -o .libs/cyclictest cyclictest-cyclictest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
Making all in switchtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -I../../../include    -MT switchtest-switchtest.o -MD -MP -MF .deps/switchtest-switchtest.Tpo -c -o switchtest-switchtest.o `test -f 'switchtest.c' || echo './'`switchtest.c
{standard input}: Assembler messages:
{standard input}:1215: rdhi, rdlo and rm must all be different
{standard input}:1403: rdhi, rdlo and rm must all be different
{standard input}:1822: rdhi, rdlo and rm must all be different
{standard input}:2160: rdhi, rdlo and rm must all be different
{standard input}:2582: rdhi, rdlo and rm must all be different
{standard input}:2587: rdhi, rdlo and rm must all be different
{standard input}:4645: rdhi, rdlo and rm must all be different
mv -f .deps/switchtest-switchtest.Tpo .deps/switchtest-switchtest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -o switchtest switchtest-switchtest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -o .libs/switchtest switchtest-switchtest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
Making all in irqbench
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT irqloop-irqloop.o -MD -MP -MF .deps/irqloop-irqloop.Tpo -c -o irqloop-irqloop.o `test -f 'irqloop.c' || echo './'`irqloop.c
mv -f .deps/irqloop-irqloop.Tpo .deps/irqloop-irqloop.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -o irqloop irqloop-irqloop.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -o .libs/irqloop irqloop-irqloop.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
Making all in clocktest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT clocktest-clocktest.o -MD -MP -MF .deps/clocktest-clocktest.Tpo -c -o clocktest-clocktest.o `test -f 'clocktest.c' || echo './'`clocktest.c
{standard input}: Assembler messages:
{standard input}:355: rdhi, rdlo and rm must all be different
{standard input}:485: rdhi, rdlo and rm must all be different
mv -f .deps/clocktest-clocktest.Tpo .deps/clocktest-clocktest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -o clocktest clocktest-clocktest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -o .libs/clocktest clocktest-clocktest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
Making all in klatency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT klatency-klatency.o -MD -MP -MF .deps/klatency-klatency.Tpo -c -o klatency-klatency.o `test -f 'klatency.c' || echo './'`klatency.c
{standard input}: Assembler messages:
{standard input}:206: rdhi, rdlo and rm must all be different
{standard input}:208: rdhi, rdlo and rm must all be different
{standard input}:214: rdhi, rdlo and rm must all be different
{standard input}:295: rdhi, rdlo and rm must all be different
{standard input}:297: rdhi, rdlo and rm must all be different
mv -f .deps/klatency-klatency.Tpo .deps/klatency-klatency.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o klatency klatency-klatency.o  
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o klatency klatency-klatency.o 
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
Making all in unit
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT arith-arith.o -MD -MP -MF .deps/arith-arith.Tpo -c -o arith-arith.o `test -f 'arith.c' || echo './'`arith.c
{standard input}: Assembler messages:
{standard input}:389: rdhi, rdlo and rm must all be different
{standard input}:682: rdhi, rdlo and rm must all be different
{standard input}:1465: rdhi, rdlo and rm must all be different
{standard input}:1549: rdhi, rdlo and rm must all be different
{standard input}:2506: rdhi, rdlo and rm must all be different
mv -f .deps/arith-arith.Tpo .deps/arith-arith.Po
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT arith-arith-noinline.o -MD -MP -MF .deps/arith-arith-noinline.Tpo -c -o arith-arith-noinline.o `test -f 'arith-noinline.c' || echo './'`arith-noinline.c
mv -f .deps/arith-arith-noinline.Tpo .deps/arith-arith-noinline.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o arith arith-arith.o arith-arith-noinline.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o .libs/arith arith-arith.o arith-arith-noinline.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT wakeup_time-wakeup-time.o -MD -MP -MF .deps/wakeup_time-wakeup-time.Tpo -c -o wakeup_time-wakeup-time.o `test -f 'wakeup-time.c' || echo './'`wakeup-time.c
mv -f .deps/wakeup_time-wakeup-time.Tpo .deps/wakeup_time-wakeup-time.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o wakeup-time wakeup_time-wakeup-time.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o .libs/wakeup-time wakeup_time-wakeup-time.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -DXENO_POSIX -I../../../include    -MT mutex_torture_posix-mutex-torture.o -MD -MP -MF .deps/mutex_torture_posix-mutex-torture.Tpo -c -o mutex_torture_posix-mutex-torture.o `test -f 'mutex-torture.c' || echo './'`mutex-torture.c
mv -f .deps/mutex_torture_posix-mutex-torture.Tpo .deps/mutex_torture_posix-mutex-torture.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -Wl,-O1 -o mutex-torture-posix mutex_torture_posix-mutex-torture.o ../../skins/posix/libpthread_rt.la ../../skins/native/libnative.la -lpthread -lrt -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -Wl,-O1 -o .libs/mutex-torture-posix mutex_torture_posix-mutex-torture.o  ../../skins/posix/.libs/libpthread_rt.so ../../skins/native/.libs/libnative.so -lpthread -lrt -lm
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT mutex_torture_native-mutex-torture.o -MD -MP -MF .deps/mutex_torture_native-mutex-torture.Tpo -c -o mutex_torture_native-mutex-torture.o `test -f 'mutex-torture.c' || echo './'`mutex-torture.c
mv -f .deps/mutex_torture_native-mutex-torture.Tpo .deps/mutex_torture_native-mutex-torture.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o mutex-torture-native mutex_torture_native-mutex-torture.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o .libs/mutex-torture-native mutex_torture_native-mutex-torture.o  ../../skins/native/.libs/libnative.so -lpthread -lm
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include    -MT check_vdso-check-vdso.o -MD -MP -MF .deps/check_vdso-check-vdso.Tpo -c -o check_vdso-check-vdso.o `test -f 'check-vdso.c' || echo './'`check-vdso.c
mv -f .deps/check_vdso-check-vdso.Tpo .deps/check_vdso-check-vdso.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o check-vdso check_vdso-check-vdso.o ../../skins/native/libnative.la -lpthread -lm 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o .libs/check-vdso check_vdso-check-vdso.o  ../../skins/native/.libs/libnative.so -lpthread -lm
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
Making all in sigtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../include/posix -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -g -I../../../include    -MT sigtest-sigtest.o -MD -MP -MF .deps/sigtest-sigtest.Tpo -c -o sigtest-sigtest.o `test -f 'sigtest.c' || echo './'`sigtest.c
mv -f .deps/sigtest-sigtest.Tpo .deps/sigtest-sigtest.Po
/bin/sh ../../../libtool --tag=CC   --mode=link ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a   -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers  -rdynamic -Wl,-O1 -o sigtest sigtest-sigtest.o ../../skins/posix/libpthread_rt.la -lpthread -lrt 
libtool: link: ../../../scripts/wrap-link.sh arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,@/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix/posix.wrappers -rdynamic -Wl,-O1 -o .libs/sigtest sigtest-sigtest.o  ../../skins/posix/.libs/libpthread_rt.so -lpthread -lrt
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making all in utils
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
Making all in can
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcanrecv.o -MD -MP -MF .deps/rtcanrecv.Tpo -c -o rtcanrecv.o rtcanrecv.c
{standard input}: Assembler messages:
{standard input}:683: rdhi, rdlo and rm must all be different
mv -f .deps/rtcanrecv.Tpo .deps/rtcanrecv.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../skins/native -L../../skins/rtdm -o rtcanrecv rtcanrecv.o -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/rtcanrecv rtcanrecv.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcansend.o -MD -MP -MF .deps/rtcansend.Tpo -c -o rtcansend.o rtcansend.c
{standard input}: Assembler messages:
{standard input}:445: rdhi, rdlo and rm must all be different
{standard input}:493: rdhi, rdlo and rm must all be different
mv -f .deps/rtcansend.Tpo .deps/rtcansend.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../skins/native -L../../skins/rtdm -o rtcansend rtcansend.o -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/rtcansend rtcansend.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT rtcanconfig.o -MD -MP -MF .deps/rtcanconfig.Tpo -c -o rtcanconfig.o rtcanconfig.c
mv -f .deps/rtcanconfig.Tpo .deps/rtcanconfig.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../skins/native -L../../skins/rtdm -o rtcanconfig rtcanconfig.o -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/rtcanconfig rtcanconfig.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
Making all in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT cmd_read.o -MD -MP -MF .deps/cmd_read.Tpo -c -o cmd_read.o cmd_read.c
mv -f .deps/cmd_read.Tpo .deps/cmd_read.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o cmd_read cmd_read.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/cmd_read cmd_read.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT cmd_write.o -MD -MP -MF .deps/cmd_write.Tpo -c -o cmd_write.o cmd_write.c
{standard input}: Assembler messages:
{standard input}:566: rdhi, rdlo and rm must all be different
mv -f .deps/cmd_write.Tpo .deps/cmd_write.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o cmd_write cmd_write.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/cmd_write cmd_write.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT insn_read.o -MD -MP -MF .deps/insn_read.Tpo -c -o insn_read.o insn_read.c
mv -f .deps/insn_read.Tpo .deps/insn_read.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o insn_read insn_read.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/insn_read insn_read.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT insn_write.o -MD -MP -MF .deps/insn_write.Tpo -c -o insn_write.o insn_write.c
mv -f .deps/insn_write.Tpo .deps/insn_write.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o insn_write insn_write.o -lanalogy -lnative -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/insn_write insn_write.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/.libs/libnative.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes -I../../../include   -MT analogy_config.o -MD -MP -MF .deps/analogy_config.Tpo -c -o analogy_config.o analogy_config.c
mv -f .deps/analogy_config.Tpo .deps/analogy_config.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -L../../drvlib/analogy -L../../skins/native -L../../skins/rtdm -o analogy_config analogy_config.o -lanalogy -lrtdm 
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -o .libs/analogy_config analogy_config.o  -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native -L/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/.libs/libanalogy.so /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/.libs/librtdm.so -lpthread
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
Making all in ps
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -DHAVE_CONFIG_H -I. -I../../../src/include   -O2 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -march=armv7-a -mfpu=vfp3 -mfloat-abi=softfp -D__XENO__ -D__IN_XENO__ -Wstrict-prototypes   -MT rtps.o -MD -MP -MF .deps/rtps.Tpo -c -o rtps.o rtps.c
{standard input}: Assembler messages:
{standard input}:107: rdhi, rdlo and rm must all be different
{standard input}:117: rdhi, rdlo and rm must all be different
mv -f .deps/rtps.Tpo .deps/rtps.Po
/bin/sh ../../../libtool --tag=CC   --mode=link arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a    -Wl,-O1 -o rtps rtps.o  
libtool: link: arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a -Wl,-O1 -o rtps rtps.o 
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making all in include
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making all in asm-generic
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making all in asm-blackfin
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making all in asm-x86
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making all in asm-powerpc
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making all in asm-arm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making all in asm-nios2
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making all in asm-sim
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making all in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making all in analogy
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
Making all in native
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
Making all in nucleus
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
Making all in posix
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making all in sys
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making all in psos+
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
Making all in rtai
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
Making all in rtdm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
Making all in uitron
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
Making all in vrtx
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
Making all in vxworks
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making all in config
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
Making all in doc
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making all in docbook
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making all in custom-stylesheets
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making all in xsl
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
Making all in common
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
Making all in fo
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
Making all in html
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making all in xenomai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making all in doxygen
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
Making all in man
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
Making all in txt
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making all in scripts
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'

[-- Attachment #4: log.do_configure.11042 --]
[-- Type: application/octet-stream, Size: 12057 bytes --]

configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... arm-none-linux-gnueabi
checking for a BSD-compatible install... /usr/bin/install -c
checking for arm-none-linux-gnueabi-gcc... arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a accepts -g... yes
checking for arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-none-linux-gnueabi-gcc -E
checking target system type... arm-none-linux-gnueabi
checking for arm-none-linux-gnueabi-gcc... arm-none-linux-gnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-none-linux-gnueabi-gcc accepts -g... yes
checking for arm-none-linux-gnueabi-gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... arm-none-linux-gnueabi-gcc -E
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for arm-none-linux-gnueabi-strip... arm-none-linux-gnueabi-strip
checking dependency style of arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking dependency style of arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a... gcc3
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for target architecture... arm
checking for a sed that does not truncate output... /home/jdoe/poky/poky/build/tmp-poky/staging/i686-linux/usr/bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a... arm-none-linux-gnueabi-ld
checking if the linker (arm-none-linux-gnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/jdoe/poky/poky/build/tmp-poky/cross/armv7a//bin/arm-none-linux-gnueabi-nm -B
checking the name lister (/home/jdoe/poky/poky/build/tmp-poky/cross/armv7a//bin/arm-none-linux-gnueabi-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for arm-none-linux-gnueabi-ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for arm-none-linux-gnueabi-ar... arm-none-linux-gnueabi-ar
checking for arm-none-linux-gnueabi-strip... (cached) arm-none-linux-gnueabi-strip
checking for arm-none-linux-gnueabi-ranlib... arm-none-linux-gnueabi-ranlib
checking command to parse /home/jdoe/poky/poky/build/tmp-poky/cross/armv7a//bin/arm-none-linux-gnueabi-nm -B output from arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a supports -fno-rtti -fno-exceptions... no
checking for arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a option to produce PIC... -fPIC -DPIC
checking if arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a PIC flag -fPIC -DPIC works... yes
checking if arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a static flag -static works... yes
checking if arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a supports -c -o file.o... yes
checking if arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a supports -c -o file.o... (cached) yes
checking whether the arm-none-linux-gnueabi-gcc -mfpu=vfp3 -mfloat-abi=softfp -march=armv7-a linker (arm-none-linux-gnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for debug symbols... no
checking for SMP support... no
checking for ARM machine... omap3
checking for ARM architecture version... 7
checking for ARM SA1100 architecture... no
checking for ARM Xscale3 architecture... no
checking for TSC emulation in user-space.... yes
checking for ARM EABI interface... y
checking whether building Linux in Xenomai build tree... no
checking for Doxygen documentation... no
checking for doxygen... no
checking for dot... NO
checking whether compiling Docbook XML documentation... no
checking for xmllint... xmllint
checking for xsltproc... xsltproc
checking for fop... no
checking whether Docbook XML documentation generation can use network.... no
checking for docbook-xml root dir... /usr/share/sgml/docbook/dtd/xml/4.2
checking for docbook-xsl root dir... network
checking whether using LaTeX non-stop mode... no
checking mqueue.h usability... yes
checking mqueue.h presence... yes
checking for mqueue.h... yes
checking for sched_setaffinity... ok
checking for specific GCC switches... done
checking whether ld supports @file... yes
checking whether the POSIX skin library automatically calls mlockall... no
checking whether the pSOS skin library automatically calls mlockall... no
checking whether the uITRON skin library automatically calls mlockall... no
checking for shm_open... yes
checking for shm_unlink... yes
checking for mmap64... yes
checking for ftruncate64... yes
checking for pthread_mutexattr_setprotocol... yes
checking for pthread_condattr_setclock... yes
checking for pthread_spin_lock... yes
checking whether to enable dlopen support for skin libraries... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating scripts/Makefile
config.status: creating scripts/xeno-config
config.status: creating scripts/xeno-load
config.status: creating scripts/xeno-test
config.status: creating src/Makefile
config.status: creating src/rtdk/Makefile
config.status: creating src/skins/Makefile
config.status: creating src/skins/common/Makefile
config.status: creating src/skins/posix/Makefile
config.status: creating src/skins/native/Makefile
config.status: creating src/skins/vxworks/Makefile
config.status: creating src/skins/psos+/Makefile
config.status: creating src/skins/vrtx/Makefile
config.status: creating src/skins/rtdm/Makefile
config.status: creating src/skins/rtai/Makefile
config.status: creating src/skins/uitron/Makefile
config.status: creating src/drvlib/Makefile
config.status: creating src/drvlib/analogy/Makefile
config.status: creating src/include/Makefile
config.status: creating src/testsuite/Makefile
config.status: creating src/testsuite/latency/Makefile
config.status: creating src/testsuite/cyclic/Makefile
config.status: creating src/testsuite/switchtest/Makefile
config.status: creating src/testsuite/irqbench/Makefile
config.status: creating src/testsuite/clocktest/Makefile
config.status: creating src/testsuite/klatency/Makefile
config.status: creating src/testsuite/unit/Makefile
config.status: creating src/testsuite/sigtest/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/can/Makefile
config.status: creating src/utils/analogy/Makefile
config.status: creating src/utils/ps/Makefile
config.status: creating include/Makefile
config.status: creating include/asm-generic/Makefile
config.status: creating include/asm-generic/bits/Makefile
config.status: creating include/asm-blackfin/Makefile
config.status: creating include/asm-blackfin/bits/Makefile
config.status: creating include/asm-x86/Makefile
config.status: creating include/asm-x86/bits/Makefile
config.status: creating include/asm-powerpc/Makefile
config.status: creating include/asm-powerpc/bits/Makefile
config.status: creating include/asm-arm/Makefile
config.status: creating include/asm-arm/bits/Makefile
config.status: creating include/asm-nios2/Makefile
config.status: creating include/asm-nios2/bits/Makefile
config.status: creating include/asm-sim/Makefile
config.status: creating include/asm-sim/bits/Makefile
config.status: creating include/native/Makefile
config.status: creating include/nucleus/Makefile
config.status: creating include/posix/Makefile
config.status: creating include/posix/sys/Makefile
config.status: creating include/psos+/Makefile
config.status: creating include/rtai/Makefile
config.status: creating include/rtdm/Makefile
config.status: creating include/analogy/Makefile
config.status: creating include/uitron/Makefile
config.status: creating include/vrtx/Makefile
config.status: creating include/vxworks/Makefile
config.status: creating doc/Makefile
config.status: creating doc/txt/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/clocktest.man
config.status: creating doc/man/cyclictest.man
config.status: creating doc/man/irqbench.man
config.status: creating doc/man/irqloop.man
config.status: creating doc/man/klatency.man
config.status: creating doc/man/latency.man
config.status: creating doc/man/rtcanconfig.man
config.status: creating doc/man/rtcanrecv.man
config.status: creating doc/man/rtcansend.man
config.status: creating doc/man/switchbench.man
config.status: creating doc/man/switchtest.man
config.status: creating doc/man/runinfo.man
config.status: creating doc/man/xeno-config.man
config.status: creating doc/man/xeno-info.man
config.status: creating doc/man/xeno-load.man
config.status: creating doc/man/xeno-test.man
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/Doxyfile-common
config.status: creating doc/doxygen/Doxyfile
config.status: creating doc/doxygen/Doxyfile-native
config.status: creating doc/doxygen/Doxyfile-nucleus
config.status: creating doc/doxygen/Doxyfile-posix
config.status: creating doc/doxygen/Doxyfile-rtdm
config.status: creating doc/docbook/Makefile
config.status: creating doc/docbook/catalog
config.status: creating doc/docbook/custom-stylesheets/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/common/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/fo/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/html/Makefile
config.status: creating doc/docbook/custom-stylesheets/xsl/html/chunk.xsl
config.status: creating doc/docbook/custom-stylesheets/xsl/html/onechunk.xsl
config.status: creating doc/docbook/xenomai/Makefile
config.status: creating src/include/xeno_config.h
config.status: linking ./include/asm-arm to src/include/asm/xenomai
config.status: linking ./include/asm-generic to src/include/asm-generic/xenomai
config.status: executing depfiles commands
config.status: executing libtool commands

[-- Attachment #5: log.do_install.20412 --]
[-- Type: application/octet-stream, Size: 148677 bytes --]

NOTE: make DESTDIR=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image SUDO=/bin/true install
Making install in src
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making install in include
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/include'
Making install in rtdk
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c  'librtdk.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.la'
libtool: install: /usr/bin/install -c .libs/librtdk.so.0.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.so.0.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtdk.so.0.0.0 librtdk.so.0 || { rm -f librtdk.so.0 && ln -s librtdk.so.0.0.0 librtdk.so.0; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtdk.so.0.0.0 librtdk.so || { rm -f librtdk.so && ln -s librtdk.so.0.0.0 librtdk.so; }; })
libtool: install: /usr/bin/install -c .libs/librtdk.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.la
libtool: install: /usr/bin/install -c .libs/librtdk.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdk.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/rtdk'
Making install in skins
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making install in common
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/common'
Making install in native
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libnative.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.la'
libtool: install: /usr/bin/install -c .libs/libnative.so.3.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.so.3.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libnative.so.3.0.0 libnative.so.3 || { rm -f libnative.so.3 && ln -s libnative.so.3.0.0 libnative.so.3; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libnative.so.3.0.0 libnative.so || { rm -f libnative.so && ln -s libnative.so.3.0.0 libnative.so; }; })
libtool: install: /usr/bin/install -c .libs/libnative.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.la
libtool: install: /usr/bin/install -c .libs/libnative.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libnative.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native'
Making install in posix
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libpthread_rt.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.la'
libtool: install: /usr/bin/install -c .libs/libpthread_rt.so.1.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.so.1.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libpthread_rt.so.1.0.0 libpthread_rt.so.1 || { rm -f libpthread_rt.so.1 && ln -s libpthread_rt.so.1.0.0 libpthread_rt.so.1; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libpthread_rt.so.1.0.0 libpthread_rt.so || { rm -f libpthread_rt.so && ln -s libpthread_rt.so.1.0.0 libpthread_rt.so; }; })
libtool: install: /usr/bin/install -c .libs/libpthread_rt.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.la
libtool: install: /usr/bin/install -c .libs/libpthread_rt.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpthread_rt.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib
/usr/bin/install -c -m 644 ./posix.wrappers /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/posix'
Making install in rtdm
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'librtdm.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.la'
libtool: install: /usr/bin/install -c .libs/librtdm.so.1.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.so.1.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtdm.so.1.0.0 librtdm.so.1 || { rm -f librtdm.so.1 && ln -s librtdm.so.1.0.0 librtdm.so.1; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtdm.so.1.0.0 librtdm.so || { rm -f librtdm.so && ln -s librtdm.so.1.0.0 librtdm.so; }; })
libtool: install: /usr/bin/install -c .libs/librtdm.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.la
libtool: install: /usr/bin/install -c .libs/librtdm.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtdm.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm'
Making install in vxworks
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libvxworks.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.la'
libtool: install: /usr/bin/install -c .libs/libvxworks.so.1.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.so.1.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libvxworks.so.1.0.0 libvxworks.so.1 || { rm -f libvxworks.so.1 && ln -s libvxworks.so.1.0.0 libvxworks.so.1; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libvxworks.so.1.0.0 libvxworks.so || { rm -f libvxworks.so && ln -s libvxworks.so.1.0.0 libvxworks.so; }; })
libtool: install: /usr/bin/install -c .libs/libvxworks.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.la
libtool: install: /usr/bin/install -c .libs/libvxworks.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvxworks.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vxworks'
Making install in psos+
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libpsos.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.la'
libtool: install: /usr/bin/install -c .libs/libpsos.so.0.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.so.0.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libpsos.so.0.0.0 libpsos.so.0 || { rm -f libpsos.so.0 && ln -s libpsos.so.0.0.0 libpsos.so.0; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libpsos.so.0.0.0 libpsos.so || { rm -f libpsos.so && ln -s libpsos.so.0.0.0 libpsos.so; }; })
libtool: install: /usr/bin/install -c .libs/libpsos.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.la
libtool: install: /usr/bin/install -c .libs/libpsos.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libpsos.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/psos+'
Making install in vrtx
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libvrtx.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.la'
libtool: install: /usr/bin/install -c .libs/libvrtx.so.0.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.so.0.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libvrtx.so.0.0.0 libvrtx.so.0 || { rm -f libvrtx.so.0 && ln -s libvrtx.so.0.0.0 libvrtx.so.0; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libvrtx.so.0.0.0 libvrtx.so || { rm -f libvrtx.so && ln -s libvrtx.so.0.0.0 libvrtx.so; }; })
libtool: install: /usr/bin/install -c .libs/libvrtx.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.la
libtool: install: /usr/bin/install -c .libs/libvrtx.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libvrtx.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/vrtx'
Making install in rtai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'librtai.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.la'
libtool: install: /usr/bin/install -c .libs/librtai.so.0.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.so.0.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtai.so.0.0.0 librtai.so.0 || { rm -f librtai.so.0 && ln -s librtai.so.0.0.0 librtai.so.0; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f librtai.so.0.0.0 librtai.so || { rm -f librtai.so && ln -s librtai.so.0.0.0 librtai.so; }; })
libtool: install: /usr/bin/install -c .libs/librtai.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.la
libtool: install: /usr/bin/install -c .libs/librtai.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/librtai.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtai'
Making install in uitron
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libuitron.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.la'
libtool: install: /usr/bin/install -c .libs/libuitron.so.0.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.so.0.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libuitron.so.0.0.0 libuitron.so.0 || { rm -f libuitron.so.0 && ln -s libuitron.so.0.0.0 libuitron.so.0; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libuitron.so.0.0.0 libuitron.so || { rm -f libuitron.so && ln -s libuitron.so.0.0.0 libuitron.so; }; })
libtool: install: /usr/bin/install -c .libs/libuitron.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.la
libtool: install: /usr/bin/install -c .libs/libuitron.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libuitron.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/uitron'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins'
Making install in drvlib
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making install in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
test -z "/usr/lib" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib"
 /bin/sh ../../../libtool   --mode=install /usr/bin/install -c  'libanalogy.la' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.la'
libtool: install: /usr/bin/install -c .libs/libanalogy.so.1.0.0 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.so.1.0.0
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libanalogy.so.1.0.0 libanalogy.so.1 || { rm -f libanalogy.so.1 && ln -s libanalogy.so.1.0.0 libanalogy.so.1; }; })
libtool: install: (cd /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib && { ln -s -f libanalogy.so.1.0.0 libanalogy.so || { rm -f libanalogy.so && ln -s libanalogy.so.1.0.0 libanalogy.so; }; })
libtool: install: /usr/bin/install -c .libs/libanalogy.lai /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.la
libtool: install: /usr/bin/install -c .libs/libanalogy.a /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.a
libtool: install: chmod 644 /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.a
libtool: install: arm-none-linux-gnueabi-ranlib /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/lib/libanalogy.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib'
Making install in testsuite
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making install in latency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'latency' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/latency'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `../../skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/latency /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/latency
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/latency
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/latency'
Making install in cyclic
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'cyclictest' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cyclictest'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cyclictest /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cyclictest
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/cyclic
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/cyclic'
Making install in switchtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'switchtest' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/switchtest'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/switchtest /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/switchtest
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/switchtest
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/switchtest'
Making install in irqbench
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'irqloop' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/irqloop'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/irqloop /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/irqloop
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/irqbench
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/irqbench'
Making install in clocktest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'clocktest' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/clocktest'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/clocktest /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/clocktest
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/clocktest
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/clocktest'
Making install in klatency
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'klatency' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/klatency'
libtool: install: /usr/bin/install -c klatency /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/klatency
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/klatency
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/klatency'
Making install in unit
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'arith' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/arith'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/arith /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/arith
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'wakeup-time' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/wakeup-time'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/wakeup-time /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/wakeup-time
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'mutex-torture-posix' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/mutex-torture-posix'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/mutex-torture-posix /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/mutex-torture-posix
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'mutex-torture-native' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/mutex-torture-native'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/mutex-torture-native /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/mutex-torture-native
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'check-vdso' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/check-vdso'
libtool: install: warning: `../../skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/check-vdso /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/check-vdso
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/unit
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/unit'
Making install in sigtest
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'sigtest' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/sigtest'
libtool: install: warning: `../../skins/posix/libpthread_rt.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/sigtest /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/sigtest
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/xenomai/testsuite/sigtest
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite/sigtest'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/testsuite'
Making install in utils
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
Making install in can
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'rtcanrecv' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/rtcanrecv'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/rtcanrecv /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/rtcanrecv
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'rtcansend' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/rtcansend'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/rtcansend /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/rtcansend
test -z "/usr/sbin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'rtcanconfig' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/rtcanconfig'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/rtcanconfig /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/rtcanconfig
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/can'
Making install in analogy
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'cmd_read' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cmd_read'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/libanalogy.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cmd_read /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cmd_read
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'cmd_write' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cmd_write'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/libanalogy.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/cmd_write /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/cmd_write
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'insn_read' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/insn_read'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/libanalogy.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/insn_read /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/insn_read
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'insn_write' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/insn_write'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/libanalogy.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/native/libnative.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/insn_write /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/insn_write
test -z "/usr/sbin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'analogy_config' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/analogy_config'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/drvlib/analogy/libanalogy.la' has not been installed in `/usr/lib'
libtool: install: warning: `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/skins/rtdm/librtdm.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/analogy_config /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/analogy_config
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/analogy'
Making install in ps
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
test -z "/usr/sbin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin"
  /bin/sh ../../../libtool   --mode=install /usr/bin/install -c 'rtps' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/rtps'
libtool: install: /usr/bin/install -c rtps /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/sbin/rtps
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils/ps'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src/utils'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/src'
Making install in include
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making install in asm-generic
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-generic/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/bind.h'
 /usr/bin/install -c -m 644 'current.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/current.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/heap.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/intr.h'
 /usr/bin/install -c -m 644 'mlock_alert.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/mlock_alert.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/pod.h'
 /usr/bin/install -c -m 644 'sigshadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/sigshadow.h'
 /usr/bin/install -c -m 644 'timeconv.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/bits/timeconv.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-generic" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic"
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/arith.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/features.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/hal.h'
 /usr/bin/install -c -m 644 'pci_ids.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/pci_ids.h'
 /usr/bin/install -c -m 644 'stack.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/stack.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/syscall.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/system.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-generic'
Making install in asm-blackfin
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-blackfin/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/bind.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/heap.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/init.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/intr.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/pod.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/sched.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/shadow.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/bits/timer.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-blackfin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin"
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/arith.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/atomic.h'
 /usr/bin/install -c -m 644 'calibration.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/calibration.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/features.h'
 /usr/bin/install -c -m 644 'fptest.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/fptest.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/hal.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/syscall.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/system.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-blackfin/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-blackfin'
Making install in asm-x86
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-x86/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/bind.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/heap.h'
 /usr/bin/install -c -m 644 'init_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/init_32.h'
 /usr/bin/install -c -m 644 'init_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/init_64.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/init.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/intr.h'
 /usr/bin/install -c -m 644 'pod_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/pod_32.h'
 /usr/bin/install -c -m 644 'pod_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/pod_64.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/pod.h'
 /usr/bin/install -c -m 644 'sched_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/sched_32.h'
 /usr/bin/install -c -m 644 'sched_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/sched_64.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/sched.h'
 /usr/bin/install -c -m 644 'shadow_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/shadow_32.h'
 /usr/bin/install -c -m 644 'shadow_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/shadow_64.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/shadow.h'
 /usr/bin/install -c -m 644 'thread_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/thread_32.h'
 /usr/bin/install -c -m 644 'thread_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/thread_64.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/bits/timer.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-x86" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86"
 /usr/bin/install -c -m 644 'arith_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/arith_32.h'
 /usr/bin/install -c -m 644 'arith_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/arith_64.h'
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/arith.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/atomic.h'
 /usr/bin/install -c -m 644 'calibration.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/calibration.h'
 /usr/bin/install -c -m 644 'features_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/features_32.h'
 /usr/bin/install -c -m 644 'features_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/features_64.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/features.h'
 /usr/bin/install -c -m 644 'fptest.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/fptest.h'
 /usr/bin/install -c -m 644 'hal_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/hal_32.h'
 /usr/bin/install -c -m 644 'hal_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/hal_64.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/hal.h'
 /usr/bin/install -c -m 644 'smi.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/smi.h'
 /usr/bin/install -c -m 644 'switch_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/switch_32.h'
 /usr/bin/install -c -m 644 'switch_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/switch_64.h'
 /usr/bin/install -c -m 644 'switch.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/switch.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/syscall.h'
 /usr/bin/install -c -m 644 'system_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/system_32.h'
 /usr/bin/install -c -m 644 'system_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/system_64.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/system.h'
 /usr/bin/install -c -m 644 'wrappers_32.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/wrappers_32.h'
 /usr/bin/install -c -m 644 'wrappers_64.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/wrappers_64.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-x86/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-x86'
Making install in asm-powerpc
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-powerpc/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/bind.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/heap.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/init.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/intr.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/pod.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/sched.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/shadow.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/bits/timer.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-powerpc" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc"
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/arith.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/atomic.h'
 /usr/bin/install -c -m 644 'calibration.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/calibration.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/features.h'
 /usr/bin/install -c -m 644 'fptest.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/fptest.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/hal.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/syscall.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/system.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-powerpc/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-powerpc'
Making install in asm-arm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-arm/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/bind.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/heap.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/init.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/intr.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/pod.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/sched.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/shadow.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/bits/timer.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-arm" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm"
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/arith.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/atomic.h'
 /usr/bin/install -c -m 644 'calibration.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/calibration.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/features.h'
 /usr/bin/install -c -m 644 'fptest.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/fptest.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/hal.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/syscall.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/system.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-arm'
Making install in asm-nios2
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-nios2/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits"
 /usr/bin/install -c -m 644 'bind.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/bind.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/heap.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/init.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/intr.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/pod.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/sched.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/shadow.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/bits/timer.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-nios2" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2"
 /usr/bin/install -c -m 644 'arith.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/arith.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/atomic.h'
 /usr/bin/install -c -m 644 'calibration.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/calibration.h'
 /usr/bin/install -c -m 644 'features.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/features.h'
 /usr/bin/install -c -m 644 'fptest.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/fptest.h'
 /usr/bin/install -c -m 644 'hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/hal.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/syscall.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/system.h'
 /usr/bin/install -c -m 644 'wrappers.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-nios2/wrappers.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-nios2'
Making install in asm-sim
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making install in bits
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/asm-sim/bits" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits"
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/pod.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/intr.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/heap.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/thread.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/timer.h'
 /usr/bin/install -c -m 644 'init.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/init.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/bits/sched.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim/bits'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/asm
ln -s . /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/asm
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/xenomai
ln -s . /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/xenomai
test -z "/usr/include/xenomai/asm-sim" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim"
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/system.h'
 /usr/bin/install -c -m 644 'atomic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-sim/atomic.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/asm-sim'
Making install in analogy
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/analogy" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy"
 /usr/bin/install -c -m 644 'buffer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/buffer.h'
 /usr/bin/install -c -m 644 'channel_range.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/channel_range.h'
 /usr/bin/install -c -m 644 'analogy_driver.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/analogy_driver.h'
 /usr/bin/install -c -m 644 'analogy.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/analogy.h'
 /usr/bin/install -c -m 644 'command.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/command.h'
 /usr/bin/install -c -m 644 'context.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/context.h'
 /usr/bin/install -c -m 644 'descriptor.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/descriptor.h'
 /usr/bin/install -c -m 644 'device.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/device.h'
 /usr/bin/install -c -m 644 'driver.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/driver.h'
 /usr/bin/install -c -m 644 'instruction.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/instruction.h'
 /usr/bin/install -c -m 644 'ioctl.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/ioctl.h'
 /usr/bin/install -c -m 644 'os_facilities.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/os_facilities.h'
 /usr/bin/install -c -m 644 'subdevice.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/subdevice.h'
 /usr/bin/install -c -m 644 'transfer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/transfer.h'
 /usr/bin/install -c -m 644 'types.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/analogy/types.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/analogy'
Making install in native
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/native" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native"
 /usr/bin/install -c -m 644 'alarm.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/alarm.h'
 /usr/bin/install -c -m 644 'buffer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/buffer.h'
 /usr/bin/install -c -m 644 'cond.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/cond.h'
 /usr/bin/install -c -m 644 'event.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/event.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/heap.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/intr.h'
 /usr/bin/install -c -m 644 'misc.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/misc.h'
 /usr/bin/install -c -m 644 'mutex.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/mutex.h'
 /usr/bin/install -c -m 644 'pipe.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/pipe.h'
 /usr/bin/install -c -m 644 'ppd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/ppd.h'
 /usr/bin/install -c -m 644 'queue.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/queue.h'
 /usr/bin/install -c -m 644 'sem.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/sem.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/syscall.h'
 /usr/bin/install -c -m 644 'task.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/task.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/timer.h'
 /usr/bin/install -c -m 644 'types.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/native/types.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/native'
Making install in nucleus
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/nucleus" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus"
 /usr/bin/install -c -m 644 'assert.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/assert.h'
 /usr/bin/install -c -m 644 'bheap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/bheap.h'
 /usr/bin/install -c -m 644 'bufd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/bufd.h'
 /usr/bin/install -c -m 644 'compiler.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/compiler.h'
 /usr/bin/install -c -m 644 'heap.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/heap.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/intr.h'
 /usr/bin/install -c -m 644 'jhash.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/jhash.h'
 /usr/bin/install -c -m 644 'map.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/map.h'
 /usr/bin/install -c -m 644 'module.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/module.h'
 /usr/bin/install -c -m 644 'pipe.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/pipe.h'
 /usr/bin/install -c -m 644 'pod.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/pod.h'
 /usr/bin/install -c -m 644 'ppd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/ppd.h'
 /usr/bin/install -c -m 644 'queue.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/queue.h'
 /usr/bin/install -c -m 644 'registry.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/registry.h'
 /usr/bin/install -c -m 644 'select.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/select.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sched.h'
 /usr/bin/install -c -m 644 'schedparam.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/schedparam.h'
 /usr/bin/install -c -m 644 'schedqueue.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/schedqueue.h'
 /usr/bin/install -c -m 644 'sched-idle.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sched-idle.h'
 /usr/bin/install -c -m 644 'sched-rt.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sched-rt.h'
 /usr/bin/install -c -m 644 'sched-sporadic.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sched-sporadic.h'
 /usr/bin/install -c -m 644 'sched-tp.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sched-tp.h'
 /usr/bin/install -c -m 644 'shadow.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/shadow.h'
 /usr/bin/install -c -m 644 'stat.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/stat.h'
 /usr/bin/install -c -m 644 'synch.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/synch.h'
 /usr/bin/install -c -m 644 'system.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/system.h'
 /usr/bin/install -c -m 644 'sys_ppd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/sys_ppd.h'
 /usr/bin/install -c -m 644 'thread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/thread.h'
 /usr/bin/install -c -m 644 'timebase.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/timebase.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/timer.h'
 /usr/bin/install -c -m 644 'trace.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/trace.h'
 /usr/bin/install -c -m 644 'types.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/types.h'
 /usr/bin/install -c -m 644 'vdso.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/vdso.h'
 /usr/bin/install -c -m 644 'version.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/version.h'
 /usr/bin/install -c -m 644 'xenomai.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/nucleus/xenomai.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/nucleus'
Making install in posix
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making install in sys
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/posix/sys" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sys"
 /usr/bin/install -c -m 644 'ioctl.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sys/ioctl.h'
 /usr/bin/install -c -m 644 'mman.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sys/mman.h'
 /usr/bin/install -c -m 644 'select.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sys/select.h'
 /usr/bin/install -c -m 644 'socket.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sys/socket.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix/sys'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/posix" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix"
 /usr/bin/install -c -m 644 'errno.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/errno.h'
 /usr/bin/install -c -m 644 'fcntl.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/fcntl.h'
 /usr/bin/install -c -m 644 'mqueue.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/mqueue.h'
 /usr/bin/install -c -m 644 'posix.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/posix.h'
 /usr/bin/install -c -m 644 'pthread.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/pthread.h'
 /usr/bin/install -c -m 644 'sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/sched.h'
 /usr/bin/install -c -m 644 'semaphore.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/semaphore.h'
 /usr/bin/install -c -m 644 'signal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/signal.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/syscall.h'
 /usr/bin/install -c -m 644 'time.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/time.h'
 /usr/bin/install -c -m 644 'unistd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/posix/unistd.h'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/posix'
Making install in psos+
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/psos+" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+"
 /usr/bin/install -c -m 644 'asr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/asr.h'
 /usr/bin/install -c -m 644 'defs.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/defs.h'
 /usr/bin/install -c -m 644 'event.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/event.h'
 /usr/bin/install -c -m 644 'ppd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/ppd.h'
 /usr/bin/install -c -m 644 'psos.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/psos.h'
 /usr/bin/install -c -m 644 'pt.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/pt.h'
 /usr/bin/install -c -m 644 'queue.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/queue.h'
 /usr/bin/install -c -m 644 'rn.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/rn.h'
 /usr/bin/install -c -m 644 'sem.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/sem.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/syscall.h'
 /usr/bin/install -c -m 644 'task.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/task.h'
 /usr/bin/install -c -m 644 'tm.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/psos+/tm.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/psos+'
Making install in rtai
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/rtai" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai"
 /usr/bin/install -c -m 644 'fifo.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/fifo.h'
 /usr/bin/install -c -m 644 'intr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/intr.h'
 /usr/bin/install -c -m 644 'rt_mem_mgr.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rt_mem_mgr.h'
 /usr/bin/install -c -m 644 'rtai.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai.h'
 /usr/bin/install -c -m 644 'rtai_fifos.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_fifos.h'
 /usr/bin/install -c -m 644 'rtai_hal.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_hal.h'
 /usr/bin/install -c -m 644 'rtai_nam2num.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_nam2num.h'
 /usr/bin/install -c -m 644 'rtai_proc_fs.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_proc_fs.h'
 /usr/bin/install -c -m 644 'rtai_sched.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_sched.h'
 /usr/bin/install -c -m 644 'rtai_sem.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_sem.h'
 /usr/bin/install -c -m 644 'rtai_shm.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_shm.h'
 /usr/bin/install -c -m 644 'rtai_timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_timer.h'
 /usr/bin/install -c -m 644 'rtai_types.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/rtai_types.h'
 /usr/bin/install -c -m 644 'sem.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/sem.h'
 /usr/bin/install -c -m 644 'shm.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/shm.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/syscall.h'
 /usr/bin/install -c -m 644 'task.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/task.h'
 /usr/bin/install -c -m 644 'timer.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/timer.h'
 /usr/bin/install -c -m 644 'types.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtai/types.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtai'
Making install in rtdm
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/rtdm" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm"
 /usr/bin/install -c -m 644 'rtdm.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rtdm.h'
 /usr/bin/install -c -m 644 'rtdm_driver.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rtdm_driver.h'
 /usr/bin/install -c -m 644 'rtserial.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rtserial.h'
 /usr/bin/install -c -m 644 'rttesting.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rttesting.h'
 /usr/bin/install -c -m 644 'rtcan.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rtcan.h'
 /usr/bin/install -c -m 644 'rtipc.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdm/rtipc.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/rtdm'
Making install in uitron
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/uitron" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/uitron"
 /usr/bin/install -c -m 644 'uitron.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/uitron/uitron.h'
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/uitron/syscall.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/uitron'
Making install in vrtx
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/vrtx" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vrtx"
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vrtx/syscall.h'
 /usr/bin/install -c -m 644 'vrtx.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vrtx/vrtx.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vrtx'
Making install in vxworks
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/include/xenomai/vxworks" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vxworks"
 /usr/bin/install -c -m 644 'syscall.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vxworks/syscall.h'
 /usr/bin/install -c -m 644 'vxworks.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vxworks/vxworks.h'
 /usr/bin/install -c -m 644 'ppd.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/vxworks/ppd.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include/vxworks'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[3]: Nothing to be done for `install-exec-am'.
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm
ln -s asm-arm /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/xenomai
ln -s . /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/xenomai
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/xenomai
ln -s . /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-arm/xenomai
rm -f /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/xenomai
ln -s . /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/asm-generic/xenomai
test -z "/usr/include/xenomai" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai"
 /usr/bin/install -c -m 644 'rtdk.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/rtdk.h'
test -z "/usr/include/xenomai" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai"
 /usr/bin/install -c -m 644 '../src/include/xeno_config.h' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/include/xenomai/xeno_config.h'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/include'
Making install in config
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config'
Making install in doc
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making install in docbook
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making install in custom-stylesheets
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making install in xsl
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
Making install in common
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
make[6]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/common'
Making install in fo
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
make[6]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/fo'
Making install in html
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[6]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[6]: Nothing to be done for `install-exec-am'.
docs=""; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && abs_dest=`cd $dest && pwd` && \
            { cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *.html|*.htm) cat $f > $abs_dest/$f;; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; } \
	done
docs=""; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest; \
	    abs_dest=`cd $dest && pwd` ; \
            cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/ps; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/pdf; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
make[6]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl/html'
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[6]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[6]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets/xsl'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[5]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/custom-stylesheets'
Making install in xenomai
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[4]: Nothing to be done for `install-exec-am'.
docs="../../../doc/generated/html/xenomai ../../../doc/generated/html/life-with-adeos"; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && abs_dest=`cd $dest && pwd` && \
            { cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *.html|*.htm) cat $f > $abs_dest/$f;; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; } \
	done
docs=""; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest; \
	    abs_dest=`cd $dest && pwd` ; \
            cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/ps; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
docs="../../../doc/generated/pdf/xenomai.pdf ../../../doc/generated/pdf/life-with-adeos.pdf"; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/pdf; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook/xenomai'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[4]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[4]: Nothing to be done for `install-exec-am'.
docs="../../doc/generated/html/css ../../doc/generated/html/pictures"; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && abs_dest=`cd $dest && pwd` && \
            { cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *.html|*.htm) cat $f > $abs_dest/$f;; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; } \
	done
docs=""; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest; \
	    abs_dest=`cd $dest && pwd` ; \
            cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/ps; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/pdf; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
make[4]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/docbook'
Making install in doxygen
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
make[3]: Nothing to be done for `install-exec-am'.
docs="../generated/html/api"; abs_builddir=$PWD; \
	for dir in $docs; do \
	    dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/html/`basename $dir`; \
	    /bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest; \
	    abs_dest=`cd $dest && pwd` ; \
            cd $dir || exit 1; \
	    for f in * ; do \
	        case $f in \
		    *~|CVS|.svn|[mM]akefile*|GNUmakefile*);; \
		    *) /usr/bin/install -c -m 644 $f $abs_dest/$f;; \
	        esac; \
	    done; cd $abs_builddir; \
	done
docs=""; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/ps; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
docs="../generated/pdf/native-api.pdf ../generated/pdf/nucleus-api.pdf ../generated/pdf/posix-api.pdf ../generated/pdf/rtdm-api.pdf"; dest=/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/pdf; \
	/bin/sh /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/config/install-sh -d $dest && \
	for f in $docs; do \
	    /usr/bin/install -c -m 644 $f $dest; \
	done
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/doxygen'
Making install in man
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man1" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1"
 /usr/bin/install -c -m 644 './xeno-config.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/xeno-config.1'
 /usr/bin/install -c -m 644 './xeno-info.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/xeno-info.1'
 /usr/bin/install -c -m 644 './xeno-load.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/xeno-load.1'
 /usr/bin/install -c -m 644 './xeno-test.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/xeno-test.1'
 /usr/bin/install -c -m 644 './clocktest.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/clocktest.1'
 /usr/bin/install -c -m 644 './cyclictest.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/cyclictest.1'
 /usr/bin/install -c -m 644 './irqbench.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/irqbench.1'
 /usr/bin/install -c -m 644 './irqloop.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/irqloop.1'
 /usr/bin/install -c -m 644 './klatency.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/klatency.1'
 /usr/bin/install -c -m 644 './latency.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/latency.1'
 /usr/bin/install -c -m 644 './rtcanconfig.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/rtcanconfig.1'
 /usr/bin/install -c -m 644 './rtcanrecv.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/rtcanrecv.1'
 /usr/bin/install -c -m 644 './rtcansend.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/rtcansend.1'
 /usr/bin/install -c -m 644 './switchbench.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/switchbench.1'
 /usr/bin/install -c -m 644 './switchtest.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man1/switchtest.1'
test -z "/usr/share/man/man5" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man5"
 /usr/bin/install -c -m 644 './runinfo.man' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/man/man5/runinfo.5'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/man'
Making install in txt
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/doc/xenomai/txt" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt"
 /usr/bin/install -c -m 644 '16550A-driver.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/16550A-driver.txt'
 /usr/bin/install -c -m 644 'irqbench.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/irqbench.txt'
 /usr/bin/install -c -m 644 'pse51-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/pse51-skin.txt'
 /usr/bin/install -c -m 644 'psos-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/psos-skin.txt'
 /usr/bin/install -c -m 644 'rtai-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/rtai-skin.txt'
 /usr/bin/install -c -m 644 'uITRON-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/uITRON-skin.txt'
 /usr/bin/install -c -m 644 'vrtx-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/vrtx-skin.txt'
 /usr/bin/install -c -m 644 'comedi-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/comedi-skin.txt'
 /usr/bin/install -c -m 644 'vxworks-skin.txt' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/vxworks-skin.txt'
 /usr/bin/install -c -m 644 'ChangeLog.pre-git' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/share/doc/xenomai/txt/ChangeLog.pre-git'
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc/txt'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[3]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/doc'
Making install in scripts
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
test -z "/usr/bin" || /bin/mkdir -p "/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin"
 /usr/bin/install -c 'xeno-config' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/xeno-config'
 /usr/bin/install -c 'xeno-load' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/xeno-load'
 /usr/bin/install -c 'xeno-test' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/xeno-test'
 /usr/bin/install -c 'xeno-info' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/xeno-info'
 /usr/bin/install -c 'wrap-link.sh' '/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/image/usr/bin/wrap-link.sh'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1/scripts'
make[1]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
make[2]: Entering directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
sudo found (sudo is /bin/true), testing it...
sudo is working.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'
make[1]: Leaving directory `/home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/xenomai-2.5.1'

[-- Attachment #6: log.qa_package --]
[-- Type: application/octet-stream, Size: 1166 bytes --]

non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/librtai.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libnative.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libvxworks.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/librtdm.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libuitron.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libvrtx.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libanalogy.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/librtdk.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libpsos.so
non dev contains .so, xenomai, /work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/install/xenomai/usr/lib/libpthread_rt.so

[-- Attachment #7: log.staging_packager.24861 --]
[-- Type: application/octet-stream, Size: 245 bytes --]

Packaged contents of /home/jdoe/poky/poky/build/tmp-poky/work/armv7a-none-linux-gnueabi/xenomai-2.5.1-r0/staging-pkg into /home/jdoe/poky/poky/build/tmp-poky/deploy/pstage/poky/2/staging-xenomai-armv7a-none-linux-gnueabi_2.5.1-r0_i686-linux.ipk

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-10 19:28         ` Felipe Brandão Cavalcanti
@ 2010-02-11 18:05           ` Felipe Brandão Cavalcanti
  2010-02-11 18:08             ` Gilles Chanteperdrix
  2010-02-11 18:30             ` Gilles Chanteperdrix
  0 siblings, 2 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 18:05 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 3823 bytes --]

2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>

>
>
> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>
>> Felipe Brandão Cavalcanti wrote:
>> > 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
>> >
>> >>
>> >> 2010/2/10 Gilles Chanteperdrix <
>> gilles.chanteperdrix@xenomai.org>
>> >>
>> >> Felipe Brandão Cavalcanti wrote:
>> >>>> Hello,
>> >>>>
>> >>>> I am having some problems when trying to cross-compile the userspace
>> >>> portion
>> >>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>> >>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>> >>> cross-compiling
>> >>>> with bitbake on top of a poky Linux distribution.
>> >>> Do you have the same problem if you build Xenomai user-space portion
>> >>> running the standard build procedure without additional CFLAGS and
>> >>> LDFLAGS?
>> >>>
>> >>>
>> >> I have not tried this - the cross compiler automatically adds them, and
>> I
>> >> am not sure what I can remove. However, I will try removing them to see
>> what
>> >> works. One thing that I noticed using the -k option in the make command
>> is
>> >> that compiling fails only in the testsuite.
>> >>
>> >> I found an old thread with a similar problem:
>> >> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>> >>
>> >>
>> >
>> > Just tried removing the LDFLAGS and CFLAGS, same error. I've attached
>> the
>> > configure and make logs.
>>
>> Ok. Made a diff between your configure log and mine. It seems the
>> problem is at some point configure does not find a compiler named
>> "arm-linux-gcc" and decides to use "gcc". So, your host compiler is
>> probably used to test whether shm_open/shm_unlink and a few other
>> functions exist for your target, and finds them whereas they are
>> probably not available.
>>
>> So, the cure is to pass --host=arm-none-linux-gnueabi instead of
>> --host=arm-linux.
>>
>> This looks a bit like a bug. Did you (or bit-bake, or poky, whatever)
>> re-run autoconf or are you using the original configure script?
>>
>>
> I am running the standard configure script, but I am not sure if bitbake
> runs autoconf again - probably not.
>
> However, I did get it to compile - I just havent had the chance the test it
> yet. In the end, I removed the -Wl,--as-needed, as well as a couple of other
> flags.
>
> I am attaching the logs of the latest compilation, in case you want to take
> a look. I will send in the final results as soon as I get a chance to test
> it.
>
> Gilles, thanks very much for the help!
>    -Felipe Brandao Cavalcanti
>
>
OK, so I did test it - the programs seem to run, but Xenomai doesn't seem to
be working.

When I run the latency test, I get the following output:

== Sampling period: 1000 us
== Test mode: periodic user-mode task
== All results in microseconds
warming up...
latency: failed to set periodic, code -110

Anyone has a clue on what's going on? I am tweaking the kernel options
hoping to make it work.

Thanks for the help,
      -Felipe Brandão Cavalcanti

 --
>> Gilles Chanteperdrix, Free Electrons
>> Kernel, drivers, real-time and embedded Linux
>> development, consulting, training and support.
>> http://free-electrons.com
>>
>>
>
>
> --
>       -Felipe Brandão Cavalcanti
>       LARA - Robotics and Automation Laboratory
>       Department of Electrical Engineering
>       UnB - University of Brasília, Brazil
>       http://www.lara.unb.br/~fbcavalcanti/<http://www.lara.unb.br/%7Efbcavalcanti/>
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 5722 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:05           ` Felipe Brandão Cavalcanti
@ 2010-02-11 18:08             ` Gilles Chanteperdrix
  2010-02-11 18:24               ` Felipe Brandão Cavalcanti
  2010-02-11 18:30             ` Gilles Chanteperdrix
  1 sibling, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 18:08 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> 
>>
>> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm>
>>
>>> Felipe Brandão Cavalcanti wrote:
>>>> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
>>>>
>>>>> 2010/2/10 Gilles Chanteperdrix <
>>> gilles.chanteperdrix@xenomai.org>
>>>>> Felipe Brandão Cavalcanti wrote:
>>>>>>> Hello,
>>>>>>>
>>>>>>> I am having some problems when trying to cross-compile the userspace
>>>>>> portion
>>>>>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get Xenomai
>>>>>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
>>>>>> cross-compiling
>>>>>>> with bitbake on top of a poky Linux distribution.
>>>>>> Do you have the same problem if you build Xenomai user-space portion
>>>>>> running the standard build procedure without additional CFLAGS and
>>>>>> LDFLAGS?
>>>>>>
>>>>>>
>>>>> I have not tried this - the cross compiler automatically adds them, and
>>> I
>>>>> am not sure what I can remove. However, I will try removing them to see
>>> what
>>>>> works. One thing that I noticed using the -k option in the make command
>>> is
>>>>> that compiling fails only in the testsuite.
>>>>>
>>>>> I found an old thread with a similar problem:
>>>>> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
>>>>>
>>>>>
>>>> Just tried removing the LDFLAGS and CFLAGS, same error. I've attached
>>> the
>>>> configure and make logs.
>>> Ok. Made a diff between your configure log and mine. It seems the
>>> problem is at some point configure does not find a compiler named
>>> "arm-linux-gcc" and decides to use "gcc". So, your host compiler is
>>> probably used to test whether shm_open/shm_unlink and a few other
>>> functions exist for your target, and finds them whereas they are
>>> probably not available.
>>>
>>> So, the cure is to pass --host=arm-none-linux-gnueabi instead of
>>> --host=arm-linux.
>>>
>>> This looks a bit like a bug. Did you (or bit-bake, or poky, whatever)
>>> re-run autoconf or are you using the original configure script?
>>>
>>>
>> I am running the standard configure script, but I am not sure if bitbake
>> runs autoconf again - probably not.
>>
>> However, I did get it to compile - I just havent had the chance the test it
>> yet. In the end, I removed the -Wl,--as-needed, as well as a couple of other
>> flags.
>>
>> I am attaching the logs of the latest compilation, in case you want to take
>> a look. I will send in the final results as soon as I get a chance to test
>> it.
>>
>> Gilles, thanks very much for the help!
>>    -Felipe Brandao Cavalcanti
>>
>>
> OK, so I did test it - the programs seem to run, but Xenomai doesn't seem to
> be working.
> 
> When I run the latency test, I get the following output:
> 
> == Sampling period: 1000 us
> == Test mode: periodic user-mode task
> == All results in microseconds
> warming up...
> latency: failed to set periodic, code -110
> 
> Anyone has a clue on what's going on? I am tweaking the kernel options
> hoping to make it work.

Show us the boot logs.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:08             ` Gilles Chanteperdrix
@ 2010-02-11 18:24               ` Felipe Brandão Cavalcanti
  2010-02-11 18:39                 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 18:24 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 3966 bytes --]

Sending the boot log and the xeno-test output as attachments.

Thanks for the help!
    -Felipe Brandão Cavalcanti

2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> >
> >>
> >> 2010/2/10 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm
> >
> >>
> >>> Felipe Brandão Cavalcanti wrote:
> >>>> 2010/2/10 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> >>>>
> >>>>> 2010/2/10 Gilles Chanteperdrix <
> >>> gilles.chanteperdrix@xenomai.org>
> >>>>> Felipe Brandão Cavalcanti wrote:
> >>>>>>> Hello,
> >>>>>>>
> >>>>>>> I am having some problems when trying to cross-compile the
> userspace
> >>>>>> portion
> >>>>>>> of the latest Xenomai (2.5.1) for ARM. I am attempting to get
> Xenomai
> >>>>>>> running on a IGEPv2 OMAP board (Beagleboard based), so I am
> >>>>>> cross-compiling
> >>>>>>> with bitbake on top of a poky Linux distribution.
> >>>>>> Do you have the same problem if you build Xenomai user-space portion
> >>>>>> running the standard build procedure without additional CFLAGS and
> >>>>>> LDFLAGS?
> >>>>>>
> >>>>>>
> >>>>> I have not tried this - the cross compiler automatically adds them,
> and
> >>> I
> >>>>> am not sure what I can remove. However, I will try removing them to
> see
> >>> what
> >>>>> works. One thing that I noticed using the -k option in the make
> command
> >>> is
> >>>>> that compiling fails only in the testsuite.
> >>>>>
> >>>>> I found an old thread with a similar problem:
> >>>>> https://mail.gna.org/public/xenomai-help/2008-07/msg00141.html
> >>>>>
> >>>>>
> >>>> Just tried removing the LDFLAGS and CFLAGS, same error. I've attached
> >>> the
> >>>> configure and make logs.
> >>> Ok. Made a diff between your configure log and mine. It seems the
> >>> problem is at some point configure does not find a compiler named
> >>> "arm-linux-gcc" and decides to use "gcc". So, your host compiler is
> >>> probably used to test whether shm_open/shm_unlink and a few other
> >>> functions exist for your target, and finds them whereas they are
> >>> probably not available.
> >>>
> >>> So, the cure is to pass --host=arm-none-linux-gnueabi instead of
> >>> --host=arm-linux.
> >>>
> >>> This looks a bit like a bug. Did you (or bit-bake, or poky, whatever)
> >>> re-run autoconf or are you using the original configure script?
> >>>
> >>>
> >> I am running the standard configure script, but I am not sure if bitbake
> >> runs autoconf again - probably not.
> >>
> >> However, I did get it to compile - I just havent had the chance the test
> it
> >> yet. In the end, I removed the -Wl,--as-needed, as well as a couple of
> other
> >> flags.
> >>
> >> I am attaching the logs of the latest compilation, in case you want to
> take
> >> a look. I will send in the final results as soon as I get a chance to
> test
> >> it.
> >>
> >> Gilles, thanks very much for the help!
> >>    -Felipe Brandao Cavalcanti
> >>
> >>
> > OK, so I did test it - the programs seem to run, but Xenomai doesn't seem
> to
> > be working.
> >
> > When I run the latency test, I get the following output:
> >
> > == Sampling period: 1000 us
> > == Test mode: periodic user-mode task
> > == All results in microseconds
> > warming up...
> > latency: failed to set periodic, code -110
> >
> > Anyone has a clue on what's going on? I am tweaking the kernel options
> > hoping to make it work.
>
> Show us the boot logs.
>
> --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #1.2: Type: text/html, Size: 5801 bytes --]

[-- Attachment #2: boot_log --]
[-- Type: application/octet-stream, Size: 17288 bytes --]

OneNAND read: offset 0x280000, size 0x400000
 4194304 bytes read: OK
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Linux-2.6.28.10
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2524924 Bytes =  2.4 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux................................................................................................................................................................... done, booting the kerne.
[    0.000000] Linux version 2.6.28.10 (jdoe@ubuntu) (gcc version 4.3.2 (GCC) ) #1 PREEMPT Mon Feb 8 21:51:37 CET 2010
[    0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387f
[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[    0.000000] Machine: IGEP v2.x board
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] OMAP3430 ES3.1
[    0.000000] SRAM: Mapped pa 0x40200000 to va 0xd7000000 size: 0x100000
[    0.000000] Reserving 4194304 bytes SDRAM for VRAM
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048
[    0.000000] Kernel command line: mem=512M console=ttyS2,115200n8 console=tty0 omapfb.mode=dvi:1024x768MR-16@60 root=/dev/mtdblock4 rootfstype=jffs2
[    0.000000] Clocking rate (Crystal/DPLL/ARM core): 26.0/332/720 MHz
[    0.000000] GPMC revision 5.0
[    0.000000] IRQ: Found an INTC at 0xd8200000 (revision 4.0) with 96 interrupts
[    0.000000] Total of 96 interrupts on 1 active controller
[    0.000000] OMAP34xx GPIO hardware version 2.5
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
[    0.000000] I-pipe 1.12-06: pipeline enabled.
[    0.000000] Console: colour dummy device 80x30
[    0.000000] console [tty0] enabled
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 512MB = 512MB total
[    0.000000] Memory: 503552KB available (4716K code, 741K data, 168K init)
[    0.000000] Calibrating delay loop... 706.15 BogoMIPS (lpj=3530752)
[    0.000000] Mount-cache hash table entries: 512
[    0.000000] CPU: Testing write buffer coherency: ok
[    0.000000] net_namespace: 532 bytes
[    0.000000] regulator: core version 0.5
[    0.000000] NET: Registered protocol family 16
[    0.000000] MUX: setup J25_34XX_GPIO170 (0xd80021c6): 0x001c -> 0x0104
[    0.000000] MUX: setup Y9_3430_USB1HS_PHY_STP (0xd80025d8): 0x0013 -> 0x0003
[    0.000000] MUX: setup Y8_3430_USB1HS_PHY_CLK (0xd80025da): 0x0013 -> 0x0003
[    0.000000] MUX: setup AA14_3430_USB1HS_PHY_DIR (0xd80025ec): 0x0113 -> 0x010b
[    0.000000] MUX: setup AA11_3430_USB1HS_PHY_NXT (0xd80025ee): 0x0113 -> 0x010b
[    0.000000] MUX: setup W13_3430_USB1HS_PHY_D0 (0xd80025dc): 0x0113 -> 0x010b
[    0.000000] MUX: setup W12_3430_USB1HS_PHY_D1 (0xd80025de): 0x0113 -> 0x010b
[    0.000000] MUX: setup W11_3430_USB1HS_PHY_D2 (0xd80025e0): 0x0113 -> 0x010b
[    0.000000] MUX: setup Y11_3430_USB1HS_PHY_D3 (0xd80025ea): 0x0113 -> 0x010b
[    0.000000] MUX: setup W9_3430_USB1HS_PHY_D4 (0xd80025e4): 0x0113 -> 0x010b
[    0.000000] MUX: setup Y12_3430_USB1HS_PHY_D5 (0xd80025e6): 0x0113 -> 0x010b
[    0.000000] MUX: setup W8_3430_USB1HS_PHY_D6 (0xd80025e8): 0x0113 -> 0x010b
[    0.000000] MUX: setup Y13_3430_USB1HS_PHY_D7 (0xd80025e2): 0x0113 -> 0x010b
[    0.000000] MUX: setup AA10_3430_USB2HS_PHY_STP (0xd80025f2): 0x0104 -> 0x0003
[    0.000000] MUX: setup AA8_3430_USB2HS_PHY_CLK (0xd80025f0): 0x0014 -> 0x0003
[    0.000000] MUX: setup AA9_3430_USB2HS_PHY_DIR (0xd80025f4): 0x0014 -> 0x010b
[    0.000000] MUX: setup AB11_3430_USB2HS_PHY_NXT (0xd80025f6): 0x0014 -> 0x010b
[    0.000000] MUX: setup AB10_3430_USB2HS_PHY_D0 (0xd80025f8): 0x0104 -> 0x010b
[    0.000000] MUX: setup AB9_3430_USB2HS_PHY_D1 (0xd80025fa): 0x0104 -> 0x010b
[    0.000000] MUX: setup W3_3430_USB2HS_PHY_D2 (0xd80021d4): 0x0000 -> 0x010b
[    0.000000] MUX: setup T4_3430_USB2HS_PHY_D3 (0xd80021de): 0x0104 -> 0x010b
[    0.000000] MUX: setup T3_3430_USB2HS_PHY_D4 (0xd80021d8): 0x0100 -> 0x010b
[    0.000000] MUX: setup R3_3430_USB2HS_PHY_D5 (0xd80021da): 0x0100 -> 0x010b
[    0.000000] MUX: setup R4_3430_USB2HS_PHY_D6 (0xd80021dc): 0x0000 -> 0x010b
[    0.000000] MUX: setup T2_3430_USB2HS_PHY_D7 (0xd80021d6): 0x0100 -> 0x010b
[   36.298797] OMAP DMA hardware revision 4.0
[   36.299743] USB: No board-specific platform config found
[   36.377471] OMAP DSS rev 2.0
[   36.377624] OMAP DISPC rev 3.0
[   36.377777] OMAP DSI rev 1.0
[   36.397064] i2c_omap i2c_omap.1: bus 1 rev3.12 at 2600 kHz
[   36.400390] twl4030: PIH (irq 7) chaining IRQs 368..375
[   36.400451] twl4030: power (irq 373) chaining IRQs 376..383
[   36.400909] twl4030: gpio (irq 368) chaining IRQs 384..401
[   36.416656] i2c_omap i2c_omap.3: bus 3 rev3.12 at 100 kHz
[   36.418151] SCSI subsystem initialized
[   36.419219] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[   36.420410] usbcore: registered new interface driver usbfs
[   36.420837] usbcore: registered new interface driver hub
[   36.421203] usbcore: registered new device driver usb
[   36.421234] musb_hdrc: version 6.0, musb-dma, otg (peripheral+host), debug=0
[   36.421783] musb_hdrc: USB OTG mode controller at d80ab000 using DMA, IRQ 92
[   36.423553] regulator: VMMC1: 1850 <--> 3150 mV normal standby
[   36.423950] regulator: VUSB1V5: 1500 mV normal standby
[   36.424346] regulator: VUSB1V8: 1800 mV normal standby
[   36.424713] regulator: VUSB3V1: 3100 mV normal standby
[   36.475646] cfg80211: Using static regulatory domain info
[   36.475708] cfg80211: Regulatory domain: US
[   36.475738]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   36.475769]  (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[   36.475799]  (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   36.475830]  (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   36.475891]  (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   36.475921]  (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[   36.475952]  (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[   36.475982] cfg80211: Calling CRDA for country: US
[   36.478973] NET: Registered protocol family 2
[   36.565460] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
[   36.566070] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[   36.567260] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[   36.567932] TCP: Hash tables configured (established 65536 bind 65536)
[   36.567993] TCP reno registered
[   36.595489] NET: Registered protocol family 1
[   36.597442] I-pipe: Domain Xenomai registered.
[   36.597473] Xenomai: hal/arm started.
[   36.598205] Xenomai: scheduling class idle registered.
[   36.598266] Xenomai: scheduling class rt registered.
[   36.606140] Xenomai: real-time nucleus v2.5.1 (Speed Of Light) loaded.
[   36.606170] Xenomai: debug mode enabled.
[   36.607421] Xenomai: starting native API services.
[   36.607482] Xenomai: starting POSIX services.
[   36.607666] Xenomai: starting RTDM services.
[   36.608825] VFS: Disk quotas dquot_6.5.1
[   36.608917] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   36.609924] JFFS2 version 2.2. (NAND) (SUMMARY)  �© 2001-2006 Red Hat, Inc.
[   36.613220] msgmni has been set to 984
[   36.620605] alg: No test for stdrng (krng)
[   36.620727] io scheduler noop registered
[   36.620758] io scheduler anticipatory registered
[   36.620788] io scheduler deadline registered
[   36.620971] io scheduler cfq registered (default)
[   36.640319] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[   36.662109] serial8250.0: ttyS0 at MMIO 0x4806a000 (irq = 72) is a ST16654
[   36.682525] serial8250.0: ttyS1 at MMIO 0x4806c000 (irq = 73) is a ST16654
[   36.702880] serial8250.0: ttyS2 at MMIO 0x49020000 (irq = 74) is a ST16654
[   36.702941] console [ttyS2] enabled
[   37.386657] brd: module loaded
[   37.394165] loop: module loaded
[   37.397430] smsc911x: Driver version 2008-10-21.
[   37.404174] smsc911x-mdio: probed
[   37.407623] eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=ffffffff:01, irq=-1)
[   37.416168] net eth0: MAC Address: 36:3d:aa:e5:93:a1
[   37.421386] i2c /dev entries driver
[   37.426879] input: triton2-pwrbutton as /devices/virtual/input/input0
[   37.775543] triton2 power button driver initialized
[   37.780517] st: Version 20080504, fixed bufsize 32768, s/g segs 256
[   37.787139] Driver 'st' needs updating - please use bus_type methods
[   37.793792] osst :I: Tape driver with OnStream support version 0.99.4
[   37.793823] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[   37.807250] Driver 'osst' needs updating - please use bus_type methods
[   37.814208] Driver 'sd' needs updating - please use bus_type methods
[   37.820800] Driver 'sr' needs updating - please use bus_type methods
[   37.827636] SCSI Media Changer driver v0.25 
[   37.832153] Driver 'ch' needs updating - please use bus_type methods
[   37.839111] OneNAND driver initializing
[   37.843719] omap2-onenand omap2-onenand: initializing on CS0, phys base 0x20000000, virtual base d0940000
[   37.853424] Muxed OneNAND(DDP) 512MB 1.8V 16-bit (0x58)
[   37.858703] OneNAND version = 0x0031
[   37.864685] Scanning device for bad blocks
[   38.046417] Creating 5 MTD partitions on "omap2-onenand":
[   38.051879] 0x00000000-0x00080000 : "X-Loader"
[   38.057952] 0x00080000-0x00200000 : "U-Boot"
[   38.063171] 0x00200000-0x00280000 : "U-Boot Env"
[   38.068725] 0x00280000-0x00580000 : "Kernel"
[   38.073974] 0x00580000-0x20000000 : "File System"
[   38.082733] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   38.089630] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[   38.096038] ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
[   38.103790] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[   38.291534] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[   38.298004] usb usb1: configuration #1 chosen from 1 choice
[   38.303955] hub 1-0:1.0: USB hub found
[   38.307830] hub 1-0:1.0: 3 ports detected
[   38.313323] Initializing USB Mass Storage driver...
[   38.318542] usbcore: registered new interface driver usb-storage
[   38.324615] USB Mass Storage support registered.
[   38.329498] usbcore: registered new interface driver libusual
[   38.335357] g_ether gadget: using random self ethernet address
[   38.341278] g_ether gadget: using random host ethernet address
[   38.347717] usb0: MAC 6e:77:67:03:38:c9
[   38.351593] usb0: HOST MAC 72:c9:af:66:8d:5a
[   38.355957] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[   38.362640] g_ether gadget: g_ether ready
[   38.366668] musb_hdrc musb_hdrc: MUSB HDRC host driver
[   38.372528] musb_hdrc musb_hdrc: new USB bus registered, assigned bus number 2
[   38.380371] usb usb2: configuration #1 chosen from 1 choice
[   38.386291] hub 2-0:1.0: USB hub found
[   38.390167] hub 2-0:1.0: 1 port detected
[   38.395660] mice: PS/2 mouse device common for all mice
[   39.007141] twl4030_rtc twl4030_rtc: rtc core: registered twl4030_rtc as rtc0
[   39.014556] twl4030_rtc twl4030_rtc: Power up reset detected.
[   39.020721] twl4030_rtc twl4030_rtc: Enabling TWL4030-RTC.
[   39.028930] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[   39.037048] usbcore: registered new interface driver usbhid
[   39.042724] usbhid: v2.6:USB HID core driver
[   39.047607] Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
[   39.055053] ASoC version 0.13.2
[   39.058685] IGEP v2.x SoC init
[   39.062286] TWL4030 Audio Codec init 
[   39.067108] asoc: twl4030 <-> omap-mcbsp-dai-(link_id) mapping ok
[   39.083343] ALSA device list:
[   39.086364]   #0: igep (twl4030)
[   39.090362] oprofile: using arm/armv7
[   39.094329] TCP cubic registered
[   39.097595] NET: Registered protocol family 17
[   39.102111] NET: Registered protocol family 15
[   39.107116] RPC: Registered udp transport module.
[   39.111877] RPC: Registered tcp transport module.
[   39.116668] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   39.123352] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   39.131835] ThumbEE CPU extension supported.
[   39.136138] Power Management for TI OMAP3.
[   39.279846] SmartReflex driver initialized
[   39.290740] Disabling unused clock "sr2_fck"
[   39.295074] Disabling unused clock "sr1_fck"
[   39.299377] Disabling unused clock "mcbsp_fck"
[   39.303863] Disabling unused clock "mcbsp_fck"
[   39.308349] Disabling unused clock "mcbsp_fck"
[   39.312835] Disabling unused clock "mcbsp_ick"
[   39.317321] Disabling unused clock "mcbsp_ick"
[   39.321807] Disabling unused clock "mcbsp_ick"
[   39.326293] Disabling unused clock "gpt2_ick"
[   39.330688] Disabling unused clock "gpt3_ick"
[   39.335083] Disabling unused clock "gpt4_ick"
[   39.339477] Disabling unused clock "gpt5_ick"
[   39.343872] Disabling unused clock "gpt6_ick"
[   39.348266] Disabling unused clock "gpt7_ick"
[   39.352661] Disabling unused clock "gpt8_ick"
[   39.357055] Disabling unused clock "gpt9_ick"
[   39.361450] Disabling unused clock "wdt3_ick"
[   39.365844] Disabling unused clock "wdt3_fck"
[   39.370239] Disabling unused clock "gpio2_dbck"
[   39.374816] Disabling unused clock "gpio3_dbck"
[   39.379394] Disabling unused clock "gpio4_dbck"
[   39.383972] Disabling unused clock "gpio5_dbck"
[   39.388549] Disabling unused clock "gpio6_dbck"
[   39.393096] Disabling unused clock "gpt9_fck"
[   39.397491] Disabling unused clock "gpt8_fck"
[   39.401885] Disabling unused clock "gpt7_fck"
[   39.406280] Disabling unused clock "gpt6_fck"
[   39.410675] Disabling unused clock "gpt5_fck"
[   39.415069] Disabling unused clock "gpt4_fck"
[   39.419464] Disabling unused clock "gpt3_fck"
[   39.423858] Disabling unused clock "gpt2_fck"
[   39.428253] Disabling unused clock "wdt1_ick"
[   39.432647] Disabling unused clock "wdt2_ick"
[   39.437042] Disabling unused clock "wdt2_fck"
[   39.441467] Disabling unused clock "gpio1_dbck"
[   39.446014] Disabling unused clock "cam_ick"
[   39.450378] Disabling unused clock "cam_mclk"
[   39.454772] Disabling unused clock "des1_ick"
[   39.459167] Disabling unused clock "sha11_ick"
[   39.463653] Disabling unused clock "rng_ick"
[   39.467956] Disabling unused clock "aes1_ick"
[   39.472351] Disabling unused clock "ssi_ick"
[   39.476654] Disabling unused clock "mailboxes_ick"
[   39.481506] Disabling unused clock "mcbsp_ick"
[   39.485992] Disabling unused clock "mcbsp_ick"
[   39.490478] Disabling unused clock "gpt10_ick"
[   39.494934] Disabling unused clock "gpt11_ick"
[   39.499420] Disabling unused clock "i2c_ick"
[   39.503723] Disabling unused clock "mcspi_ick"
[   39.508209] Disabling unused clock "mcspi_ick"
[   39.512695] Disabling unused clock "mcspi_ick"
[   39.517181] Disabling unused clock "mcspi_ick"
[   39.521667] Disabling unused clock "hdq_ick"
[   39.525970] Disabling unused clock "mspro_ick"
[   39.530456] Disabling unused clock "des2_ick"
[   39.534851] Disabling unused clock "sha12_ick"
[   39.539337] Disabling unused clock "aes2_ick"
[   39.543731] Disabling unused clock "icr_ick"
[   39.548034] Disabling unused clock "pka_ick"
[   39.552337] Disabling unused clock "ssi_ssr_fck"
[   39.557006] Disabling unused clock "hdq_fck"
[   39.561309] Disabling unused clock "mcspi_fck"
[   39.565795] Disabling unused clock "mcspi_fck"
[   39.570281] Disabling unused clock "mcspi_fck"
[   39.574768] Disabling unused clock "mcspi_fck"
[   39.579254] Disabling unused clock "mcbsp_fck"
[   39.583740] Disabling unused clock "mcbsp_fck"
[   39.588226] Disabling unused clock "i2c_fck"
[   39.592529] Disabling unused clock "mspro_fck"
[   39.597015] Disabling unused clock "gpt11_fck"
[   39.601501] Disabling unused clock "gpt10_fck"
[   39.605987] Disabling unused clock "dpll4_m6x2_ck"
[   39.610809] Disabling unused clock "dpll3_m3x2_ck"
[   39.615661] Disabling unused clock "sys_clkout1"
[   39.620330] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1
[   39.632141] fbcvt: 1024x768@60: CVT Name - .786M3-R
[   39.659667] Console: switching to colour frame buffer device 128x48
[   39.676300] clock: clksel_round_rate_div: dpll4_m4_ck target_rate 48000000
[   39.683380] clock: new_div = 9, new_rate = 48000000
[   39.729888] twl4030_rtc twl4030_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
[   44.595825] JFFS2 notice: (1) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[   45.475830] VFS: Mounted root (jffs2 filesystem).
[   45.480834] Freeing init memory: 168K
[   48.363586] udev: starting version 141
[   66.182708] ipv6: version magic '2.6.28.10 mod_unload ARMv7 ' should be '2.6.28.10 preempt mod_unload ARMv7 '
[   66.266754] ipv6: version magic '2.6.28.10 mod_unload ARMv7 ' should be '2.6.28.10 preempt mod_unload ARMv7 '


[-- Attachment #3: xeno_test_log --]
[-- Type: application/octet-stream, Size: 29025 bytes --]

xeno-test: started 
withBusybox is 1
xeno-test: running tests

Sat Jan  1 00:01:12 UTC 2000
running: ./xeno-config --verbose
xeno-config --verbose
        --version="2.5.1"
        --cc="arm-none-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=
neon -mfloat-abi=softfp -fno-tree-vectorize"
        --arch="arm"
        --prefix="/usr"
        --xeno-cflags="-I/usr/include/xenomai -D_GNU_SOURCE -D_REENTRANT -Wall 
-pipe -D__XENO__"
        --xeno-ldflags="-L/usr/lib -lpthread "
        --posix-cflags="-I/usr/include/xenomai -I/usr/include/xenomai/posix -D_
GNU_SOURCE -D_REENTRANT -Wall -pipe -D__XENO__"
POSIX support is not available
        --posix-ldflags=""
        --library-dir="/usr/lib"

Sat Jan  1 00:01:12 UTC 2000
running: ./xeno-info
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
 
BusyBox v1.9.1 (2010-02-05 14:48:59 CET) multi-call binary
Linux igep0020b 2.6.28.10 #1 PREEMPT Mon Feb 8 21:51:37 CET 2010 armv7l unknown
 
module-init-tools      3.2.2
Modules Loaded         

Sat Jan  1 00:01:13 UTC 2000
running: cat /proc/cpuinfo
Processor       : ARMv7 Processor rev 3 (v7l)
BogoMIPS        : 706.15
Features        : swp half thumb fastmult vfp edsp 
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x1
CPU part        : 0xc08
CPU revision    : 3

Hardware        : IGEP v2.x board
Revision        : 0020
Serial          : 0000000000000000

Sat Jan  1 00:01:13 UTC 2000
running: md5sum /proc/cpuinfo # cpuinfo fingerprint
0b41a1038c4f0eb3d0001ca8070ecf9a  /proc/cpuinfo
CONFIG_IPIPE_WANT_PREEMPTIBLE_SWITCH=y
CONFIG_IPIPE=y
CONFIG_IPIPE_DOMAINS=4
CONFIG_IPIPE_COMPAT=y
CONFIG_IPIPE_DELAYED_ATOMICSW=y
# CONFIG_IPIPE_UNMASKED_CONTEXT_SWITCH is not set
CONFIG_PREEMPT=y
# CONFIG_CPU_FREQ is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_VERBOSE=y
# CONFIG_PMIC_DA903X is not set
CONFIG_IPIPE_DEBUG=y
CONFIG_IPIPE_DEBUG_CONTEXT=y
# CONFIG_IPIPE_TRACE is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_PREEMPT_TRACER is not set

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/ipipe/Linux
       +----- Handling ([A]ccepted, [G]rabbed, [W]ired, [D]iscarded)
       |+---- Sticky
       ||+--- Locked
       |||+-- Exclusive
       ||||+- Virtual
[IRQ]  |||||
   0:  A....
   1:  A....
   2:  A....
   3:  A....
   4:  A....
   5:  A....
   6:  A....
   7:  A....
   8:  A....
   9:  A....
  10:  A....
  11:  A....
  12:  A....
  13:  A....
  14:  A....
  15:  A....
  16:  A....
  17:  A....
  18:  A....
  19:  A....
  20:  A....
  21:  A....
  22:  A....
  23:  A....
  24:  A....
  25:  A....
  26:  A....
  27:  A....
  28:  A....
  29:  A....
  30:  A....
  31:  A....
  32:  A....
  33:  A....
  34:  A....
  35:  A....
  36:  A....
  37:  A....
  38:  A....
  39:  A....
  40:  A....
  41:  A....
  42:  A....
  43:  A....
  44:  A....
  45:  A....
  46:  A....
  47:  A....
  48:  A....
  49:  A....
  50:  A....
  51:  A....
  52:  A....
  53:  A....
  54:  A....
  55:  A....
  56:  A....
  57:  A....
  58:  A....
  59:  A....
  60:  A....
  61:  A....
  62:  A....
  63:  A....
  64:  A....
  65:  A....
  66:  A....
  67:  A....
  68:  A....
  69:  A....
  70:  A....
  71:  A....
  72:  A....
  73:  A....
  74:  A....
  75:  A....
  76:  A....
  77:  A....
  78:  A....
  79:  A....
  80:  A....
  81:  A....
  82:  A....
  83:  A....
  84:  A....
  85:  A....
  86:  A....
  87:  A....
  88:  A....
  89:  A....
  90:  A....
  91:  A....
  92:  A....
  93:  A....
  94:  A....
  95:  A....
  96:  A....
  97:  A....
  98:  A....
  99:  A....
 100:  A....
 101:  A....
 102:  A....
 103:  A....
 104:  A....
 105:  A....
 106:  A....
 107:  A....
 108:  A....
 109:  A....
 110:  A....
 111:  A....
 112:  A....
 113:  A....
 114:  A....
 115:  A....
 116:  A....
 117:  A....
 118:  A....
 119:  A....
 120:  A....
 121:  A....
 122:  A....
 123:  A....
 124:  A....
 125:  A....
 126:  A....
 127:  A....
 128:  A....
 129:  A....
 130:  A....
 131:  A....
 132:  A....
 133:  A....
 134:  A....
 135:  A....
 136:  A....
 137:  A....
 138:  A....
 139:  A....
 140:  A....
 141:  A....
 142:  A....
 143:  A....
 144:  A....
 145:  A....
 146:  A....
 147:  A....
 148:  A....
 149:  A....
 150:  A....
 151:  A....
 152:  A....
 153:  A....
 154:  A....
 155:  A....
 156:  A....
 157:  A....
 158:  A....
 159:  A....
 160:  A....
 161:  A....
 162:  A....
 163:  A....
 164:  A....
 165:  A....
 166:  A....
 167:  A....
 168:  A....
 169:  A....
 170:  A....
 171:  A....
 172:  A....
 173:  A....
 174:  A....
 175:  A....
 176:  A....
 177:  A....
 178:  A....
 179:  A....
 180:  A....
 181:  A....
 182:  A....
 183:  A....
 184:  A....
 185:  A....
 186:  A....
 187:  A....
 188:  A....
 189:  A....
 190:  A....
 191:  A....
 192:  A....
 193:  A....
 194:  A....
 195:  A....
 196:  A....
 197:  A....
 198:  A....
 199:  A....
 200:  A....
 201:  A....
 202:  A....
 203:  A....
 204:  A....
 205:  A....
 206:  A....
 207:  A....
 208:  A....
 209:  A....
 210:  A....
 211:  A....
 212:  A....
 213:  A....
 214:  A....
 215:  A....
 216:  A....
 217:  A....
 218:  A....
 219:  A....
 220:  A....
 221:  A....
 222:  A....
 223:  A....
 224:  A....
 225:  A....
 226:  A....
 227:  A....
 228:  A....
 229:  A....
 230:  A....
 231:  A....
 232:  A....
 233:  A....
 234:  A....
 235:  A....
 236:  A....
 237:  A....
 238:  A....
 239:  A....
 240:  A....
 241:  A....
 242:  A....
 243:  A....
 244:  A....
 245:  A....
 246:  A....
 247:  A....
 248:  A....
 249:  A....
 250:  A....
 251:  A....
 252:  A....
 253:  A....
 254:  A....
 255:  A....
 256:  A....
 257:  A....
 258:  A....
 259:  A....
 260:  A....
 261:  A....
 262:  A....
 263:  A....
 264:  A....
 265:  A....
 266:  A....
 267:  A....
 268:  A....
 269:  A....
 270:  A....
 271:  A....
 272:  A....
 273:  A....
 274:  A....
 275:  A....
 276:  A....
 277:  A....
 278:  A....
 279:  A....
 280:  A....
 281:  A....
 282:  A....
 283:  A....
 284:  A....
 285:  A....
 286:  A....
 287:  A....
 288:  A....
 289:  A....
 290:  A....
 291:  A....
 292:  A....
 293:  A....
 294:  A....
 295:  A....
 296:  A....
 297:  A....
 298:  A....
 299:  A....
 300:  A....
 301:  A....
 302:  A....
 303:  A....
 304:  A....
 305:  A....
 306:  A....
 307:  A....
 308:  A....
 309:  A....
 310:  A....
 311:  A....
 312:  A....
 313:  A....
 314:  A....
 315:  A....
 316:  A....
 317:  A....
 318:  A....
 319:  A....
 320:  A....
 321:  A....
 322:  A....
 323:  A....
 324:  A....
 325:  A....
 326:  A....
 327:  A....
 328:  A....
 329:  A....
 330:  A....
 331:  A....
 332:  A....
 333:  A....
 334:  A....
 335:  A....
 336:  A....
 337:  A....
 338:  A....
 339:  A....
 340:  A....
 341:  A....
 342:  A....
 343:  A....
 344:  A....
 345:  A....
 346:  A....
 347:  A....
 348:  A....
 349:  A....
 350:  A....
 351:  A....
 352:  A....
 353:  A....
 354:  A....
 355:  A....
 356:  A....
 357:  A....
 358:  A....
 359:  A....
 360:  A....
 361:  A....
 362:  A....
 363:  A....
 364:  A....
 365:  A....
 366:  A....
 367:  A....
 368:  A....
 369:  A....
 370:  A....
 371:  A....
 372:  A....
 373:  A....
 374:  A....
 375:  A....
 376:  A....
 377:  A....
 378:  A....
 379:  A....
 380:  A....
 381:  A....
 382:  A....
 383:  A....
 384:  A....
 385:  A....
 386:  A....
 387:  A....
 388:  A....
 389:  A....
 390:  A....
 391:  A....
 392:  A....
 393:  A....
 394:  A....
 395:  A....
 396:  A....
 397:  A....
 398:  A....
 399:  A....
 400:  A....
 401:  A....
 416:  G...V
 417:  G...V
[Domain info]
id=0x00000000
priority=100

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/ipipe/Xenomai
       +----- Handling ([A]ccepted, [G]rabbed, [W]ired, [D]iscarded)
       |+---- Sticky
       ||+--- Locked
       |||+-- Exclusive
       ||||+- Virtual
[IRQ]  |||||
  95:  W..X.
 418:  W...V
[Domain info]
id=0x58454e4f
priority=topmost

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/ipipe/version
1.12-06

Sat Jan  1 00:01:14 UTC 2000
running: generate_loads 1
dd workload started, pids 1239 stored in /var/lock/xeno-test.1131.pids

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/interrupts
           CPU0
 11:          0        INTC  prcm
 12:          1        INTC  DMA
 25:          0        INTC  OMAP DSS
 56:    1608577        INTC  i2c_omap
 61:          0        INTC  i2c_omap
 72:          1        INTC  serial idle
 73:          1        INTC  serial idle
 74:        118        INTC  serial idle, serial
 77:          0        INTC  ehci_hcd:usb1
 92:          1        INTC  musb_hdrc
 93:          0        INTC  musb_hdrc
 95:      80274        INTC  gp timer
336:          0        GPIO  eth0
376:          0     twl4030  PwrButton
378:          0     twl4030  twl4030_usb
379:          0     twl4030  rtc0
Err:          0

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/loadavg
2.50 1.01 0.37 3/36 1245

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/meminfo
MemTotal:         504048 kB
MemFree:          488944 kB
Buffers:               0 kB
Cached:             6092 kB
SwapCached:            0 kB
Active:             3604 kB
Inactive:           3504 kB
Active(anon):       1144 kB
Inactive(anon):        0 kB
Active(file):       2460 kB
Inactive(file):     3504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:          1028 kB
Mapped:             1148 kB
Slab:               4712 kB
SReclaimable:       1244 kB
SUnreclaim:         3468 kB
PageTables:          200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      252024 kB
Committed_AS:       3960 kB
VmallocTotal:     122880 kB
VmallocUsed:        2688 kB
VmallocChunk:     119292 kB

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/xenomai/acct
0 0 0 0 0 00500080 30918926425378 29515379078159 29515379078159 ROOT
0 0 0 82225 0 00000000 30918926425378 1348501371621 1348501371621 IRQ95: [timer
]

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/xenomai/apc
APC          CPU0
  0:            0    (pipe_wakeup)
  1:            0    (lostage_handler)
  2:            0    (registry_export)
  3:            0    (pse51_lostage_handler)

Sat Jan  1 00:01:14 UTC 2000
running: cat /proc/xenomai/faults
TRAP         CPU0
  0:            0    (Data or instruction access)
  1:            0    (Section fault)
  2:            0    (Generic data abort)
  3:            0    (Unknown exception)
  4:            0    (Instruction breakpoint)
  5:            0    (Floating point exception)
  6:            0    (VFP Floating point exception)
  7:            0    (Undefined instruction)
  8:            0    (Unaligned access exception)

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/hal
1.12-06

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/heap
size=8192:used=8:pagesz=4096  (global sem heap)
size=259584:used=64:pagesz=512  (main heap)
size=129536:used=0:pagesz=512  (stack pool)

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/irq
IRQ         CPU0
 95:       82684         [timer]
418:           0         [virtual]

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/latency
30487

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/sched
CPU  PID    CLASS  PRI      TIMEOUT   TIMEBASE   STAT       NAME
  0  0      idle    -1      -         master     R          ROOT

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/stat
CPU  PID    MSW        CSW        PF    STAT       %CPU  NAME
  0  0      0          0          0     00500080   95.5  ROOT
  0  0      0          82956      0     00000000    4.3  IRQ95: [timer]

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/timebases
NAME       RESOLUTION     JIFFIES   STATUS
master              1         n/a   enabled,set

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/timer
status=on+watchdog:setup=30487:clock=1025344258:timerdev=gp timer:clockdev=gp t
imer

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/version
2.5.1

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/interfaces/native
0

Sat Jan  1 00:01:15 UTC 2000
running: cat /proc/xenomai/interfaces/posix                                     
0                                                                               
                                                                                
Sat Jan  1 00:01:15 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/rtdm                                      
0                                                                               
                                                                                
Sat Jan  1 00:01:16 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/sys                                       
0                                                                               
                                                                                
Sat Jan  1 00:01:16 UTC 2000                                                    
running: cat /proc/xenomai/registry/usage                                       
slots=512:used=1:exported=0                                                     
                                                                                
Sat Jan  1 00:01:16 UTC 2000                                                    
running: cat /proc/xenomai/rtdm/fildes                                          
total=128:open=0:free=128                                                       
Mem: 15276K used, 488772K free, 0K shrd, 0K buff, 6100K cached
CPU:   9% usr  90% sys   0% nice   0% idle   0% io   0% irq   0% softirq
Load average: 2.50 1.01 0.37
  PID  PPID USER     STAT   VSZ %MEM %CPU COMMAND
  182     2 root     RW<      0   0%  36% [twl4030-irq]
 1162  1131 root     R     2512   0%  27% tee /tmp/test-2.6.28.10-000101.000112 
 1239     1 root     R     2508   0%  27% dd if=/dev/zero of=/dev/null 
 1319  1317 root     R     2508   0%   9% top 
  551     1 root     S     3052   1%   0% /usr/bin/psplash --angle 0 
 1129     1 root     S     2688   1%   0% -sh 
./xeno-test: cd: line 1: can't cd to /usr/share/xenomai/testsuite/latency

Sat Jan  1 00:01:16 UTC 2000
running: ./run -- -sh -T 120 -t0 # latency
./xeno-test: eval: line 1: ./run: not found

Sat Jan  1 00:01:17 UTC 2000
running: ./run -- -sh -T 120 -t1 # latency
./xeno-test: eval: line 1: ./run: not found

Sat Jan  1 00:01:17 UTC 2000
running: ./run -- -sh -T 120 -t2 # latency
./xeno-test: eval: line 1: ./run: not found
./xeno-test: cd: line 1: can't cd to /usr/share/xenomai/testsuite/switchtest    
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: ./run -- -T 120 # switchtest                                           
./xeno-test: eval: line 1: ./run: not found                                     
./xeno-test: cd: line 1: can't cd to /usr/share/xenomai/testsuite/switchbench   
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: ./run -- -h # switchbench                                              
./xeno-test: eval: line 1: ./run: not found                                     
./xeno-test: cd: line 1: can't cd to /usr/share/xenomai/testsuite/cyclic        
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: ./run -- -p 10 -n -l 1000 # cyclictest                                 
./xeno-test: eval: line 1: ./run: not found                                     
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/interrupts                                                   
           CPU0                                                                 
 11:          0        INTC  prcm                                               
 12:          1        INTC  DMA                                                
 25:          0        INTC  OMAP DSS                                           
 56:    1671592        INTC  i2c_omap                                           
 61:          0        INTC  i2c_omap                                           
 72:          1        INTC  serial idle                                        
 73:          1        INTC  serial idle                                        
 74:        118        INTC  serial idle, serial                                
 77:          0        INTC  ehci_hcd:usb1                                      
 92:          1        INTC  musb_hdrc                                          
 93:          0        INTC  musb_hdrc                                          
 95:      83710        INTC  gp timer                                           
336:          0        GPIO  eth0                                               
376:          0     twl4030  PwrButton                                          
378:          0     twl4030  twl4030_usb                                        
379:          0     twl4030  rtc0                                               
Err:          0                                                                 
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/loadavg                                                      
2.70 1.08 0.39 6/36 1347                                                        
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/meminfo                                                      
MemTotal:         504048 kB                                                     
MemFree:          488820 kB                                                     
Buffers:               0 kB                                                     
Cached:             6100 kB                                                     
SwapCached:            0 kB                                                     
Active:             3608 kB                                                     
Inactive:           3508 kB                                                     
Active(anon):       1148 kB                                                     
Inactive(anon):        0 kB                                                     
Active(file):       2460 kB                                                     
Inactive(file):     3508 kB                                                     
Unevictable:           0 kB                                                     
Mlocked:               0 kB                                                     
SwapTotal:             0 kB                                                     
SwapFree:              0 kB                                                     
Dirty:                 0 kB                                                     
Writeback:             0 kB                                                     
AnonPages:          1028 kB                                                     
Mapped:             1148 kB                                                     
Slab:               4792 kB                                                     
SReclaimable:       1276 kB                                                     
SUnreclaim:         3516 kB                                                     
PageTables:          200 kB                                                     
NFS_Unstable:          0 kB                                                     
Bounce:                0 kB                                                     
WritebackTmp:          0 kB                                                     
CommitLimit:      252024 kB                                                     
Committed_AS:       3964 kB                                                     
VmallocTotal:     122880 kB                                                     
VmallocUsed:        2688 kB                                                     
VmallocChunk:     119292 kB                                                     
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/xenomai/acct                                                 
0 0 0 0 0 00500080 896003871732 849892377841 30629974230326 ROOT                
0 0 0 85675 0 00000000 896003871732 44287652428 1404751737461 IRQ95: [timer]    
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/xenomai/apc                                                  
APC          CPU0                                                               
  0:            0    (pipe_wakeup)                                              
  1:            0    (lostage_handler)                                          
  2:            0    (registry_export)                                          
  3:            0    (pse51_lostage_handler)                                    
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/xenomai/faults                                               
TRAP         CPU0                                                               
  0:            0    (Data or instruction access)                               
  1:            0    (Section fault)                                            
  2:            0    (Generic data abort)                                       
  3:            0    (Unknown exception)                                        
  4:            0    (Instruction breakpoint)                                   
  5:            0    (Floating point exception)                                 
  6:            0    (VFP Floating point exception)                             
  7:            0    (Undefined instruction)                                    
  8:            0    (Unaligned access exception)                               
                                                                                
Sat Jan  1 00:01:17 UTC 2000                                                    
running: cat /proc/xenomai/hal                                                  
1.12-06                                                                         
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/heap                                                 
size=8192:used=8:pagesz=4096  (global sem heap)                                 
size=259584:used=64:pagesz=512  (main heap)                                     
size=129536:used=0:pagesz=512  (stack pool)                                     
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/irq                                                  
IRQ         CPU0                                                                
 95:       86259         [timer]                                                
418:           0         [virtual]                                              
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/latency                                              
30487                                                                           
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/sched                                                
CPU  PID    CLASS  PRI      TIMEOUT   TIMEBASE   STAT       NAME                
  0  0      idle    -1      -         master     R          ROOT                
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/stat                                                 
CPU  PID    MSW        CSW        PF    STAT       %CPU  NAME                   
  0  0      0          0          0     00500080   94.5  ROOT                   
  0  0      0          86616      0     00000000    5.2  IRQ95: [timer]         
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/timebases                                            
NAME       RESOLUTION     JIFFIES   STATUS                                      
master              1         n/a   enabled,set                                 
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/timer                                                
status=on+watchdog:setup=30487:clock=1064951632:timerdev=gp timer:clockdev=gp tr
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/version                                              
2.5.1                                                                           
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/native                                    
0                                                                               
                                                                                
Sat Jan  1 00:01:18 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/posix                                     
0                                                                               
                                                                                
Sat Jan  1 00:01:19 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/rtdm                                      
0                                                                               
                                                                                
Sat Jan  1 00:01:19 UTC 2000                                                    
running: cat /proc/xenomai/interfaces/sys                                       
0                                                                               
                                                                                
Sat Jan  1 00:01:19 UTC 2000                                                    
running: cat /proc/xenomai/registry/usage                                       
slots=512:used=1:exported=0                                                     
                                                                                
Sat Jan  1 00:01:19 UTC 2000                                                    
running: cat /proc/xenomai/rtdm/fildes                                          
total=128:open=0:free=128                                                       
Mem: 15276K used, 488772K free, 0K shrd, 0K buff, 6100K cached
CPU:   0% usr 100% sys   0% nice   0% idle   0% io   0% irq   0% softirq
Load average: 2.70 1.08 0.39
  PID  PPID USER     STAT   VSZ %MEM %CPU COMMAND
  182     2 root     RW<      0   0%  63% [twl4030-irq]
 1162  1131 root     R     2512   0%  38% tee /tmp/test-2.6.28.10-000101.000112 
  551     1 root     S     3052   1%   0% /usr/bin/psplash --angle 0 
 1129     1 root     S     2688   1%   0% -sh 
 1160  1131 root     S     2512   0%   0% /bin/sh ./xeno-test 
 1131  1129 root     S     2512   0%   0% /bin/sh ./xeno-test 
 1239 root       2508 R   dd if=/dev/zero of=/dev/null 
 1425 root       2512 S   grep 1239 
xeno-test: finished


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:05           ` Felipe Brandão Cavalcanti
  2010-02-11 18:08             ` Gilles Chanteperdrix
@ 2010-02-11 18:30             ` Gilles Chanteperdrix
  2010-02-11 18:39               ` Felipe Brandão Cavalcanti
  1 sibling, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 18:30 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> OK, so I did test it - the programs seem to run, but Xenomai doesn't seem to
> be working.
> 
> When I run the latency test, I get the following output:
> 
> == Sampling period: 1000 us
> == Test mode: periodic user-mode task
> == All results in microseconds
> warming up...
> latency: failed to set periodic, code -110
> 
> Anyone has a clue on what's going on? I am tweaking the kernel options
> hoping to make it work.

Very likely, the current linux clockevent is not the one supported by
Xenomai. cat /proc/timer_list will tell you which driver is used for
clock events.

The one supoprted by Xenomai is the one called:
"gp timer"

If it is not the one you have, then you have to disabled the
configuration option corresponding to the timer used.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:24               ` Felipe Brandão Cavalcanti
@ 2010-02-11 18:39                 ` Gilles Chanteperdrix
  2010-02-11 18:53                   ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 18:39 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> Sending the boot log and the xeno-test output as attachments.

[    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz

Definitely not OK. We do not want this unprecise clockevent source.
Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:30             ` Gilles Chanteperdrix
@ 2010-02-11 18:39               ` Felipe Brandão Cavalcanti
  0 siblings, 0 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 18:39 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 1431 bytes --]

2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > OK, so I did test it - the programs seem to run, but Xenomai doesn't seem
> to
> > be working.
> >
> > When I run the latency test, I get the following output:
> >
> > == Sampling period: 1000 us
> > == Test mode: periodic user-mode task
> > == All results in microseconds
> > warming up...
> > latency: failed to set periodic, code -110
> >
> > Anyone has a clue on what's going on? I am tweaking the kernel options
> > hoping to make it work.
>
> Very likely, the current linux clockevent is not the one supported by
> Xenomai. cat /proc/timer_list will tell you which driver is used for
> clock events.
>
> The one supoprted by Xenomai is the one called:
> "gp timer"
>
> If it is not the one you have, then you have to disabled the
> configuration option corresponding to the timer used.
>
>
Well, my timer seems to be gp timer.. I've attached the output of the
/proc/timer_list.


>  --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #1.2: Type: text/html, Size: 2246 bytes --]

[-- Attachment #2: timer_list_log --]
[-- Type: application/octet-stream, Size: 1780 bytes --]

root@igep0020b:/usr/xenomai/bin# cat /proc/timer_list 
Timer List Version: v0.4
HRTIMER_MAX_CLOCK_BASES: 2
now at 1364148965050 nsecs

cpu: 0
 clock 0:
  .base:       b04dc300
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     946684796769484473 nsecs
active timers:
 clock 1:
  .base:       b04dc330
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <b0548960>, tick_sched_timer, S:01, tick_nohz_restart_sched_tick, swapper/0
 # expires at 1364150000000-1364150000000 nsecs [in 1034950 to 1034950 nsecs]
 #1: <cf823aa8>, hrtimer_wakeup, S:01, schedule_hrtimeout_range, init/1
 # expires at 1365263532277-1365268532273 nsecs [in 1114567227 to 1119567223 nsecs]
 #2: <cec55aa8>, hrtimer_wakeup, S:01, schedule_hrtimeout_range, dropbear/1106
 # expires at 1411349021203-1411409021199 nsecs [in 47200056153 to 47260056149 nsecs]
  .expires_next   : 1364150000000 nsecs
  .hres_active    : 1
  .nr_events      : 713098
  .nohz_mode      : 2
  .idle_tick      : 1363400000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 106340
  .idle_calls     : 6577659
  .idle_sleeps    : 6253340
  .idle_entrytime : 1363741950978 nsecs
  .idle_waketime  : 1364143016588 nsecs
  .idle_exittime  : 1364143092742 nsecs
  .idle_sleeptime : 919599344004 nsecs
  .last_jiffies   : 106374
  .next_jiffies   : 106375
  .idle_expires   : 1363750000000 nsecs
jiffies: 106414


Tick Device: mode:     1
Per CPU device: 0
Clock Event Device: gp timer
 max_delta_ns:   4294967295
 min_delta_ns:   91553
 mult:           1
 shift:          0
 mode:           3
 next_event:     1364150000000 nsecs
 set_next_event: xnarch_next_htick_shot
 set_mode:       xnarch_switch_htick_mode
 event_handler:  hrtimer_interrupt


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:39                 ` Gilles Chanteperdrix
@ 2010-02-11 18:53                   ` Felipe Brandão Cavalcanti
  2010-02-11 19:20                     ` Gilles Chanteperdrix
  2010-02-11 19:38                     ` Gilles Chanteperdrix
  0 siblings, 2 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 18:53 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 2055 bytes --]

2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > Sending the boot log and the xeno-test output as attachments.
>
> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
>
> Definitely not OK. We do not want this unprecise clockevent source.
> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
>
>
This is very interesting - this option doesnt seem to be set in my current
kernel config. Ive attached my .config.

I am using a config file based on the one provided by the manufacter, but I
am seeing some odd behavior after installing Xenomai/Ipipe - MMC and
ethernet has to be disabled so the board can boot, and sometimes the board
just crashes with a spurious irq issue.

Ive highlighed the OMAP section of the .config:
#
# OMAP Feature Selections
#
# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set
# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set
CONFIG_OMAP_SMARTREFLEX=y
# CONFIG_OMAP_SMARTREFLEX_TESTING is not set
CONFIG_OMAP_RESET_CLOCKS=y
CONFIG_OMAP_BOOT_TAG=y
CONFIG_OMAP_BOOT_REASON=y
# CONFIG_OMAP_COMPONENT_VERSION is not set
# CONFIG_OMAP_GPIO_SWITCH is not set
CONFIG_OMAP_MUX=y
CONFIG_OMAP_MUX_DEBUG=y
CONFIG_OMAP_MUX_WARNINGS=y
CONFIG_OMAP_MCBSP=y
# CONFIG_OMAP_MMU_FWK is not set
# CONFIG_OMAP_MBOX_FWK is not set
CONFIG_OMAP_MPU_TIMER=y
# CONFIG_OMAP_32K_TIMER is not set
CONFIG_OMAP_TICK_GPTIMER=12
CONFIG_OMAP_DM_TIMER=y
# CONFIG_OMAP_LL_DEBUG_UART1 is not set
# CONFIG_OMAP_LL_DEBUG_UART2 is not set
CONFIG_OMAP_LL_DEBUG_UART3=y
CONFIG_OMAP_SERIAL_WAKE=y
CONFIG_ARCH_OMAP34XX=y
CONFIG_ARCH_OMAP3430=y


>  --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #1.2: Type: text/html, Size: 2861 bytes --]

[-- Attachment #2: kernel_config --]
[-- Type: application/octet-stream, Size: 52522 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.28.10
# Mon Feb  8 21:32:06 2010
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_GENERIC_GPIO=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_MMU=y
# CONFIG_NO_IOPORT is not set
CONFIG_GENERIC_HARDIRQS=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_OPROFILE_ARMV7=y
CONFIG_VECTORS_BASE=0xffff0000
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
# CONFIG_CGROUPS is not set
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
# CONFIG_RELAY is not set
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
# CONFIG_MARKERS is not set
CONFIG_OPROFILE=y
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_BLOCK=y
CONFIG_LBD=y
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_LSF=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_CLASSIC_RCU=y

#
# Real-time sub-system
#
CONFIG_XENOMAI=y
CONFIG_XENO_GENERIC_STACKPOOL=y
CONFIG_XENO_FASTSYNCH_DEP=y
CONFIG_XENO_FASTSYNCH=y
CONFIG_XENO_OPT_NUCLEUS=y
CONFIG_XENO_OPT_PERVASIVE=y
CONFIG_XENO_OPT_PRIOCPL=y
CONFIG_XENO_OPT_PIPELINE_HEAD=y
# CONFIG_XENO_OPT_SCHED_CLASSES is not set
CONFIG_XENO_OPT_PIPE=y
CONFIG_XENO_OPT_PIPE_NRDEV=32
CONFIG_XENO_OPT_REGISTRY_NRSLOTS=512
CONFIG_XENO_OPT_SYS_HEAPSZ=256
CONFIG_XENO_OPT_SYS_STACKPOOLSZ=128
CONFIG_XENO_OPT_SEM_HEAPSZ=12
CONFIG_XENO_OPT_GLOBAL_SEM_HEAPSZ=12
CONFIG_XENO_OPT_STATS=y
CONFIG_XENO_OPT_DEBUG=y
# CONFIG_XENO_OPT_DEBUG_NUCLEUS is not set
# CONFIG_XENO_OPT_DEBUG_XNLOCK is not set
# CONFIG_XENO_OPT_DEBUG_QUEUES is not set
# CONFIG_XENO_OPT_DEBUG_REGISTRY is not set
# CONFIG_XENO_OPT_DEBUG_TIMERS is not set
# CONFIG_XENO_OPT_DEBUG_SYNCH_RELAX is not set
CONFIG_XENO_OPT_WATCHDOG=y
CONFIG_XENO_OPT_WATCHDOG_TIMEOUT=4
# CONFIG_XENO_OPT_SHIRQ is not set

#
# Timing
#
# CONFIG_XENO_OPT_TIMING_PERIODIC is not set
CONFIG_XENO_OPT_TIMING_VIRTICK=1000
CONFIG_XENO_OPT_TIMING_SCHEDLAT=0

#
# Scalability
#
# CONFIG_XENO_OPT_SCALABLE_SCHED is not set
CONFIG_XENO_OPT_TIMER_LIST=y
# CONFIG_XENO_OPT_TIMER_HEAP is not set
# CONFIG_XENO_OPT_TIMER_WHEEL is not set

#
# Machine
#
CONFIG_IPIPE_WANT_PREEMPTIBLE_SWITCH=y
CONFIG_XENO_HW_FPU=y
CONFIG_XENO_HW_UNLOCKED_SWITCH=y

#
# Interfaces
#
CONFIG_XENO_SKIN_NATIVE=y
CONFIG_XENO_OPT_NATIVE_PERIOD=0
CONFIG_XENO_OPT_NATIVE_PIPE=y
CONFIG_XENO_OPT_NATIVE_PIPE_BUFSZ=1024
CONFIG_XENO_OPT_NATIVE_SEM=y
CONFIG_XENO_OPT_NATIVE_EVENT=y
CONFIG_XENO_OPT_NATIVE_MUTEX=y
CONFIG_XENO_OPT_NATIVE_COND=y
CONFIG_XENO_OPT_NATIVE_QUEUE=y
CONFIG_XENO_OPT_NATIVE_BUFFER=y
CONFIG_XENO_OPT_NATIVE_HEAP=y
CONFIG_XENO_OPT_NATIVE_ALARM=y
CONFIG_XENO_OPT_NATIVE_MPS=y
# CONFIG_XENO_OPT_NATIVE_INTR is not set
CONFIG_XENO_OPT_DEBUG_NATIVE=y
CONFIG_XENO_SKIN_POSIX=y
CONFIG_XENO_OPT_POSIX_PERIOD=0
# CONFIG_XENO_OPT_POSIX_SHM is not set
# CONFIG_XENO_OPT_POSIX_INTR is not set
# CONFIG_XENO_OPT_POSIX_SELECT is not set
# CONFIG_XENO_OPT_DEBUG_POSIX is not set
# CONFIG_XENO_SKIN_PSOS is not set
# CONFIG_XENO_SKIN_UITRON is not set
# CONFIG_XENO_SKIN_VRTX is not set
# CONFIG_XENO_SKIN_VXWORKS is not set
# CONFIG_XENO_SKIN_RTAI is not set
# CONFIG_XENO_OPT_NOWARN_DEPRECATED is not set
CONFIG_XENO_SKIN_RTDM=y
CONFIG_XENO_OPT_RTDM_PERIOD=0
CONFIG_XENO_OPT_RTDM_FILDES=128
# CONFIG_XENO_OPT_RTDM_SELECT is not set
CONFIG_XENO_OPT_DEBUG_RTDM=y

#
# Drivers
#

#
# Serial drivers
#
# CONFIG_XENO_DRIVERS_16550A is not set

#
# Testing drivers
#
CONFIG_XENO_TESTING_MODULE=m
CONFIG_XENO_DRIVERS_TIMERBENCH=y
# CONFIG_XENO_DRIVERS_KLATENCY is not set
# CONFIG_XENO_DRIVERS_IRQBENCH is not set
CONFIG_XENO_DRIVERS_SWITCHTEST=y
# CONFIG_XENO_DRIVERS_SIGTEST is not set

#
# CAN drivers
#
# CONFIG_XENO_DRIVERS_CAN is not set

#
# ANALOGY drivers
#
# CONFIG_XENO_DRIVERS_ANALOGY is not set

#
# Real-time IPC drivers
#
# CONFIG_XENO_DRIVERS_RTIPC is not set
# CONFIG_FREEZER is not set

#
# System Type
#
# CONFIG_ARCH_AAEC2000 is not set
# CONFIG_ARCH_INTEGRATOR is not set
# CONFIG_ARCH_REALVIEW is not set
# CONFIG_ARCH_VERSATILE is not set
# CONFIG_ARCH_AT91 is not set
# CONFIG_ARCH_CLPS7500 is not set
# CONFIG_ARCH_CLPS711X is not set
# CONFIG_ARCH_EBSA110 is not set
# CONFIG_ARCH_EP93XX is not set
# CONFIG_ARCH_FOOTBRIDGE is not set
# CONFIG_ARCH_NETX is not set
# CONFIG_ARCH_H720X is not set
# CONFIG_ARCH_IMX is not set
# CONFIG_ARCH_IOP13XX is not set
# CONFIG_ARCH_IOP32X is not set
# CONFIG_ARCH_IOP33X is not set
# CONFIG_ARCH_IXP23XX is not set
# CONFIG_ARCH_IXP2000 is not set
# CONFIG_ARCH_IXP4XX is not set
# CONFIG_ARCH_L7200 is not set
# CONFIG_ARCH_KIRKWOOD is not set
# CONFIG_ARCH_KS8695 is not set
# CONFIG_ARCH_NS9XXX is not set
# CONFIG_ARCH_LOKI is not set
# CONFIG_ARCH_MV78XX0 is not set
# CONFIG_ARCH_MXC is not set
# CONFIG_ARCH_ORION5X is not set
# CONFIG_ARCH_PNX4008 is not set
# CONFIG_ARCH_PXA is not set
# CONFIG_ARCH_RPC is not set
# CONFIG_ARCH_SA1100 is not set
# CONFIG_ARCH_S3C2410 is not set
# CONFIG_ARCH_SHARK is not set
# CONFIG_ARCH_LH7A40X is not set
# CONFIG_ARCH_DAVINCI is not set
CONFIG_ARCH_OMAP=y
# CONFIG_ARCH_MSM is not set

#
# TI OMAP Implementations
#
CONFIG_ARCH_OMAP_OTG=y
# CONFIG_ARCH_OMAP1 is not set
# CONFIG_ARCH_OMAP2 is not set
CONFIG_ARCH_OMAP3=y

#
# OMAP Feature Selections
#
# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set
# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set
CONFIG_OMAP_SMARTREFLEX=y
# CONFIG_OMAP_SMARTREFLEX_TESTING is not set
CONFIG_OMAP_RESET_CLOCKS=y
CONFIG_OMAP_BOOT_TAG=y
CONFIG_OMAP_BOOT_REASON=y
# CONFIG_OMAP_COMPONENT_VERSION is not set
# CONFIG_OMAP_GPIO_SWITCH is not set
CONFIG_OMAP_MUX=y
CONFIG_OMAP_MUX_DEBUG=y
CONFIG_OMAP_MUX_WARNINGS=y
CONFIG_OMAP_MCBSP=y
# CONFIG_OMAP_MMU_FWK is not set
# CONFIG_OMAP_MBOX_FWK is not set
CONFIG_OMAP_MPU_TIMER=y
# CONFIG_OMAP_32K_TIMER is not set
CONFIG_OMAP_TICK_GPTIMER=12
CONFIG_OMAP_DM_TIMER=y
# CONFIG_OMAP_LL_DEBUG_UART1 is not set
# CONFIG_OMAP_LL_DEBUG_UART2 is not set
CONFIG_OMAP_LL_DEBUG_UART3=y
CONFIG_OMAP_SERIAL_WAKE=y
CONFIG_ARCH_OMAP34XX=y
CONFIG_ARCH_OMAP3430=y

#
# OMAP Board Type
#
# CONFIG_MACH_OMAP_LDP is not set
# CONFIG_MACH_OMAP_3430SDP is not set
# CONFIG_MACH_OMAP3EVM is not set
# CONFIG_MACH_OMAP3_BEAGLE is not set
# CONFIG_MACH_OVERO is not set
# CONFIG_MACH_OMAP3_PANDORA is not set
CONFIG_MACH_IGEP0020=y

#
# Boot options
#

#
# Power management
#

#
# Processor Type
#
CONFIG_CPU_32=y
CONFIG_CPU_32v6K=y
CONFIG_CPU_V7=y
CONFIG_CPU_32v7=y
CONFIG_CPU_ABRT_EV7=y
CONFIG_CPU_PABRT_IFAR=y
CONFIG_CPU_CACHE_V7=y
CONFIG_CPU_CACHE_VIPT=y
CONFIG_CPU_COPY_V6=y
CONFIG_CPU_TLB_V7=y
CONFIG_CPU_HAS_ASID=y
CONFIG_CPU_CP15=y
CONFIG_CPU_CP15_MMU=y

#
# Processor Features
#
CONFIG_ARM_THUMB=y
CONFIG_ARM_THUMBEE=y
# CONFIG_CPU_ICACHE_DISABLE is not set
# CONFIG_CPU_DCACHE_DISABLE is not set
# CONFIG_CPU_BPREDICT_DISABLE is not set
CONFIG_HAS_TLS_REG=y
# CONFIG_OUTER_CACHE is not set
# CONFIG_ARM_FCSE is not set

#
# Bus support
#
# CONFIG_PCI_SYSCALL is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
# CONFIG_PCCARD is not set

#
# Kernel Features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0xB0000000
CONFIG_IPIPE=y
CONFIG_IPIPE_DOMAINS=4
CONFIG_IPIPE_COMPAT=y
CONFIG_IPIPE_DELAYED_ATOMICSW=y
# CONFIG_IPIPE_UNMASKED_CONTEXT_SWITCH is not set
CONFIG_PREEMPT=y
CONFIG_HZ=100
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
CONFIG_ARCH_FLATMEM_HAS_HOLES=y
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=0
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
# CONFIG_LEDS is not set
CONFIG_ALIGNMENT_TRAP=y

#
# Boot options
#
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE=" debug "
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y

#
# CPU Power Management
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set

#
# Floating point emulation
#

#
# At least one emulation must be selected
#
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_NEON=y

#
# Userspace binary formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_VERBOSE=y
# CONFIG_SUSPEND is not set
# CONFIG_APM_EMULATION is not set
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=m
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIUSB is not set
# CONFIG_BT_HCIBTUSB is not set
# CONFIG_BT_HCIBTSDIO is not set
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIBRF6150 is not set
# CONFIG_BT_HCIH4P is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
CONFIG_WIRELESS=y
CONFIG_CFG80211=y
CONFIG_NL80211=y
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_MAC80211=y

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_PID=y
# CONFIG_MAC80211_RC_MINSTREL is not set
CONFIG_MAC80211_RC_DEFAULT_PID=y
# CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set
CONFIG_MAC80211_RC_DEFAULT="pid"
CONFIG_MAC80211_MESH=y
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
CONFIG_IEEE80211_CRYPT_CCMP=y
CONFIG_IEEE80211_CRYPT_TKIP=y
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_CONCAT=y
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AFS_PARTS is not set
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_M25P80 is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
# CONFIG_MTD_NAND is not set
CONFIG_MTD_ONENAND=y
CONFIG_MTD_ONENAND_VERIFY_WRITE=y
# CONFIG_MTD_ONENAND_GENERIC is not set
CONFIG_MTD_ONENAND_OMAP2=y
# CONFIG_MTD_ONENAND_OTP is not set
CONFIG_MTD_ONENAND_2X_PROGRAM=y
# CONFIG_MTD_ONENAND_SIM is not set

#
# UBI - Unsorted block images
#
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_RESERVE=1
# CONFIG_MTD_UBI_GLUEBI is not set

#
# UBI debugging options
#
# CONFIG_MTD_UBI_DEBUG is not set
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_ICS932S401 is not set
# CONFIG_OMAP_STI is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_C2PORT is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_CHR_DEV_OSST=y
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_DEBUG is not set
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_AX88796 is not set
# CONFIG_SMC91X is not set
# CONFIG_DM9000 is not set
# CONFIG_ENC28J60 is not set
# CONFIG_SMC911X is not set
CONFIG_SMSC911X=y
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
# CONFIG_B44 is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
CONFIG_LIBERTAS=m
# CONFIG_LIBERTAS_USB is not set
CONFIG_LIBERTAS_SDIO=m
# CONFIG_LIBERTAS_SPI is not set
# CONFIG_LIBERTAS_DEBUG is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8187 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
# CONFIG_IWLWIFI_LEDS is not set
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOL2TP=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_TWL4030 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_GPIO is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_HELPER_AUTO=y

#
# I2C Hardware Bus support
#

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_OMAP=y
# CONFIG_I2C_SIMTEC is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_AT24 is not set
CONFIG_SENSORS_EEPROM=y
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_TPS65010 is not set
CONFIG_TWL4030_MADC=m
CONFIG_TWL4030_PWRBUTTON=y
CONFIG_TWL4030_POWEROFF=y
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_LP5521 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_OMAP24XX is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_AT25 is not set
# CONFIG_SPI_TSC210X is not set
# CONFIG_SPI_TSC2301 is not set
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIOLIB=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y

#
# Memory mapped GPIO expanders:
#

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
CONFIG_GPIO_TWL4030=y

#
# PCI GPIO expanders:
#

#
# SPI GPIO expanders:
#
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_TSC210X is not set
CONFIG_SENSORS_OMAP34XX=y
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
CONFIG_OMAP_WATCHDOG=y

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_ASIC3 is not set
# CONFIG_HTC_EGPIO is not set
# CONFIG_HTC_PASIC3 is not set
CONFIG_TWL4030_CORE=y
# CONFIG_TWL4030_POWER is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_T7L66XB is not set
# CONFIG_MFD_TC6387XB is not set
# CONFIG_MFD_TC6393XB is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_COMMON=m
CONFIG_VIDEO_ALLOW_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_DVB_CORE=m
CONFIG_VIDEO_MEDIA=m

#
# Multimedia drivers
#
CONFIG_MEDIA_ATTACH=y
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMIZE is not set
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_MT2060=m
CONFIG_MEDIA_TUNER_MT2266=m
CONFIG_MEDIA_TUNER_QT1010=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_MXL5005S=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_V4L1=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
CONFIG_VIDEO_MSP3400=m
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_SAA711X=m
CONFIG_VIDEO_CX25840=m
CONFIG_VIDEO_CX2341X=m
# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_VIDEO_AU0828 is not set
# CONFIG_SOC_CAMERA is not set
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_M5602=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
# CONFIG_VIDEO_EM28XX is not set
CONFIG_VIDEO_USBVISION=m
CONFIG_VIDEO_USBVIDEO=m
CONFIG_USB_VICAM=m
CONFIG_USB_IBMCAM=m
CONFIG_USB_KONICAWC=m
CONFIG_USB_QUICKCAM_MESSENGER=m
# CONFIG_USB_ET61X251 is not set
CONFIG_VIDEO_OVCAMCHIP=m
CONFIG_USB_W9968CF=m
CONFIG_USB_OV511=m
CONFIG_USB_SE401=m
CONFIG_USB_SN9C102=m
CONFIG_USB_STV680=m
# CONFIG_USB_ZC0301 is not set
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_ZR364XX=m
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
CONFIG_RADIO_ADAPTERS=y
# CONFIG_USB_DSBR is not set
# CONFIG_USB_SI470X is not set
# CONFIG_USB_MR800 is not set
CONFIG_DVB_CAPTURE_DRIVERS=y
# CONFIG_TTPCI_EEPROM is not set

#
# Supported USB Adapters
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_DVB_SIANO_SMS1XXX=m
CONFIG_DVB_SIANO_SMS1XXX_SMS_IDS=y

#
# Supported FlexCopII (B2C2) Adapters
#
# CONFIG_DVB_B2C2_FLEXCOP is not set

#
# Supported DVB Frontends
#

#
# Customise DVB Frontends
#
# CONFIG_DVB_FE_CUSTOMISE is not set

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_MT312=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_STV0288=m
CONFIG_DVB_STB6000=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_TUNER_ITD1000=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TUA6100=m
CONFIG_DVB_CX24116=m
CONFIG_DVB_SI21XX=m

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
# CONFIG_DVB_DRX397XD is not set
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
CONFIG_DVB_TDA10048=m

#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_STV0297=m

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=m
# CONFIG_DVB_OR51211 is not set
# CONFIG_DVB_OR51132 is not set
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_S5H1409=m
CONFIG_DVB_AU8522=m
CONFIG_DVB_S5H1411=m

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TUNER_DIB0070=m

#
# SEC control devices for DVB-S
#
CONFIG_DVB_LNBP21=m
# CONFIG_DVB_ISL6405 is not set
CONFIG_DVB_ISL6421=m
# CONFIG_DVB_LGS8GL5 is not set

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set
CONFIG_DVB_AF9013=m
# CONFIG_DAB is not set

#
# Graphics support
#
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
CONFIG_OMAP2_DSS=y
CONFIG_OMAP2_DSS_VRAM_SIZE=4
CONFIG_OMAP2_DSS_DEBUG_SUPPORT=y
# CONFIG_OMAP2_DSS_RFBI is not set
# CONFIG_OMAP2_DSS_VENC is not set
# CONFIG_OMAP2_DSS_SDI is not set
CONFIG_OMAP2_DSS_DSI=y
CONFIG_OMAP2_DSS_USE_DSI_PLL=y
# CONFIG_OMAP2_DSS_FAKE_VSYNC is not set
CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=1

#
# OMAP2/3 Display Device Drivers
#
CONFIG_PANEL_GENERIC=y
# CONFIG_PANEL_SAMSUNG_LTE430WQ_F0C is not set
# CONFIG_PANEL_SHARP_LS037V7DW01 is not set
# CONFIG_PANEL_N800 is not set
# CONFIG_CTRL_BLIZZARD is not set
CONFIG_FB_OMAP2=y
CONFIG_FB_OMAP2_DEBUG_SUPPORT=y
# CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE is not set
CONFIG_FB_OMAP2_NUM_FBS=3
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_LOGO is not set
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_ARM=y
# CONFIG_SND_SPI is not set
# CONFIG_SND_USB is not set
CONFIG_SND_SOC=y
CONFIG_SND_OMAP_SOC=y
CONFIG_SND_OMAP_SOC_MCBSP=y
CONFIG_SND_OMAP_SOC_IGEP0020=y
# CONFIG_SND_SOC_ALL_CODECS is not set
CONFIG_SND_SOC_TWL4030=y
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_DEBUG=y
# CONFIG_HIDRAW is not set

#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

#
# Special HID drivers
#
# CONFIG_HID_COMPAT is not set
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_BRIGHT is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DELL is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
CONFIG_USB_OTG=y
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_OMAP_EHCI_PHY_MODE=y
# CONFIG_OMAP_EHCI_TLL_MODE is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HWA_HCD is not set
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_SOC=y

#
# OMAP 343x high speed USB support
#
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_PERIPHERAL is not set
CONFIG_USB_MUSB_OTG=y
CONFIG_USB_GADGET_MUSB_HDRC=y
CONFIG_USB_MUSB_HDRC_HCD=y
# CONFIG_MUSB_PIO_ONLY is not set
CONFIG_USB_INVENTRA_DMA=y
# CONFIG_USB_TI_CPPI_DMA is not set
# CONFIG_USB_MUSB_DEBUG is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
#

#
# see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_ATMEL_USBA is not set
# CONFIG_USB_GADGET_FSL_USB2 is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_PXA25X is not set
# CONFIG_USB_GADGET_PXA27X is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_M66592 is not set
# CONFIG_USB_GADGET_AMD5536UDC is not set
# CONFIG_USB_GADGET_FSL_QE is not set
# CONFIG_USB_GADGET_NET2280 is not set
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
# CONFIG_USB_ZERO is not set
CONFIG_USB_ETH=y
CONFIG_USB_ETH_RNDIS=y
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FILE_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_CDC_COMPOSITE is not set

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_GPIO_VBUS=y
# CONFIG_ISP1301_OMAP is not set
CONFIG_TWL4030_USB=y
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
# CONFIG_MMC_OMAP_HS is not set
# CONFIG_MMC_SPI is not set
# CONFIG_MEMSTICK is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_NEW_LEDS is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
CONFIG_RTC_DRV_TWL4030=y
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set

#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T94 is not set
# CONFIG_RTC_DRV_DS1305 is not set
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
# CONFIG_RTC_DRV_R9701 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
# CONFIG_RTC_DRV_DS3234 is not set

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_BQ24022 is not set
CONFIG_REGULATOR_TWL4030=y
# CONFIG_UIO is not set

#
# CBUS support
#
# CONFIG_CBUS is not set
CONFIG_MPU_BRIDGE=m
CONFIG_BRIDGE_MEMPOOL_SIZE=0x600000
# CONFIG_BRIDGE_DEBUG is not set

#
# Bridge Notifications
#
# CONFIG_BRIDGE_NTFY_PWRERR is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_EXT4_FS=m
# CONFIG_EXT4DEV_COMPAT is not set
CONFIG_EXT4_FS_XATTR=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=m
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RTIME=y
CONFIG_JFFS2_RUBIN=y
# CONFIG_JFFS2_CMODE_NONE is not set
# CONFIG_JFFS2_CMODE_PRIORITY is not set
# CONFIG_JFFS2_CMODE_SIZE is not set
CONFIG_JFFS2_CMODE_FAVOURLZO=y
CONFIG_UBIFS_FS=y
# CONFIG_UBIFS_FS_XATTR is not set
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_UBIFS_FS_ZLIB=y
# CONFIG_UBIFS_FS_DEBUG is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_REGISTER_V4 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_IPIPE_DEBUG=y
CONFIG_IPIPE_DEBUG_CONTEXT=y
# CONFIG_IPIPE_TRACE is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y

#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_DEBUG_USER=y
CONFIG_DEBUG_ERRORS=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_LL is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_CRYPTD=m
# CONFIG_CRYPTO_AUTHENC is not set
CONFIG_CRYPTO_TEST=m

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=m
CONFIG_CRYPTO_XCBC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_HW=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:53                   ` Felipe Brandão Cavalcanti
@ 2010-02-11 19:20                     ` Gilles Chanteperdrix
  2010-02-11 19:38                     ` Gilles Chanteperdrix
  1 sibling, 0 replies; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 19:20 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 2022 bytes --]

Felipe Brandão Cavalcanti wrote:
> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> Sending the boot log and the xeno-test output as attachments.
>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
>>
>> Definitely not OK. We do not want this unprecise clockevent source.
>> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
>>
>>
> This is very interesting - this option doesnt seem to be set in my current
> kernel config. Ive attached my .config.
> 
> I am using a config file based on the one provided by the manufacter, but I
> am seeing some odd behavior after installing Xenomai/Ipipe - MMC and
> ethernet has to be disabled so the board can boot, and sometimes the board
> just crashes with a spurious irq issue.

From your .config, I see that you have a SmartReflex option, which is
not part of the vanilla kernel. So, basically, you applied the Adeos
patch, made for a vanilla kernel, to an unknown kernel (android I would
guess?). Starting from there, all bets are off.

You should now try and find why your crazy kernel uses a 32kHz clock
event source even if told otherwise, maybe it is because you asked for
the 12th hardware timer, tests on Beagle used the first hardware timer.

To check if your issue comes from the kernel you use, you should try and
get a basic support for IGEPv2 on vanilla linux, and please use Linux
2.6.30. This is not really complicated, I did it for 2.6.32 (actually, I
have an IGEPv2 here, but had not time to test it with Xenomai yet). Here
is the patch for 2.6.32 anyway, in case it could be useful (I also
patched the kernel to pass a mac address on the command line, which is
against good kernel practices, so please do not submit this patch to an
official linux mailing list).

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

[-- Attachment #2: vanilla-igep-initial.diff --]
[-- Type: text/x-diff, Size: 82052 bytes --]

diff --git a/arch/arm/configs/igep0020b_defconfig b/arch/arm/configs/igep0020b_defconfig
new file mode 100644
index 0000000..d906338
--- /dev/null
+++ b/arch/arm/configs/igep0020b_defconfig
@@ -0,0 +1,2082 @@
+#
+# Automatically generated make config: don't edit
+# Linux kernel version: 2.6.28.10
+# Wed Jan 20 16:55:59 2010
+#
+CONFIG_ARM=y
+CONFIG_SYS_SUPPORTS_APM_EMULATION=y
+CONFIG_GENERIC_GPIO=y
+CONFIG_GENERIC_TIME=y
+CONFIG_GENERIC_CLOCKEVENTS=y
+CONFIG_MMU=y
+# CONFIG_NO_IOPORT is not set
+CONFIG_GENERIC_HARDIRQS=y
+CONFIG_STACKTRACE_SUPPORT=y
+CONFIG_HAVE_LATENCYTOP_SUPPORT=y
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_TRACE_IRQFLAGS_SUPPORT=y
+CONFIG_HARDIRQS_SW_RESEND=y
+CONFIG_GENERIC_IRQ_PROBE=y
+CONFIG_RWSEM_GENERIC_SPINLOCK=y
+# CONFIG_ARCH_HAS_ILOG2_U32 is not set
+# CONFIG_ARCH_HAS_ILOG2_U64 is not set
+CONFIG_GENERIC_HWEIGHT=y
+CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
+CONFIG_OPROFILE_ARMV7=y
+CONFIG_VECTORS_BASE=0xffff0000
+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
+
+#
+# General setup
+#
+CONFIG_EXPERIMENTAL=y
+CONFIG_BROKEN_ON_SMP=y
+CONFIG_INIT_ENV_ARG_LIMIT=32
+CONFIG_LOCALVERSION=""
+# CONFIG_LOCALVERSION_AUTO is not set
+CONFIG_SWAP=y
+CONFIG_SYSVIPC=y
+CONFIG_SYSVIPC_SYSCTL=y
+# CONFIG_POSIX_MQUEUE is not set
+CONFIG_BSD_PROCESS_ACCT=y
+# CONFIG_BSD_PROCESS_ACCT_V3 is not set
+# CONFIG_TASKSTATS is not set
+# CONFIG_AUDIT is not set
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT=17
+# CONFIG_CGROUPS is not set
+CONFIG_GROUP_SCHED=y
+CONFIG_FAIR_GROUP_SCHED=y
+# CONFIG_RT_GROUP_SCHED is not set
+CONFIG_USER_SCHED=y
+# CONFIG_CGROUP_SCHED is not set
+# CONFIG_SYSFS_DEPRECATED_V2 is not set
+# CONFIG_RELAY is not set
+# CONFIG_NAMESPACES is not set
+CONFIG_BLK_DEV_INITRD=y
+CONFIG_INITRAMFS_SOURCE=""
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_SYSCTL=y
+CONFIG_ANON_INODES=y
+CONFIG_EMBEDDED=y
+CONFIG_UID16=y
+# CONFIG_SYSCTL_SYSCALL is not set
+CONFIG_KALLSYMS=y
+# CONFIG_KALLSYMS_ALL is not set
+# CONFIG_KALLSYMS_EXTRA_PASS is not set
+CONFIG_HOTPLUG=y
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+CONFIG_ELF_CORE=y
+CONFIG_BASE_FULL=y
+CONFIG_FUTEX=y
+CONFIG_EPOLL=y
+CONFIG_SIGNALFD=y
+CONFIG_TIMERFD=y
+CONFIG_EVENTFD=y
+CONFIG_SHMEM=y
+CONFIG_AIO=y
+CONFIG_VM_EVENT_COUNTERS=y
+# CONFIG_COMPAT_BRK is not set
+CONFIG_SLAB=y
+# CONFIG_SLUB is not set
+# CONFIG_SLOB is not set
+CONFIG_PROFILING=y
+# CONFIG_MARKERS is not set
+CONFIG_OPROFILE=y
+CONFIG_HAVE_OPROFILE=y
+# CONFIG_KPROBES is not set
+CONFIG_HAVE_KPROBES=y
+CONFIG_HAVE_KRETPROBES=y
+CONFIG_HAVE_CLK=y
+CONFIG_HAVE_GENERIC_DMA_COHERENT=y
+CONFIG_SLABINFO=y
+CONFIG_RT_MUTEXES=y
+# CONFIG_TINY_SHMEM is not set
+CONFIG_BASE_SMALL=0
+CONFIG_MODULES=y
+# CONFIG_MODULE_FORCE_LOAD is not set
+CONFIG_MODULE_UNLOAD=y
+CONFIG_MODULE_FORCE_UNLOAD=y
+# CONFIG_MODVERSIONS is not set
+# CONFIG_MODULE_SRCVERSION_ALL is not set
+CONFIG_KMOD=y
+CONFIG_BLOCK=y
+CONFIG_LBD=y
+# CONFIG_BLK_DEV_IO_TRACE is not set
+CONFIG_LSF=y
+# CONFIG_BLK_DEV_BSG is not set
+# CONFIG_BLK_DEV_INTEGRITY is not set
+
+#
+# IO Schedulers
+#
+CONFIG_IOSCHED_NOOP=y
+CONFIG_IOSCHED_AS=y
+CONFIG_IOSCHED_DEADLINE=y
+CONFIG_IOSCHED_CFQ=y
+# CONFIG_DEFAULT_AS is not set
+# CONFIG_DEFAULT_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
+# CONFIG_DEFAULT_NOOP is not set
+CONFIG_DEFAULT_IOSCHED="cfq"
+CONFIG_CLASSIC_RCU=y
+CONFIG_FREEZER=y
+
+#
+# System Type
+#
+# CONFIG_ARCH_AAEC2000 is not set
+# CONFIG_ARCH_INTEGRATOR is not set
+# CONFIG_ARCH_REALVIEW is not set
+# CONFIG_ARCH_VERSATILE is not set
+# CONFIG_ARCH_AT91 is not set
+# CONFIG_ARCH_CLPS7500 is not set
+# CONFIG_ARCH_CLPS711X is not set
+# CONFIG_ARCH_EBSA110 is not set
+# CONFIG_ARCH_EP93XX is not set
+# CONFIG_ARCH_FOOTBRIDGE is not set
+# CONFIG_ARCH_NETX is not set
+# CONFIG_ARCH_H720X is not set
+# CONFIG_ARCH_IMX is not set
+# CONFIG_ARCH_IOP13XX is not set
+# CONFIG_ARCH_IOP32X is not set
+# CONFIG_ARCH_IOP33X is not set
+# CONFIG_ARCH_IXP23XX is not set
+# CONFIG_ARCH_IXP2000 is not set
+# CONFIG_ARCH_IXP4XX is not set
+# CONFIG_ARCH_L7200 is not set
+# CONFIG_ARCH_KIRKWOOD is not set
+# CONFIG_ARCH_KS8695 is not set
+# CONFIG_ARCH_NS9XXX is not set
+# CONFIG_ARCH_LOKI is not set
+# CONFIG_ARCH_MV78XX0 is not set
+# CONFIG_ARCH_MXC is not set
+# CONFIG_ARCH_ORION5X is not set
+# CONFIG_ARCH_PNX4008 is not set
+# CONFIG_ARCH_PXA is not set
+# CONFIG_ARCH_RPC is not set
+# CONFIG_ARCH_SA1100 is not set
+# CONFIG_ARCH_S3C2410 is not set
+# CONFIG_ARCH_SHARK is not set
+# CONFIG_ARCH_LH7A40X is not set
+# CONFIG_ARCH_DAVINCI is not set
+CONFIG_ARCH_OMAP=y
+# CONFIG_ARCH_MSM is not set
+
+#
+# TI OMAP Implementations
+#
+CONFIG_ARCH_OMAP_OTG=y
+# CONFIG_ARCH_OMAP1 is not set
+# CONFIG_ARCH_OMAP2 is not set
+CONFIG_ARCH_OMAP3=y
+
+#
+# OMAP Feature Selections
+#
+# CONFIG_OMAP_DEBUG_POWERDOMAIN is not set
+# CONFIG_OMAP_DEBUG_CLOCKDOMAIN is not set
+CONFIG_OMAP_SMARTREFLEX=y
+# CONFIG_OMAP_SMARTREFLEX_TESTING is not set
+CONFIG_OMAP_RESET_CLOCKS=y
+CONFIG_OMAP_BOOT_TAG=y
+CONFIG_OMAP_BOOT_REASON=y
+# CONFIG_OMAP_COMPONENT_VERSION is not set
+# CONFIG_OMAP_GPIO_SWITCH is not set
+# CONFIG_OMAP_MUX is not set
+CONFIG_OMAP_MCBSP=y
+# CONFIG_OMAP_MMU_FWK is not set
+# CONFIG_OMAP_MBOX_FWK is not set
+# CONFIG_OMAP_MPU_TIMER is not set
+CONFIG_OMAP_32K_TIMER=y
+CONFIG_OMAP_32K_TIMER_HZ=128
+CONFIG_OMAP_TICK_GPTIMER=12
+CONFIG_OMAP_DM_TIMER=y
+# CONFIG_OMAP_LL_DEBUG_UART1 is not set
+# CONFIG_OMAP_LL_DEBUG_UART2 is not set
+CONFIG_OMAP_LL_DEBUG_UART3=y
+CONFIG_ARCH_OMAP34XX=y
+CONFIG_ARCH_OMAP3430=y
+
+#
+# OMAP Board Type
+#
+# CONFIG_MACH_OMAP_LDP is not set
+# CONFIG_MACH_OMAP_3430SDP is not set
+# CONFIG_MACH_OMAP3EVM is not set
+# CONFIG_MACH_OMAP3_BEAGLE is not set
+# CONFIG_MACH_OVERO is not set
+# CONFIG_MACH_OMAP3_PANDORA is not set
+CONFIG_MACH_IGEP0020=y
+
+#
+# Boot options
+#
+
+#
+# Power management
+#
+
+#
+# Processor Type
+#
+CONFIG_CPU_32=y
+CONFIG_CPU_32v6K=y
+CONFIG_CPU_V7=y
+CONFIG_CPU_32v7=y
+CONFIG_CPU_ABRT_EV7=y
+CONFIG_CPU_PABRT_IFAR=y
+CONFIG_CPU_CACHE_V7=y
+CONFIG_CPU_CACHE_VIPT=y
+CONFIG_CPU_COPY_V6=y
+CONFIG_CPU_TLB_V7=y
+CONFIG_CPU_HAS_ASID=y
+CONFIG_CPU_CP15=y
+CONFIG_CPU_CP15_MMU=y
+
+#
+# Processor Features
+#
+CONFIG_ARM_THUMB=y
+CONFIG_ARM_THUMBEE=y
+# CONFIG_CPU_ICACHE_DISABLE is not set
+# CONFIG_CPU_DCACHE_DISABLE is not set
+# CONFIG_CPU_BPREDICT_DISABLE is not set
+CONFIG_HAS_TLS_REG=y
+# CONFIG_OUTER_CACHE is not set
+
+#
+# Bus support
+#
+# CONFIG_PCI_SYSCALL is not set
+# CONFIG_ARCH_SUPPORTS_MSI is not set
+# CONFIG_PCCARD is not set
+
+#
+# Kernel Features
+#
+CONFIG_TICK_ONESHOT=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
+CONFIG_VMSPLIT_3G=y
+# CONFIG_VMSPLIT_2G is not set
+# CONFIG_VMSPLIT_1G is not set
+CONFIG_PAGE_OFFSET=0xB0000000
+# CONFIG_PREEMPT is not set
+CONFIG_HZ=128
+CONFIG_AEABI=y
+# CONFIG_OABI_COMPAT is not set
+CONFIG_ARCH_FLATMEM_HAS_HOLES=y
+# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
+# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
+CONFIG_SELECT_MEMORY_MODEL=y
+CONFIG_FLATMEM_MANUAL=y
+# CONFIG_DISCONTIGMEM_MANUAL is not set
+# CONFIG_SPARSEMEM_MANUAL is not set
+CONFIG_FLATMEM=y
+CONFIG_FLAT_NODE_MEM_MAP=y
+CONFIG_PAGEFLAGS_EXTENDED=y
+CONFIG_SPLIT_PTLOCK_CPUS=4
+# CONFIG_RESOURCES_64BIT is not set
+# CONFIG_PHYS_ADDR_T_64BIT is not set
+CONFIG_ZONE_DMA_FLAG=0
+CONFIG_VIRT_TO_BUS=y
+CONFIG_UNEVICTABLE_LRU=y
+# CONFIG_LEDS is not set
+CONFIG_ALIGNMENT_TRAP=y
+
+#
+# Boot options
+#
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_CMDLINE=" debug "
+# CONFIG_XIP_KERNEL is not set
+CONFIG_KEXEC=y
+CONFIG_ATAGS_PROC=y
+
+#
+# CPU Power Management
+#
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_TABLE=y
+CONFIG_CPU_FREQ_DEBUG=y
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+# CONFIG_CPU_IDLE is not set
+
+#
+# Floating point emulation
+#
+
+#
+# At least one emulation must be selected
+#
+CONFIG_VFP=y
+CONFIG_VFPv3=y
+CONFIG_NEON=y
+
+#
+# Userspace binary formats
+#
+CONFIG_BINFMT_ELF=y
+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+CONFIG_HAVE_AOUT=y
+# CONFIG_BINFMT_AOUT is not set
+CONFIG_BINFMT_MISC=y
+
+#
+# Power management options
+#
+CONFIG_PM=y
+CONFIG_PM_DEBUG=y
+# CONFIG_PM_VERBOSE is not set
+CONFIG_CAN_PM_TRACE=y
+CONFIG_PM_SLEEP=y
+CONFIG_SUSPEND=y
+# CONFIG_PM_TEST_SUSPEND is not set
+CONFIG_SUSPEND_FREEZER=y
+# CONFIG_APM_EMULATION is not set
+CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_NET=y
+
+#
+# Networking options
+#
+CONFIG_PACKET=y
+CONFIG_PACKET_MMAP=y
+CONFIG_UNIX=y
+CONFIG_XFRM=y
+# CONFIG_XFRM_USER is not set
+# CONFIG_XFRM_SUB_POLICY is not set
+# CONFIG_XFRM_MIGRATE is not set
+# CONFIG_XFRM_STATISTICS is not set
+CONFIG_NET_KEY=y
+# CONFIG_NET_KEY_MIGRATE is not set
+CONFIG_INET=y
+# CONFIG_IP_MULTICAST is not set
+# CONFIG_IP_ADVANCED_ROUTER is not set
+CONFIG_IP_FIB_HASH=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+CONFIG_IP_PNP_BOOTP=y
+CONFIG_IP_PNP_RARP=y
+# CONFIG_NET_IPIP is not set
+# CONFIG_NET_IPGRE is not set
+# CONFIG_ARPD is not set
+# CONFIG_SYN_COOKIES is not set
+# CONFIG_INET_AH is not set
+# CONFIG_INET_ESP is not set
+# CONFIG_INET_IPCOMP is not set
+# CONFIG_INET_XFRM_TUNNEL is not set
+CONFIG_INET_TUNNEL=m
+CONFIG_INET_XFRM_MODE_TRANSPORT=y
+CONFIG_INET_XFRM_MODE_TUNNEL=y
+CONFIG_INET_XFRM_MODE_BEET=y
+# CONFIG_INET_LRO is not set
+CONFIG_INET_DIAG=y
+CONFIG_INET_TCP_DIAG=y
+# CONFIG_TCP_CONG_ADVANCED is not set
+CONFIG_TCP_CONG_CUBIC=y
+CONFIG_DEFAULT_TCP_CONG="cubic"
+# CONFIG_TCP_MD5SIG is not set
+CONFIG_IPV6=m
+# CONFIG_IPV6_PRIVACY is not set
+# CONFIG_IPV6_ROUTER_PREF is not set
+# CONFIG_IPV6_OPTIMISTIC_DAD is not set
+# CONFIG_INET6_AH is not set
+# CONFIG_INET6_ESP is not set
+# CONFIG_INET6_IPCOMP is not set
+# CONFIG_IPV6_MIP6 is not set
+# CONFIG_INET6_XFRM_TUNNEL is not set
+# CONFIG_INET6_TUNNEL is not set
+CONFIG_INET6_XFRM_MODE_TRANSPORT=m
+CONFIG_INET6_XFRM_MODE_TUNNEL=m
+CONFIG_INET6_XFRM_MODE_BEET=m
+# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
+CONFIG_IPV6_SIT=m
+CONFIG_IPV6_NDISC_NODETYPE=y
+# CONFIG_IPV6_TUNNEL is not set
+# CONFIG_IPV6_MULTIPLE_TABLES is not set
+# CONFIG_IPV6_MROUTE is not set
+# CONFIG_NETWORK_SECMARK is not set
+# CONFIG_NETFILTER is not set
+# CONFIG_IP_DCCP is not set
+# CONFIG_IP_SCTP is not set
+# CONFIG_TIPC is not set
+# CONFIG_ATM is not set
+# CONFIG_BRIDGE is not set
+# CONFIG_NET_DSA is not set
+# CONFIG_VLAN_8021Q is not set
+# CONFIG_DECNET is not set
+# CONFIG_LLC2 is not set
+# CONFIG_IPX is not set
+# CONFIG_ATALK is not set
+# CONFIG_X25 is not set
+# CONFIG_LAPB is not set
+# CONFIG_ECONET is not set
+# CONFIG_WAN_ROUTER is not set
+# CONFIG_NET_SCHED is not set
+
+#
+# Network testing
+#
+# CONFIG_NET_PKTGEN is not set
+# CONFIG_HAMRADIO is not set
+# CONFIG_CAN is not set
+# CONFIG_IRDA is not set
+CONFIG_BT=m
+CONFIG_BT_L2CAP=m
+CONFIG_BT_SCO=m
+CONFIG_BT_RFCOMM=m
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=m
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_HIDP=m
+
+#
+# Bluetooth device drivers
+#
+# CONFIG_BT_HCIUSB is not set
+# CONFIG_BT_HCIBTUSB is not set
+# CONFIG_BT_HCIBTSDIO is not set
+CONFIG_BT_HCIUART=m
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIUART_LL=y
+# CONFIG_BT_HCIBCM203X is not set
+# CONFIG_BT_HCIBPA10X is not set
+# CONFIG_BT_HCIBFUSB is not set
+# CONFIG_BT_HCIBRF6150 is not set
+# CONFIG_BT_HCIH4P is not set
+# CONFIG_BT_HCIVHCI is not set
+# CONFIG_AF_RXRPC is not set
+# CONFIG_PHONET is not set
+CONFIG_WIRELESS=y
+CONFIG_CFG80211=y
+CONFIG_NL80211=y
+CONFIG_WIRELESS_OLD_REGULATORY=y
+CONFIG_WIRELESS_EXT=y
+CONFIG_WIRELESS_EXT_SYSFS=y
+CONFIG_MAC80211=y
+
+#
+# Rate control algorithm selection
+#
+CONFIG_MAC80211_RC_PID=y
+# CONFIG_MAC80211_RC_MINSTREL is not set
+CONFIG_MAC80211_RC_DEFAULT_PID=y
+# CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set
+CONFIG_MAC80211_RC_DEFAULT="pid"
+CONFIG_MAC80211_MESH=y
+# CONFIG_MAC80211_LEDS is not set
+# CONFIG_MAC80211_DEBUGFS is not set
+# CONFIG_MAC80211_DEBUG_MENU is not set
+CONFIG_IEEE80211=y
+# CONFIG_IEEE80211_DEBUG is not set
+CONFIG_IEEE80211_CRYPT_WEP=y
+CONFIG_IEEE80211_CRYPT_CCMP=y
+CONFIG_IEEE80211_CRYPT_TKIP=y
+# CONFIG_RFKILL is not set
+# CONFIG_NET_9P is not set
+
+#
+# Device Drivers
+#
+
+#
+# Generic Driver Options
+#
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_STANDALONE=y
+CONFIG_PREVENT_FIRMWARE_BUILD=y
+CONFIG_FW_LOADER=y
+CONFIG_FIRMWARE_IN_KERNEL=y
+CONFIG_EXTRA_FIRMWARE=""
+# CONFIG_DEBUG_DRIVER is not set
+# CONFIG_DEBUG_DEVRES is not set
+# CONFIG_SYS_HYPERVISOR is not set
+# CONFIG_CONNECTOR is not set
+CONFIG_MTD=y
+# CONFIG_MTD_DEBUG is not set
+CONFIG_MTD_CONCAT=y
+CONFIG_MTD_PARTITIONS=y
+# CONFIG_MTD_REDBOOT_PARTS is not set
+CONFIG_MTD_CMDLINE_PARTS=y
+# CONFIG_MTD_AFS_PARTS is not set
+# CONFIG_MTD_AR7_PARTS is not set
+
+#
+# User Modules And Translation Layers
+#
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLKDEVS=y
+CONFIG_MTD_BLOCK=y
+# CONFIG_FTL is not set
+# CONFIG_NFTL is not set
+# CONFIG_INFTL is not set
+# CONFIG_RFD_FTL is not set
+# CONFIG_SSFDC is not set
+# CONFIG_MTD_OOPS is not set
+
+#
+# RAM/ROM/Flash chip drivers
+#
+# CONFIG_MTD_CFI is not set
+# CONFIG_MTD_JEDECPROBE is not set
+CONFIG_MTD_MAP_BANK_WIDTH_1=y
+CONFIG_MTD_MAP_BANK_WIDTH_2=y
+CONFIG_MTD_MAP_BANK_WIDTH_4=y
+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
+CONFIG_MTD_CFI_I1=y
+CONFIG_MTD_CFI_I2=y
+# CONFIG_MTD_CFI_I4 is not set
+# CONFIG_MTD_CFI_I8 is not set
+# CONFIG_MTD_RAM is not set
+# CONFIG_MTD_ROM is not set
+# CONFIG_MTD_ABSENT is not set
+
+#
+# Mapping drivers for chip access
+#
+# CONFIG_MTD_COMPLEX_MAPPINGS is not set
+# CONFIG_MTD_PLATRAM is not set
+
+#
+# Self-contained MTD device drivers
+#
+# CONFIG_MTD_DATAFLASH is not set
+# CONFIG_MTD_M25P80 is not set
+# CONFIG_MTD_SLRAM is not set
+# CONFIG_MTD_PHRAM is not set
+# CONFIG_MTD_MTDRAM is not set
+# CONFIG_MTD_BLOCK2MTD is not set
+
+#
+# Disk-On-Chip Device Drivers
+#
+# CONFIG_MTD_DOC2000 is not set
+# CONFIG_MTD_DOC2001 is not set
+# CONFIG_MTD_DOC2001PLUS is not set
+# CONFIG_MTD_NAND is not set
+CONFIG_MTD_ONENAND=y
+CONFIG_MTD_ONENAND_VERIFY_WRITE=y
+# CONFIG_MTD_ONENAND_GENERIC is not set
+CONFIG_MTD_ONENAND_OMAP2=y
+# CONFIG_MTD_ONENAND_OTP is not set
+CONFIG_MTD_ONENAND_2X_PROGRAM=y
+# CONFIG_MTD_ONENAND_SIM is not set
+
+#
+# UBI - Unsorted block images
+#
+CONFIG_MTD_UBI=y
+CONFIG_MTD_UBI_WL_THRESHOLD=4096
+CONFIG_MTD_UBI_BEB_RESERVE=1
+# CONFIG_MTD_UBI_GLUEBI is not set
+
+#
+# UBI debugging options
+#
+# CONFIG_MTD_UBI_DEBUG is not set
+# CONFIG_PARPORT is not set
+CONFIG_BLK_DEV=y
+# CONFIG_BLK_DEV_COW_COMMON is not set
+CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_CRYPTOLOOP=m
+# CONFIG_BLK_DEV_NBD is not set
+# CONFIG_BLK_DEV_UB is not set
+CONFIG_BLK_DEV_RAM=y
+CONFIG_BLK_DEV_RAM_COUNT=16
+CONFIG_BLK_DEV_RAM_SIZE=16384
+# CONFIG_BLK_DEV_XIP is not set
+# CONFIG_CDROM_PKTCDVD is not set
+# CONFIG_ATA_OVER_ETH is not set
+CONFIG_MISC_DEVICES=y
+# CONFIG_EEPROM_93CX6 is not set
+# CONFIG_ICS932S401 is not set
+# CONFIG_OMAP_STI is not set
+# CONFIG_ENCLOSURE_SERVICES is not set
+# CONFIG_C2PORT is not set
+CONFIG_HAVE_IDE=y
+# CONFIG_IDE is not set
+
+#
+# SCSI device support
+#
+# CONFIG_RAID_ATTRS is not set
+CONFIG_SCSI=y
+CONFIG_SCSI_DMA=y
+# CONFIG_SCSI_TGT is not set
+# CONFIG_SCSI_NETLINK is not set
+CONFIG_SCSI_PROC_FS=y
+
+#
+# SCSI support type (disk, tape, CD-ROM)
+#
+CONFIG_BLK_DEV_SD=y
+CONFIG_CHR_DEV_ST=y
+CONFIG_CHR_DEV_OSST=y
+CONFIG_BLK_DEV_SR=y
+# CONFIG_BLK_DEV_SR_VENDOR is not set
+CONFIG_CHR_DEV_SG=y
+CONFIG_CHR_DEV_SCH=y
+
+#
+# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
+#
+# CONFIG_SCSI_MULTI_LUN is not set
+# CONFIG_SCSI_CONSTANTS is not set
+# CONFIG_SCSI_LOGGING is not set
+# CONFIG_SCSI_SCAN_ASYNC is not set
+CONFIG_SCSI_WAIT_SCAN=m
+
+#
+# SCSI Transports
+#
+# CONFIG_SCSI_SPI_ATTRS is not set
+# CONFIG_SCSI_FC_ATTRS is not set
+# CONFIG_SCSI_ISCSI_ATTRS is not set
+# CONFIG_SCSI_SAS_LIBSAS is not set
+# CONFIG_SCSI_SRP_ATTRS is not set
+CONFIG_SCSI_LOWLEVEL=y
+# CONFIG_ISCSI_TCP is not set
+# CONFIG_SCSI_DEBUG is not set
+CONFIG_SCSI_DH=y
+# CONFIG_SCSI_DH_RDAC is not set
+# CONFIG_SCSI_DH_HP_SW is not set
+# CONFIG_SCSI_DH_EMC is not set
+# CONFIG_SCSI_DH_ALUA is not set
+# CONFIG_ATA is not set
+# CONFIG_MD is not set
+CONFIG_NETDEVICES=y
+# CONFIG_DUMMY is not set
+# CONFIG_BONDING is not set
+# CONFIG_MACVLAN is not set
+# CONFIG_EQUALIZER is not set
+# CONFIG_TUN is not set
+# CONFIG_VETH is not set
+CONFIG_PHYLIB=y
+
+#
+# MII PHY device drivers
+#
+# CONFIG_MARVELL_PHY is not set
+# CONFIG_DAVICOM_PHY is not set
+# CONFIG_QSEMI_PHY is not set
+# CONFIG_LXT_PHY is not set
+# CONFIG_CICADA_PHY is not set
+# CONFIG_VITESSE_PHY is not set
+# CONFIG_SMSC_PHY is not set
+# CONFIG_BROADCOM_PHY is not set
+# CONFIG_ICPLUS_PHY is not set
+# CONFIG_REALTEK_PHY is not set
+# CONFIG_FIXED_PHY is not set
+# CONFIG_MDIO_BITBANG is not set
+CONFIG_NET_ETHERNET=y
+CONFIG_MII=y
+# CONFIG_AX88796 is not set
+# CONFIG_SMC91X is not set
+# CONFIG_DM9000 is not set
+# CONFIG_ENC28J60 is not set
+# CONFIG_SMC911X is not set
+CONFIG_SMSC911X=y
+# CONFIG_IBM_NEW_EMAC_ZMII is not set
+# CONFIG_IBM_NEW_EMAC_RGMII is not set
+# CONFIG_IBM_NEW_EMAC_TAH is not set
+# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
+# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
+# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
+# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
+# CONFIG_B44 is not set
+# CONFIG_NETDEV_1000 is not set
+# CONFIG_NETDEV_10000 is not set
+
+#
+# Wireless LAN
+#
+# CONFIG_WLAN_PRE80211 is not set
+CONFIG_WLAN_80211=y
+CONFIG_LIBERTAS=m
+# CONFIG_LIBERTAS_USB is not set
+CONFIG_LIBERTAS_SDIO=m
+# CONFIG_LIBERTAS_SPI is not set
+# CONFIG_LIBERTAS_DEBUG is not set
+# CONFIG_LIBERTAS_THINFIRM is not set
+# CONFIG_USB_ZD1201 is not set
+# CONFIG_USB_NET_RNDIS_WLAN is not set
+# CONFIG_RTL8187 is not set
+# CONFIG_MAC80211_HWSIM is not set
+# CONFIG_P54_COMMON is not set
+# CONFIG_IWLWIFI_LEDS is not set
+# CONFIG_HOSTAP is not set
+# CONFIG_B43 is not set
+# CONFIG_B43LEGACY is not set
+# CONFIG_ZD1211RW is not set
+# CONFIG_RT2X00 is not set
+
+#
+# USB Network Adapters
+#
+# CONFIG_USB_CATC is not set
+# CONFIG_USB_KAWETH is not set
+# CONFIG_USB_PEGASUS is not set
+# CONFIG_USB_RTL8150 is not set
+# CONFIG_USB_USBNET is not set
+# CONFIG_WAN is not set
+CONFIG_PPP=m
+CONFIG_PPP_MULTILINK=y
+CONFIG_PPP_FILTER=y
+CONFIG_PPP_ASYNC=m
+CONFIG_PPP_SYNC_TTY=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_MPPE=m
+CONFIG_PPPOE=m
+CONFIG_PPPOL2TP=m
+# CONFIG_SLIP is not set
+CONFIG_SLHC=m
+# CONFIG_NETCONSOLE is not set
+# CONFIG_NETPOLL is not set
+# CONFIG_NET_POLL_CONTROLLER is not set
+# CONFIG_ISDN is not set
+
+#
+# Input device support
+#
+CONFIG_INPUT=y
+# CONFIG_INPUT_FF_MEMLESS is not set
+# CONFIG_INPUT_POLLDEV is not set
+
+#
+# Userland interfaces
+#
+CONFIG_INPUT_MOUSEDEV=y
+CONFIG_INPUT_MOUSEDEV_PSAUX=y
+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
+# CONFIG_INPUT_JOYDEV is not set
+CONFIG_INPUT_EVDEV=y
+# CONFIG_INPUT_EVBUG is not set
+
+#
+# Input Device Drivers
+#
+CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ATKBD is not set
+# CONFIG_KEYBOARD_SUNKBD is not set
+# CONFIG_KEYBOARD_LKKBD is not set
+# CONFIG_KEYBOARD_XTKBD is not set
+# CONFIG_KEYBOARD_NEWTON is not set
+# CONFIG_KEYBOARD_STOWAWAY is not set
+# CONFIG_KEYBOARD_TWL4030 is not set
+# CONFIG_KEYBOARD_LM8323 is not set
+# CONFIG_KEYBOARD_GPIO is not set
+CONFIG_INPUT_MOUSE=y
+CONFIG_MOUSE_PS2=y
+CONFIG_MOUSE_PS2_ALPS=y
+CONFIG_MOUSE_PS2_LOGIPS2PP=y
+CONFIG_MOUSE_PS2_SYNAPTICS=y
+CONFIG_MOUSE_PS2_LIFEBOOK=y
+CONFIG_MOUSE_PS2_TRACKPOINT=y
+# CONFIG_MOUSE_PS2_ELANTECH is not set
+# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+# CONFIG_MOUSE_SERIAL is not set
+# CONFIG_MOUSE_APPLETOUCH is not set
+# CONFIG_MOUSE_BCM5974 is not set
+# CONFIG_MOUSE_VSXXXAA is not set
+# CONFIG_MOUSE_GPIO is not set
+# CONFIG_INPUT_JOYSTICK is not set
+# CONFIG_INPUT_TABLET is not set
+# CONFIG_INPUT_TOUCHSCREEN is not set
+# CONFIG_INPUT_MISC is not set
+
+#
+# Hardware I/O ports
+#
+CONFIG_SERIO=y
+# CONFIG_SERIO_SERPORT is not set
+CONFIG_SERIO_LIBPS2=y
+# CONFIG_SERIO_RAW is not set
+# CONFIG_GAMEPORT is not set
+
+#
+# Character devices
+#
+CONFIG_VT=y
+CONFIG_CONSOLE_TRANSLATIONS=y
+CONFIG_VT_CONSOLE=y
+CONFIG_HW_CONSOLE=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+CONFIG_DEVKMEM=y
+# CONFIG_SERIAL_NONSTANDARD is not set
+
+#
+# Serial drivers
+#
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_NR_UARTS=32
+CONFIG_SERIAL_8250_RUNTIME_UARTS=4
+CONFIG_SERIAL_8250_EXTENDED=y
+CONFIG_SERIAL_8250_MANY_PORTS=y
+CONFIG_SERIAL_8250_SHARE_IRQ=y
+CONFIG_SERIAL_8250_DETECT_IRQ=y
+CONFIG_SERIAL_8250_RSA=y
+
+#
+# Non-8250 serial port support
+#
+CONFIG_SERIAL_CORE=y
+CONFIG_SERIAL_CORE_CONSOLE=y
+CONFIG_UNIX98_PTYS=y
+# CONFIG_LEGACY_PTYS is not set
+# CONFIG_IPMI_HANDLER is not set
+CONFIG_HW_RANDOM=y
+# CONFIG_NVRAM is not set
+# CONFIG_R3964 is not set
+# CONFIG_RAW_DRIVER is not set
+# CONFIG_TCG_TPM is not set
+CONFIG_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_HELPER_AUTO=y
+
+#
+# I2C Hardware Bus support
+#
+
+#
+# I2C system bus drivers (mostly embedded / system-on-chip)
+#
+# CONFIG_I2C_GPIO is not set
+# CONFIG_I2C_OCORES is not set
+CONFIG_I2C_OMAP=y
+# CONFIG_I2C_SIMTEC is not set
+
+#
+# External I2C/SMBus adapter drivers
+#
+# CONFIG_I2C_PARPORT_LIGHT is not set
+# CONFIG_I2C_TAOS_EVM is not set
+# CONFIG_I2C_TINY_USB is not set
+
+#
+# Other I2C/SMBus bus drivers
+#
+# CONFIG_I2C_PCA_PLATFORM is not set
+# CONFIG_I2C_STUB is not set
+
+#
+# Miscellaneous I2C Chip support
+#
+# CONFIG_DS1682 is not set
+# CONFIG_AT24 is not set
+CONFIG_SENSORS_EEPROM=y
+# CONFIG_SENSORS_PCF8574 is not set
+# CONFIG_PCF8575 is not set
+# CONFIG_SENSORS_PCA9539 is not set
+# CONFIG_SENSORS_PCF8591 is not set
+# CONFIG_TPS65010 is not set
+CONFIG_TWL4030_MADC=m
+CONFIG_TWL4030_PWRBUTTON=y
+CONFIG_TWL4030_POWEROFF=y
+# CONFIG_SENSORS_MAX6875 is not set
+# CONFIG_SENSORS_TSL2550 is not set
+# CONFIG_SENSORS_TSL2563 is not set
+# CONFIG_LP5521 is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+# CONFIG_I2C_DEBUG_CHIP is not set
+CONFIG_SPI=y
+# CONFIG_SPI_DEBUG is not set
+CONFIG_SPI_MASTER=y
+
+#
+# SPI Master Controller Drivers
+#
+# CONFIG_SPI_BITBANG is not set
+CONFIG_SPI_OMAP24XX=y
+
+#
+# SPI Protocol Masters
+#
+# CONFIG_SPI_AT25 is not set
+# CONFIG_SPI_TSC210X is not set
+# CONFIG_SPI_TSC2301 is not set
+CONFIG_SPI_SPIDEV=y
+# CONFIG_SPI_TLE62X0 is not set
+CONFIG_ARCH_REQUIRE_GPIOLIB=y
+CONFIG_GPIOLIB=y
+# CONFIG_DEBUG_GPIO is not set
+CONFIG_GPIO_SYSFS=y
+
+#
+# Memory mapped GPIO expanders:
+#
+
+#
+# I2C GPIO expanders:
+#
+# CONFIG_GPIO_MAX732X is not set
+# CONFIG_GPIO_PCA953X is not set
+# CONFIG_GPIO_PCF857X is not set
+CONFIG_GPIO_TWL4030=y
+
+#
+# PCI GPIO expanders:
+#
+
+#
+# SPI GPIO expanders:
+#
+# CONFIG_GPIO_MAX7301 is not set
+# CONFIG_GPIO_MCP23S08 is not set
+# CONFIG_W1 is not set
+# CONFIG_POWER_SUPPLY is not set
+CONFIG_HWMON=y
+# CONFIG_HWMON_VID is not set
+# CONFIG_SENSORS_AD7414 is not set
+# CONFIG_SENSORS_AD7418 is not set
+# CONFIG_SENSORS_ADCXX is not set
+# CONFIG_SENSORS_ADM1021 is not set
+# CONFIG_SENSORS_ADM1025 is not set
+# CONFIG_SENSORS_ADM1026 is not set
+# CONFIG_SENSORS_ADM1029 is not set
+# CONFIG_SENSORS_ADM1031 is not set
+# CONFIG_SENSORS_ADM9240 is not set
+# CONFIG_SENSORS_ADT7462 is not set
+# CONFIG_SENSORS_ADT7470 is not set
+# CONFIG_SENSORS_ADT7473 is not set
+# CONFIG_SENSORS_ATXP1 is not set
+# CONFIG_SENSORS_DS1621 is not set
+# CONFIG_SENSORS_F71805F is not set
+# CONFIG_SENSORS_F71882FG is not set
+# CONFIG_SENSORS_F75375S is not set
+# CONFIG_SENSORS_GL518SM is not set
+# CONFIG_SENSORS_GL520SM is not set
+# CONFIG_SENSORS_IT87 is not set
+# CONFIG_SENSORS_LM63 is not set
+# CONFIG_SENSORS_LM70 is not set
+# CONFIG_SENSORS_LM75 is not set
+# CONFIG_SENSORS_LM77 is not set
+# CONFIG_SENSORS_LM78 is not set
+# CONFIG_SENSORS_LM80 is not set
+# CONFIG_SENSORS_LM83 is not set
+# CONFIG_SENSORS_LM85 is not set
+# CONFIG_SENSORS_LM87 is not set
+# CONFIG_SENSORS_LM90 is not set
+# CONFIG_SENSORS_LM92 is not set
+# CONFIG_SENSORS_LM93 is not set
+# CONFIG_SENSORS_MAX1111 is not set
+# CONFIG_SENSORS_MAX1619 is not set
+# CONFIG_SENSORS_MAX6650 is not set
+# CONFIG_SENSORS_PC87360 is not set
+# CONFIG_SENSORS_PC87427 is not set
+# CONFIG_SENSORS_DME1737 is not set
+# CONFIG_SENSORS_SMSC47M1 is not set
+# CONFIG_SENSORS_SMSC47M192 is not set
+# CONFIG_SENSORS_SMSC47B397 is not set
+# CONFIG_SENSORS_ADS7828 is not set
+# CONFIG_SENSORS_THMC50 is not set
+# CONFIG_SENSORS_VT1211 is not set
+# CONFIG_SENSORS_W83781D is not set
+# CONFIG_SENSORS_W83791D is not set
+# CONFIG_SENSORS_W83792D is not set
+# CONFIG_SENSORS_W83793 is not set
+# CONFIG_SENSORS_W83L785TS is not set
+# CONFIG_SENSORS_W83L786NG is not set
+# CONFIG_SENSORS_W83627HF is not set
+# CONFIG_SENSORS_W83627EHF is not set
+# CONFIG_SENSORS_TSC210X is not set
+CONFIG_SENSORS_OMAP34XX=y
+# CONFIG_HWMON_DEBUG_CHIP is not set
+CONFIG_THERMAL=y
+CONFIG_THERMAL_HWMON=y
+CONFIG_WATCHDOG=y
+CONFIG_WATCHDOG_NOWAYOUT=y
+
+#
+# Watchdog Device Drivers
+#
+# CONFIG_SOFT_WATCHDOG is not set
+CONFIG_OMAP_WATCHDOG=y
+
+#
+# USB-based Watchdog Cards
+#
+# CONFIG_USBPCWATCHDOG is not set
+CONFIG_SSB_POSSIBLE=y
+
+#
+# Sonics Silicon Backplane
+#
+# CONFIG_SSB is not set
+
+#
+# Multifunction device drivers
+#
+# CONFIG_MFD_CORE is not set
+# CONFIG_MFD_SM501 is not set
+# CONFIG_MFD_ASIC3 is not set
+# CONFIG_HTC_EGPIO is not set
+# CONFIG_HTC_PASIC3 is not set
+CONFIG_TWL4030_CORE=y
+# CONFIG_TWL4030_POWER is not set
+# CONFIG_MFD_TMIO is not set
+# CONFIG_MFD_T7L66XB is not set
+# CONFIG_MFD_TC6387XB is not set
+# CONFIG_MFD_TC6393XB is not set
+# CONFIG_PMIC_DA903X is not set
+# CONFIG_MFD_WM8400 is not set
+# CONFIG_MFD_WM8350_I2C is not set
+
+#
+# Multimedia devices
+#
+
+#
+# Multimedia core support
+#
+CONFIG_VIDEO_DEV=m
+CONFIG_VIDEO_V4L2_COMMON=m
+CONFIG_VIDEO_ALLOW_V4L1=y
+CONFIG_VIDEO_V4L1_COMPAT=y
+CONFIG_DVB_CORE=m
+CONFIG_VIDEO_MEDIA=m
+
+#
+# Multimedia drivers
+#
+CONFIG_MEDIA_ATTACH=y
+CONFIG_MEDIA_TUNER=m
+# CONFIG_MEDIA_TUNER_CUSTOMIZE is not set
+CONFIG_MEDIA_TUNER_SIMPLE=m
+CONFIG_MEDIA_TUNER_TDA8290=m
+CONFIG_MEDIA_TUNER_TDA827X=m
+CONFIG_MEDIA_TUNER_TDA18271=m
+CONFIG_MEDIA_TUNER_TDA9887=m
+CONFIG_MEDIA_TUNER_TEA5761=m
+CONFIG_MEDIA_TUNER_TEA5767=m
+CONFIG_MEDIA_TUNER_MT20XX=m
+CONFIG_MEDIA_TUNER_MT2060=m
+CONFIG_MEDIA_TUNER_MT2266=m
+CONFIG_MEDIA_TUNER_QT1010=m
+CONFIG_MEDIA_TUNER_XC2028=m
+CONFIG_MEDIA_TUNER_XC5000=m
+CONFIG_MEDIA_TUNER_MXL5005S=m
+CONFIG_VIDEO_V4L2=m
+CONFIG_VIDEO_V4L1=m
+CONFIG_VIDEO_TVEEPROM=m
+CONFIG_VIDEO_TUNER=m
+CONFIG_VIDEO_CAPTURE_DRIVERS=y
+# CONFIG_VIDEO_ADV_DEBUG is not set
+# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
+CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
+CONFIG_VIDEO_MSP3400=m
+CONFIG_VIDEO_CS53L32A=m
+CONFIG_VIDEO_WM8775=m
+CONFIG_VIDEO_SAA711X=m
+CONFIG_VIDEO_CX25840=m
+CONFIG_VIDEO_CX2341X=m
+# CONFIG_VIDEO_VIVI is not set
+# CONFIG_VIDEO_CPIA is not set
+# CONFIG_VIDEO_CPIA2 is not set
+# CONFIG_VIDEO_SAA5246A is not set
+# CONFIG_VIDEO_SAA5249 is not set
+# CONFIG_VIDEO_AU0828 is not set
+# CONFIG_SOC_CAMERA is not set
+CONFIG_V4L_USB_DRIVERS=y
+CONFIG_USB_VIDEO_CLASS=m
+CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
+CONFIG_USB_GSPCA=m
+CONFIG_USB_M5602=m
+CONFIG_USB_GSPCA_CONEX=m
+CONFIG_USB_GSPCA_ETOMS=m
+CONFIG_USB_GSPCA_FINEPIX=m
+CONFIG_USB_GSPCA_MARS=m
+CONFIG_USB_GSPCA_OV519=m
+CONFIG_USB_GSPCA_PAC207=m
+CONFIG_USB_GSPCA_PAC7311=m
+CONFIG_USB_GSPCA_SONIXB=m
+CONFIG_USB_GSPCA_SONIXJ=m
+CONFIG_USB_GSPCA_SPCA500=m
+CONFIG_USB_GSPCA_SPCA501=m
+CONFIG_USB_GSPCA_SPCA505=m
+CONFIG_USB_GSPCA_SPCA506=m
+CONFIG_USB_GSPCA_SPCA508=m
+CONFIG_USB_GSPCA_SPCA561=m
+CONFIG_USB_GSPCA_STK014=m
+CONFIG_USB_GSPCA_SUNPLUS=m
+CONFIG_USB_GSPCA_T613=m
+CONFIG_USB_GSPCA_TV8532=m
+CONFIG_USB_GSPCA_VC032X=m
+CONFIG_USB_GSPCA_ZC3XX=m
+CONFIG_VIDEO_PVRUSB2=m
+CONFIG_VIDEO_PVRUSB2_SYSFS=y
+CONFIG_VIDEO_PVRUSB2_DVB=y
+# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
+# CONFIG_VIDEO_EM28XX is not set
+CONFIG_VIDEO_USBVISION=m
+CONFIG_VIDEO_USBVIDEO=m
+CONFIG_USB_VICAM=m
+CONFIG_USB_IBMCAM=m
+CONFIG_USB_KONICAWC=m
+CONFIG_USB_QUICKCAM_MESSENGER=m
+# CONFIG_USB_ET61X251 is not set
+CONFIG_VIDEO_OVCAMCHIP=m
+CONFIG_USB_W9968CF=m
+CONFIG_USB_OV511=m
+CONFIG_USB_SE401=m
+CONFIG_USB_SN9C102=m
+CONFIG_USB_STV680=m
+# CONFIG_USB_ZC0301 is not set
+CONFIG_USB_PWC=m
+# CONFIG_USB_PWC_DEBUG is not set
+CONFIG_USB_ZR364XX=m
+# CONFIG_USB_STKWEBCAM is not set
+# CONFIG_USB_S2255 is not set
+CONFIG_RADIO_ADAPTERS=y
+# CONFIG_USB_DSBR is not set
+# CONFIG_USB_SI470X is not set
+# CONFIG_USB_MR800 is not set
+CONFIG_DVB_CAPTURE_DRIVERS=y
+# CONFIG_TTPCI_EEPROM is not set
+
+#
+# Supported USB Adapters
+#
+CONFIG_DVB_USB=m
+# CONFIG_DVB_USB_DEBUG is not set
+CONFIG_DVB_USB_A800=m
+CONFIG_DVB_USB_DIBUSB_MB=m
+# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
+CONFIG_DVB_USB_DIBUSB_MC=m
+CONFIG_DVB_USB_DIB0700=m
+CONFIG_DVB_USB_UMT_010=m
+CONFIG_DVB_USB_CXUSB=m
+CONFIG_DVB_USB_M920X=m
+CONFIG_DVB_USB_GL861=m
+CONFIG_DVB_USB_AU6610=m
+CONFIG_DVB_USB_DIGITV=m
+CONFIG_DVB_USB_VP7045=m
+CONFIG_DVB_USB_VP702X=m
+CONFIG_DVB_USB_GP8PSK=m
+CONFIG_DVB_USB_NOVA_T_USB2=m
+CONFIG_DVB_USB_TTUSB2=m
+CONFIG_DVB_USB_DTT200U=m
+CONFIG_DVB_USB_OPERA1=m
+CONFIG_DVB_USB_AF9005=m
+CONFIG_DVB_USB_AF9005_REMOTE=m
+CONFIG_DVB_USB_DW2102=m
+CONFIG_DVB_USB_CINERGY_T2=m
+CONFIG_DVB_USB_ANYSEE=m
+CONFIG_DVB_USB_DTV5100=m
+CONFIG_DVB_USB_AF9015=m
+CONFIG_DVB_TTUSB_BUDGET=m
+CONFIG_DVB_TTUSB_DEC=m
+CONFIG_DVB_SIANO_SMS1XXX=m
+CONFIG_DVB_SIANO_SMS1XXX_SMS_IDS=y
+
+#
+# Supported FlexCopII (B2C2) Adapters
+#
+# CONFIG_DVB_B2C2_FLEXCOP is not set
+
+#
+# Supported DVB Frontends
+#
+
+#
+# Customise DVB Frontends
+#
+# CONFIG_DVB_FE_CUSTOMISE is not set
+
+#
+# DVB-S (satellite) frontends
+#
+CONFIG_DVB_CX24110=m
+CONFIG_DVB_CX24123=m
+CONFIG_DVB_MT312=m
+CONFIG_DVB_S5H1420=m
+CONFIG_DVB_STV0288=m
+CONFIG_DVB_STB6000=m
+CONFIG_DVB_STV0299=m
+CONFIG_DVB_TDA8083=m
+CONFIG_DVB_TDA10086=m
+CONFIG_DVB_VES1X93=m
+CONFIG_DVB_TUNER_ITD1000=m
+CONFIG_DVB_TDA826X=m
+CONFIG_DVB_TUA6100=m
+CONFIG_DVB_CX24116=m
+CONFIG_DVB_SI21XX=m
+
+#
+# DVB-T (terrestrial) frontends
+#
+CONFIG_DVB_SP8870=m
+CONFIG_DVB_SP887X=m
+CONFIG_DVB_CX22700=m
+CONFIG_DVB_CX22702=m
+# CONFIG_DVB_DRX397XD is not set
+CONFIG_DVB_L64781=m
+CONFIG_DVB_TDA1004X=m
+CONFIG_DVB_NXT6000=m
+CONFIG_DVB_MT352=m
+CONFIG_DVB_ZL10353=m
+CONFIG_DVB_DIB3000MB=m
+CONFIG_DVB_DIB3000MC=m
+CONFIG_DVB_DIB7000M=m
+CONFIG_DVB_DIB7000P=m
+CONFIG_DVB_TDA10048=m
+
+#
+# DVB-C (cable) frontends
+#
+CONFIG_DVB_VES1820=m
+CONFIG_DVB_TDA10021=m
+CONFIG_DVB_TDA10023=m
+CONFIG_DVB_STV0297=m
+
+#
+# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
+#
+CONFIG_DVB_NXT200X=m
+# CONFIG_DVB_OR51211 is not set
+# CONFIG_DVB_OR51132 is not set
+CONFIG_DVB_BCM3510=m
+CONFIG_DVB_LGDT330X=m
+CONFIG_DVB_S5H1409=m
+CONFIG_DVB_AU8522=m
+CONFIG_DVB_S5H1411=m
+
+#
+# Digital terrestrial only tuners/PLL
+#
+CONFIG_DVB_PLL=m
+CONFIG_DVB_TUNER_DIB0070=m
+
+#
+# SEC control devices for DVB-S
+#
+CONFIG_DVB_LNBP21=m
+# CONFIG_DVB_ISL6405 is not set
+CONFIG_DVB_ISL6421=m
+# CONFIG_DVB_LGS8GL5 is not set
+
+#
+# Tools to develop new frontends
+#
+# CONFIG_DVB_DUMMY_FE is not set
+CONFIG_DVB_AF9013=m
+# CONFIG_DAB is not set
+
+#
+# Graphics support
+#
+# CONFIG_VGASTATE is not set
+# CONFIG_VIDEO_OUTPUT_CONTROL is not set
+CONFIG_FB=y
+# CONFIG_FIRMWARE_EDID is not set
+# CONFIG_FB_DDC is not set
+# CONFIG_FB_BOOT_VESA_SUPPORT is not set
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
+# CONFIG_FB_SYS_FILLRECT is not set
+# CONFIG_FB_SYS_COPYAREA is not set
+# CONFIG_FB_SYS_IMAGEBLIT is not set
+# CONFIG_FB_FOREIGN_ENDIAN is not set
+# CONFIG_FB_SYS_FOPS is not set
+# CONFIG_FB_SVGALIB is not set
+# CONFIG_FB_MACMODES is not set
+# CONFIG_FB_BACKLIGHT is not set
+# CONFIG_FB_MODE_HELPERS is not set
+# CONFIG_FB_TILEBLITTING is not set
+
+#
+# Frame buffer hardware drivers
+#
+# CONFIG_FB_S1D13XXX is not set
+# CONFIG_FB_VIRTUAL is not set
+# CONFIG_FB_METRONOME is not set
+# CONFIG_FB_MB862XX is not set
+# CONFIG_FB_OMAP_BOOTLOADER_INIT is not set
+CONFIG_OMAP2_DSS=y
+CONFIG_OMAP2_DSS_VRAM_SIZE=4
+CONFIG_OMAP2_DSS_DEBUG_SUPPORT=y
+# CONFIG_OMAP2_DSS_RFBI is not set
+# CONFIG_OMAP2_DSS_VENC is not set
+# CONFIG_OMAP2_DSS_SDI is not set
+CONFIG_OMAP2_DSS_DSI=y
+CONFIG_OMAP2_DSS_USE_DSI_PLL=y
+# CONFIG_OMAP2_DSS_FAKE_VSYNC is not set
+CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=1
+
+#
+# OMAP2/3 Display Device Drivers
+#
+CONFIG_PANEL_GENERIC=y
+# CONFIG_PANEL_SAMSUNG_LTE430WQ_F0C is not set
+# CONFIG_PANEL_SHARP_LS037V7DW01 is not set
+# CONFIG_PANEL_N800 is not set
+# CONFIG_CTRL_BLIZZARD is not set
+CONFIG_FB_OMAP2=y
+CONFIG_FB_OMAP2_DEBUG_SUPPORT=y
+# CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE is not set
+CONFIG_FB_OMAP2_NUM_FBS=3
+# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
+
+#
+# Display device support
+#
+CONFIG_DISPLAY_SUPPORT=y
+
+#
+# Display hardware drivers
+#
+
+#
+# Console display driver support
+#
+# CONFIG_VGA_CONSOLE is not set
+CONFIG_DUMMY_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
+CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
+# CONFIG_FONTS is not set
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
+# CONFIG_LOGO is not set
+CONFIG_SOUND=y
+CONFIG_SOUND_OSS_CORE=y
+CONFIG_SND=y
+CONFIG_SND_TIMER=y
+CONFIG_SND_PCM=y
+CONFIG_SND_SEQUENCER=m
+# CONFIG_SND_SEQ_DUMMY is not set
+CONFIG_SND_OSSEMUL=y
+CONFIG_SND_MIXER_OSS=y
+CONFIG_SND_PCM_OSS=y
+CONFIG_SND_PCM_OSS_PLUGINS=y
+CONFIG_SND_SEQUENCER_OSS=y
+# CONFIG_SND_DYNAMIC_MINORS is not set
+CONFIG_SND_SUPPORT_OLD_API=y
+CONFIG_SND_VERBOSE_PROCFS=y
+# CONFIG_SND_VERBOSE_PRINTK is not set
+# CONFIG_SND_DEBUG is not set
+CONFIG_SND_DRIVERS=y
+# CONFIG_SND_DUMMY is not set
+# CONFIG_SND_VIRMIDI is not set
+# CONFIG_SND_MTPAV is not set
+# CONFIG_SND_SERIAL_U16550 is not set
+# CONFIG_SND_MPU401 is not set
+CONFIG_SND_ARM=y
+# CONFIG_SND_SPI is not set
+# CONFIG_SND_USB is not set
+CONFIG_SND_SOC=y
+CONFIG_SND_OMAP_SOC=y
+CONFIG_SND_OMAP_SOC_MCBSP=y
+CONFIG_SND_OMAP_SOC_IGEP0020=y
+# CONFIG_SND_SOC_ALL_CODECS is not set
+CONFIG_SND_SOC_TWL4030=y
+# CONFIG_SOUND_PRIME is not set
+CONFIG_HID_SUPPORT=y
+CONFIG_HID=y
+CONFIG_HID_DEBUG=y
+# CONFIG_HIDRAW is not set
+
+#
+# USB Input Devices
+#
+CONFIG_USB_HID=y
+# CONFIG_HID_PID is not set
+# CONFIG_USB_HIDDEV is not set
+
+#
+# Special HID drivers
+#
+# CONFIG_HID_COMPAT is not set
+# CONFIG_HID_A4TECH is not set
+# CONFIG_HID_APPLE is not set
+# CONFIG_HID_BELKIN is not set
+# CONFIG_HID_BRIGHT is not set
+# CONFIG_HID_CHERRY is not set
+# CONFIG_HID_CHICONY is not set
+# CONFIG_HID_CYPRESS is not set
+# CONFIG_HID_DELL is not set
+# CONFIG_HID_EZKEY is not set
+# CONFIG_HID_GYRATION is not set
+# CONFIG_HID_LOGITECH is not set
+# CONFIG_HID_MICROSOFT is not set
+# CONFIG_HID_MONTEREY is not set
+# CONFIG_HID_PANTHERLORD is not set
+# CONFIG_HID_PETALYNX is not set
+# CONFIG_HID_SAMSUNG is not set
+# CONFIG_HID_SONY is not set
+# CONFIG_HID_SUNPLUS is not set
+# CONFIG_THRUSTMASTER_FF is not set
+# CONFIG_ZEROPLUS_FF is not set
+CONFIG_USB_SUPPORT=y
+CONFIG_USB_ARCH_HAS_HCD=y
+CONFIG_USB_ARCH_HAS_OHCI=y
+CONFIG_USB_ARCH_HAS_EHCI=y
+CONFIG_USB=y
+# CONFIG_USB_DEBUG is not set
+# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
+
+#
+# Miscellaneous USB options
+#
+CONFIG_USB_DEVICEFS=y
+CONFIG_USB_DEVICE_CLASS=y
+# CONFIG_USB_DYNAMIC_MINORS is not set
+CONFIG_USB_SUSPEND=y
+CONFIG_USB_OTG=y
+# CONFIG_USB_OTG_WHITELIST is not set
+# CONFIG_USB_OTG_BLACKLIST_HUB is not set
+CONFIG_USB_MON=y
+# CONFIG_USB_WUSB is not set
+# CONFIG_USB_WUSB_CBAF is not set
+
+#
+# USB Host Controller Drivers
+#
+# CONFIG_USB_C67X00_HCD is not set
+CONFIG_USB_EHCI_HCD=y
+CONFIG_OMAP_EHCI_PHY_MODE=y
+# CONFIG_OMAP_EHCI_TLL_MODE is not set
+CONFIG_USB_EHCI_ROOT_HUB_TT=y
+CONFIG_USB_EHCI_TT_NEWSCHED=y
+# CONFIG_USB_ISP116X_HCD is not set
+# CONFIG_USB_OHCI_HCD is not set
+# CONFIG_USB_SL811_HCD is not set
+# CONFIG_USB_R8A66597_HCD is not set
+# CONFIG_USB_HWA_HCD is not set
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_SOC=y
+
+#
+# OMAP 343x high speed USB support
+#
+# CONFIG_USB_MUSB_HOST is not set
+# CONFIG_USB_MUSB_PERIPHERAL is not set
+CONFIG_USB_MUSB_OTG=y
+CONFIG_USB_GADGET_MUSB_HDRC=y
+CONFIG_USB_MUSB_HDRC_HCD=y
+# CONFIG_MUSB_PIO_ONLY is not set
+CONFIG_USB_INVENTRA_DMA=y
+# CONFIG_USB_TI_CPPI_DMA is not set
+# CONFIG_USB_MUSB_DEBUG is not set
+
+#
+# USB Device Class drivers
+#
+# CONFIG_USB_ACM is not set
+# CONFIG_USB_PRINTER is not set
+# CONFIG_USB_WDM is not set
+# CONFIG_USB_TMC is not set
+
+#
+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
+#
+
+#
+# see USB_STORAGE Help for more information
+#
+CONFIG_USB_STORAGE=y
+# CONFIG_USB_STORAGE_DEBUG is not set
+# CONFIG_USB_STORAGE_DATAFAB is not set
+# CONFIG_USB_STORAGE_FREECOM is not set
+# CONFIG_USB_STORAGE_ISD200 is not set
+# CONFIG_USB_STORAGE_DPCM is not set
+# CONFIG_USB_STORAGE_USBAT is not set
+# CONFIG_USB_STORAGE_SDDR09 is not set
+# CONFIG_USB_STORAGE_SDDR55 is not set
+# CONFIG_USB_STORAGE_JUMPSHOT is not set
+# CONFIG_USB_STORAGE_ALAUDA is not set
+# CONFIG_USB_STORAGE_ONETOUCH is not set
+# CONFIG_USB_STORAGE_KARMA is not set
+# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
+CONFIG_USB_LIBUSUAL=y
+
+#
+# USB Imaging devices
+#
+# CONFIG_USB_MDC800 is not set
+# CONFIG_USB_MICROTEK is not set
+
+#
+# USB port drivers
+#
+# CONFIG_USB_SERIAL is not set
+
+#
+# USB Miscellaneous drivers
+#
+# CONFIG_USB_EMI62 is not set
+# CONFIG_USB_EMI26 is not set
+# CONFIG_USB_ADUTUX is not set
+# CONFIG_USB_SEVSEG is not set
+# CONFIG_USB_RIO500 is not set
+# CONFIG_USB_LEGOTOWER is not set
+# CONFIG_USB_LCD is not set
+# CONFIG_USB_BERRY_CHARGE is not set
+# CONFIG_USB_LED is not set
+# CONFIG_USB_CYPRESS_CY7C63 is not set
+# CONFIG_USB_CYTHERM is not set
+# CONFIG_USB_PHIDGET is not set
+# CONFIG_USB_IDMOUSE is not set
+# CONFIG_USB_FTDI_ELAN is not set
+# CONFIG_USB_APPLEDISPLAY is not set
+# CONFIG_USB_SISUSBVGA is not set
+# CONFIG_USB_LD is not set
+# CONFIG_USB_TRANCEVIBRATOR is not set
+# CONFIG_USB_IOWARRIOR is not set
+# CONFIG_USB_TEST is not set
+# CONFIG_USB_ISIGHTFW is not set
+# CONFIG_USB_VST is not set
+CONFIG_USB_GADGET=y
+# CONFIG_USB_GADGET_DEBUG is not set
+# CONFIG_USB_GADGET_DEBUG_FILES is not set
+# CONFIG_USB_GADGET_DEBUG_FS is not set
+CONFIG_USB_GADGET_VBUS_DRAW=2
+CONFIG_USB_GADGET_SELECTED=y
+# CONFIG_USB_GADGET_AT91 is not set
+# CONFIG_USB_GADGET_ATMEL_USBA is not set
+# CONFIG_USB_GADGET_FSL_USB2 is not set
+# CONFIG_USB_GADGET_LH7A40X is not set
+# CONFIG_USB_GADGET_OMAP is not set
+# CONFIG_USB_GADGET_PXA25X is not set
+# CONFIG_USB_GADGET_PXA27X is not set
+# CONFIG_USB_GADGET_S3C2410 is not set
+# CONFIG_USB_GADGET_M66592 is not set
+# CONFIG_USB_GADGET_AMD5536UDC is not set
+# CONFIG_USB_GADGET_FSL_QE is not set
+# CONFIG_USB_GADGET_NET2280 is not set
+# CONFIG_USB_GADGET_GOKU is not set
+# CONFIG_USB_GADGET_DUMMY_HCD is not set
+CONFIG_USB_GADGET_DUALSPEED=y
+# CONFIG_USB_ZERO is not set
+CONFIG_USB_ETH=y
+CONFIG_USB_ETH_RNDIS=y
+# CONFIG_USB_GADGETFS is not set
+# CONFIG_USB_FILE_STORAGE is not set
+# CONFIG_USB_G_SERIAL is not set
+# CONFIG_USB_MIDI_GADGET is not set
+# CONFIG_USB_G_PRINTER is not set
+# CONFIG_USB_CDC_COMPOSITE is not set
+
+#
+# OTG and related infrastructure
+#
+CONFIG_USB_OTG_UTILS=y
+CONFIG_USB_GPIO_VBUS=y
+# CONFIG_ISP1301_OMAP is not set
+CONFIG_TWL4030_USB=y
+CONFIG_MMC=y
+# CONFIG_MMC_DEBUG is not set
+CONFIG_MMC_UNSAFE_RESUME=y
+
+#
+# MMC/SD/SDIO Card Drivers
+#
+CONFIG_MMC_BLOCK=y
+CONFIG_MMC_BLOCK_BOUNCE=y
+# CONFIG_SDIO_UART is not set
+# CONFIG_MMC_TEST is not set
+
+#
+# MMC/SD/SDIO Host Controller Drivers
+#
+# CONFIG_MMC_SDHCI is not set
+CONFIG_MMC_OMAP_HS=y
+# CONFIG_MMC_SPI is not set
+# CONFIG_MEMSTICK is not set
+# CONFIG_ACCESSIBILITY is not set
+# CONFIG_NEW_LEDS is not set
+CONFIG_RTC_LIB=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_HCTOSYS=y
+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
+# CONFIG_RTC_DEBUG is not set
+
+#
+# RTC interfaces
+#
+CONFIG_RTC_INTF_SYSFS=y
+CONFIG_RTC_INTF_PROC=y
+CONFIG_RTC_INTF_DEV=y
+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
+# CONFIG_RTC_DRV_TEST is not set
+
+#
+# I2C RTC drivers
+#
+# CONFIG_RTC_DRV_DS1307 is not set
+# CONFIG_RTC_DRV_DS1374 is not set
+# CONFIG_RTC_DRV_DS1672 is not set
+# CONFIG_RTC_DRV_MAX6900 is not set
+# CONFIG_RTC_DRV_RS5C372 is not set
+# CONFIG_RTC_DRV_ISL1208 is not set
+# CONFIG_RTC_DRV_X1205 is not set
+# CONFIG_RTC_DRV_PCF8563 is not set
+# CONFIG_RTC_DRV_PCF8583 is not set
+# CONFIG_RTC_DRV_M41T80 is not set
+CONFIG_RTC_DRV_TWL4030=y
+# CONFIG_RTC_DRV_S35390A is not set
+# CONFIG_RTC_DRV_FM3130 is not set
+# CONFIG_RTC_DRV_RX8581 is not set
+
+#
+# SPI RTC drivers
+#
+# CONFIG_RTC_DRV_M41T94 is not set
+# CONFIG_RTC_DRV_DS1305 is not set
+# CONFIG_RTC_DRV_DS1390 is not set
+# CONFIG_RTC_DRV_MAX6902 is not set
+# CONFIG_RTC_DRV_R9701 is not set
+# CONFIG_RTC_DRV_RS5C348 is not set
+# CONFIG_RTC_DRV_DS3234 is not set
+
+#
+# Platform RTC drivers
+#
+# CONFIG_RTC_DRV_CMOS is not set
+# CONFIG_RTC_DRV_DS1286 is not set
+# CONFIG_RTC_DRV_DS1511 is not set
+# CONFIG_RTC_DRV_DS1553 is not set
+# CONFIG_RTC_DRV_DS1742 is not set
+# CONFIG_RTC_DRV_STK17TA8 is not set
+# CONFIG_RTC_DRV_M48T86 is not set
+# CONFIG_RTC_DRV_M48T35 is not set
+# CONFIG_RTC_DRV_M48T59 is not set
+# CONFIG_RTC_DRV_BQ4802 is not set
+# CONFIG_RTC_DRV_V3020 is not set
+
+#
+# on-CPU RTC drivers
+#
+# CONFIG_DMADEVICES is not set
+CONFIG_REGULATOR=y
+# CONFIG_REGULATOR_DEBUG is not set
+# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
+# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
+# CONFIG_REGULATOR_BQ24022 is not set
+CONFIG_REGULATOR_TWL4030=y
+# CONFIG_UIO is not set
+
+#
+# CBUS support
+#
+# CONFIG_CBUS is not set
+CONFIG_MPU_BRIDGE=m
+CONFIG_BRIDGE_MEMPOOL_SIZE=0x600000
+# CONFIG_BRIDGE_DEBUG is not set
+
+#
+# Bridge Notifications
+#
+# CONFIG_BRIDGE_NTFY_PWRERR is not set
+
+#
+# File systems
+#
+CONFIG_EXT2_FS=y
+# CONFIG_EXT2_FS_XATTR is not set
+# CONFIG_EXT2_FS_XIP is not set
+CONFIG_EXT3_FS=y
+# CONFIG_EXT3_FS_XATTR is not set
+CONFIG_EXT4_FS=m
+# CONFIG_EXT4DEV_COMPAT is not set
+CONFIG_EXT4_FS_XATTR=y
+# CONFIG_EXT4_FS_POSIX_ACL is not set
+# CONFIG_EXT4_FS_SECURITY is not set
+CONFIG_JBD=y
+# CONFIG_JBD_DEBUG is not set
+CONFIG_JBD2=m
+# CONFIG_JBD2_DEBUG is not set
+CONFIG_FS_MBCACHE=m
+# CONFIG_REISERFS_FS is not set
+# CONFIG_JFS_FS is not set
+CONFIG_FS_POSIX_ACL=y
+CONFIG_FILE_LOCKING=y
+# CONFIG_XFS_FS is not set
+# CONFIG_GFS2_FS is not set
+# CONFIG_OCFS2_FS is not set
+CONFIG_DNOTIFY=y
+CONFIG_INOTIFY=y
+CONFIG_INOTIFY_USER=y
+CONFIG_QUOTA=y
+# CONFIG_QUOTA_NETLINK_INTERFACE is not set
+CONFIG_PRINT_QUOTA_WARNING=y
+# CONFIG_QFMT_V1 is not set
+CONFIG_QFMT_V2=y
+CONFIG_QUOTACTL=y
+# CONFIG_AUTOFS_FS is not set
+# CONFIG_AUTOFS4_FS is not set
+CONFIG_FUSE_FS=m
+
+#
+# CD-ROM/DVD Filesystems
+#
+CONFIG_ISO9660_FS=m
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_UDF_FS=m
+CONFIG_UDF_NLS=y
+
+#
+# DOS/FAT/NT Filesystems
+#
+CONFIG_FAT_FS=y
+CONFIG_MSDOS_FS=y
+CONFIG_VFAT_FS=y
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
+# CONFIG_NTFS_FS is not set
+
+#
+# Pseudo filesystems
+#
+CONFIG_PROC_FS=y
+CONFIG_PROC_SYSCTL=y
+CONFIG_PROC_PAGE_MONITOR=y
+CONFIG_SYSFS=y
+CONFIG_TMPFS=y
+# CONFIG_TMPFS_POSIX_ACL is not set
+# CONFIG_HUGETLB_PAGE is not set
+# CONFIG_CONFIGFS_FS is not set
+
+#
+# Miscellaneous filesystems
+#
+# CONFIG_ADFS_FS is not set
+# CONFIG_AFFS_FS is not set
+# CONFIG_HFS_FS is not set
+# CONFIG_HFSPLUS_FS is not set
+# CONFIG_BEFS_FS is not set
+# CONFIG_BFS_FS is not set
+# CONFIG_EFS_FS is not set
+CONFIG_JFFS2_FS=y
+CONFIG_JFFS2_FS_DEBUG=0
+CONFIG_JFFS2_FS_WRITEBUFFER=y
+# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
+CONFIG_JFFS2_SUMMARY=y
+CONFIG_JFFS2_FS_XATTR=y
+CONFIG_JFFS2_FS_POSIX_ACL=y
+CONFIG_JFFS2_FS_SECURITY=y
+CONFIG_JFFS2_COMPRESSION_OPTIONS=y
+CONFIG_JFFS2_ZLIB=y
+CONFIG_JFFS2_LZO=y
+CONFIG_JFFS2_RTIME=y
+CONFIG_JFFS2_RUBIN=y
+# CONFIG_JFFS2_CMODE_NONE is not set
+# CONFIG_JFFS2_CMODE_PRIORITY is not set
+# CONFIG_JFFS2_CMODE_SIZE is not set
+CONFIG_JFFS2_CMODE_FAVOURLZO=y
+CONFIG_UBIFS_FS=y
+# CONFIG_UBIFS_FS_XATTR is not set
+# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
+CONFIG_UBIFS_FS_LZO=y
+CONFIG_UBIFS_FS_ZLIB=y
+# CONFIG_UBIFS_FS_DEBUG is not set
+# CONFIG_CRAMFS is not set
+# CONFIG_VXFS_FS is not set
+# CONFIG_MINIX_FS is not set
+# CONFIG_OMFS_FS is not set
+# CONFIG_HPFS_FS is not set
+# CONFIG_QNX4FS_FS is not set
+# CONFIG_ROMFS_FS is not set
+# CONFIG_SYSV_FS is not set
+# CONFIG_UFS_FS is not set
+CONFIG_NETWORK_FILESYSTEMS=y
+CONFIG_NFS_FS=y
+CONFIG_NFS_V3=y
+# CONFIG_NFS_V3_ACL is not set
+CONFIG_NFS_V4=y
+CONFIG_ROOT_NFS=y
+# CONFIG_NFSD is not set
+CONFIG_LOCKD=y
+CONFIG_LOCKD_V4=y
+CONFIG_NFS_COMMON=y
+CONFIG_SUNRPC=y
+CONFIG_SUNRPC_GSS=y
+# CONFIG_SUNRPC_REGISTER_V4 is not set
+CONFIG_RPCSEC_GSS_KRB5=y
+# CONFIG_RPCSEC_GSS_SPKM3 is not set
+# CONFIG_SMB_FS is not set
+# CONFIG_CIFS is not set
+# CONFIG_NCP_FS is not set
+# CONFIG_CODA_FS is not set
+# CONFIG_AFS_FS is not set
+
+#
+# Partition Types
+#
+CONFIG_PARTITION_ADVANCED=y
+# CONFIG_ACORN_PARTITION is not set
+# CONFIG_OSF_PARTITION is not set
+# CONFIG_AMIGA_PARTITION is not set
+# CONFIG_ATARI_PARTITION is not set
+# CONFIG_MAC_PARTITION is not set
+CONFIG_MSDOS_PARTITION=y
+# CONFIG_BSD_DISKLABEL is not set
+# CONFIG_MINIX_SUBPARTITION is not set
+# CONFIG_SOLARIS_X86_PARTITION is not set
+# CONFIG_UNIXWARE_DISKLABEL is not set
+# CONFIG_LDM_PARTITION is not set
+# CONFIG_SGI_PARTITION is not set
+# CONFIG_ULTRIX_PARTITION is not set
+# CONFIG_SUN_PARTITION is not set
+# CONFIG_KARMA_PARTITION is not set
+# CONFIG_EFI_PARTITION is not set
+# CONFIG_SYSV68_PARTITION is not set
+CONFIG_NLS=y
+CONFIG_NLS_DEFAULT="iso8859-1"
+CONFIG_NLS_CODEPAGE_437=y
+# CONFIG_NLS_CODEPAGE_737 is not set
+# CONFIG_NLS_CODEPAGE_775 is not set
+# CONFIG_NLS_CODEPAGE_850 is not set
+# CONFIG_NLS_CODEPAGE_852 is not set
+# CONFIG_NLS_CODEPAGE_855 is not set
+# CONFIG_NLS_CODEPAGE_857 is not set
+# CONFIG_NLS_CODEPAGE_860 is not set
+# CONFIG_NLS_CODEPAGE_861 is not set
+# CONFIG_NLS_CODEPAGE_862 is not set
+# CONFIG_NLS_CODEPAGE_863 is not set
+# CONFIG_NLS_CODEPAGE_864 is not set
+# CONFIG_NLS_CODEPAGE_865 is not set
+# CONFIG_NLS_CODEPAGE_866 is not set
+# CONFIG_NLS_CODEPAGE_869 is not set
+# CONFIG_NLS_CODEPAGE_936 is not set
+# CONFIG_NLS_CODEPAGE_950 is not set
+# CONFIG_NLS_CODEPAGE_932 is not set
+# CONFIG_NLS_CODEPAGE_949 is not set
+# CONFIG_NLS_CODEPAGE_874 is not set
+# CONFIG_NLS_ISO8859_8 is not set
+# CONFIG_NLS_CODEPAGE_1250 is not set
+# CONFIG_NLS_CODEPAGE_1251 is not set
+# CONFIG_NLS_ASCII is not set
+CONFIG_NLS_ISO8859_1=y
+# CONFIG_NLS_ISO8859_2 is not set
+# CONFIG_NLS_ISO8859_3 is not set
+# CONFIG_NLS_ISO8859_4 is not set
+# CONFIG_NLS_ISO8859_5 is not set
+# CONFIG_NLS_ISO8859_6 is not set
+# CONFIG_NLS_ISO8859_7 is not set
+# CONFIG_NLS_ISO8859_9 is not set
+# CONFIG_NLS_ISO8859_13 is not set
+# CONFIG_NLS_ISO8859_14 is not set
+# CONFIG_NLS_ISO8859_15 is not set
+# CONFIG_NLS_KOI8_R is not set
+# CONFIG_NLS_KOI8_U is not set
+# CONFIG_NLS_UTF8 is not set
+# CONFIG_DLM is not set
+
+#
+# Kernel hacking
+#
+CONFIG_PRINTK_TIME=y
+CONFIG_ENABLE_WARN_DEPRECATED=y
+CONFIG_ENABLE_MUST_CHECK=y
+CONFIG_FRAME_WARN=1024
+CONFIG_MAGIC_SYSRQ=y
+# CONFIG_UNUSED_SYMBOLS is not set
+CONFIG_DEBUG_FS=y
+# CONFIG_HEADERS_CHECK is not set
+CONFIG_DEBUG_KERNEL=y
+# CONFIG_DEBUG_SHIRQ is not set
+CONFIG_DETECT_SOFTLOCKUP=y
+# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
+CONFIG_SCHED_DEBUG=y
+CONFIG_SCHEDSTATS=y
+CONFIG_TIMER_STATS=y
+# CONFIG_DEBUG_OBJECTS is not set
+# CONFIG_DEBUG_SLAB is not set
+# CONFIG_DEBUG_RT_MUTEXES is not set
+# CONFIG_RT_MUTEX_TESTER is not set
+# CONFIG_DEBUG_SPINLOCK is not set
+CONFIG_DEBUG_MUTEXES=y
+# CONFIG_DEBUG_LOCK_ALLOC is not set
+# CONFIG_PROVE_LOCKING is not set
+# CONFIG_LOCK_STAT is not set
+# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
+# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
+# CONFIG_DEBUG_KOBJECT is not set
+# CONFIG_DEBUG_BUGVERBOSE is not set
+CONFIG_DEBUG_INFO=y
+# CONFIG_DEBUG_VM is not set
+# CONFIG_DEBUG_WRITECOUNT is not set
+# CONFIG_DEBUG_MEMORY_INIT is not set
+# CONFIG_DEBUG_LIST is not set
+# CONFIG_DEBUG_SG is not set
+CONFIG_FRAME_POINTER=y
+# CONFIG_BOOT_PRINTK_DELAY is not set
+# CONFIG_RCU_TORTURE_TEST is not set
+# CONFIG_RCU_CPU_STALL_DETECTOR is not set
+# CONFIG_BACKTRACE_SELF_TEST is not set
+# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
+# CONFIG_FAULT_INJECTION is not set
+# CONFIG_LATENCYTOP is not set
+CONFIG_HAVE_FUNCTION_TRACER=y
+
+#
+# Tracers
+#
+# CONFIG_FUNCTION_TRACER is not set
+# CONFIG_IRQSOFF_TRACER is not set
+# CONFIG_SCHED_TRACER is not set
+# CONFIG_CONTEXT_SWITCH_TRACER is not set
+# CONFIG_BOOT_TRACER is not set
+# CONFIG_STACK_TRACER is not set
+# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
+# CONFIG_SAMPLES is not set
+CONFIG_HAVE_ARCH_KGDB=y
+# CONFIG_KGDB is not set
+CONFIG_DEBUG_USER=y
+CONFIG_DEBUG_ERRORS=y
+# CONFIG_DEBUG_STACK_USAGE is not set
+# CONFIG_DEBUG_LL is not set
+
+#
+# Security options
+#
+# CONFIG_KEYS is not set
+# CONFIG_SECURITY is not set
+# CONFIG_SECURITYFS is not set
+# CONFIG_SECURITY_FILE_CAPABILITIES is not set
+CONFIG_CRYPTO=y
+
+#
+# Crypto core or helper
+#
+# CONFIG_CRYPTO_FIPS is not set
+CONFIG_CRYPTO_ALGAPI=y
+CONFIG_CRYPTO_ALGAPI2=y
+CONFIG_CRYPTO_AEAD2=y
+CONFIG_CRYPTO_BLKCIPHER=y
+CONFIG_CRYPTO_BLKCIPHER2=y
+CONFIG_CRYPTO_HASH=m
+CONFIG_CRYPTO_HASH2=y
+CONFIG_CRYPTO_RNG2=y
+CONFIG_CRYPTO_MANAGER=y
+CONFIG_CRYPTO_MANAGER2=y
+CONFIG_CRYPTO_GF128MUL=m
+CONFIG_CRYPTO_NULL=m
+CONFIG_CRYPTO_CRYPTD=m
+# CONFIG_CRYPTO_AUTHENC is not set
+CONFIG_CRYPTO_TEST=m
+
+#
+# Authenticated Encryption with Associated Data
+#
+# CONFIG_CRYPTO_CCM is not set
+# CONFIG_CRYPTO_GCM is not set
+# CONFIG_CRYPTO_SEQIV is not set
+
+#
+# Block modes
+#
+CONFIG_CRYPTO_CBC=y
+# CONFIG_CRYPTO_CTR is not set
+# CONFIG_CRYPTO_CTS is not set
+CONFIG_CRYPTO_ECB=y
+CONFIG_CRYPTO_LRW=m
+CONFIG_CRYPTO_PCBC=m
+# CONFIG_CRYPTO_XTS is not set
+
+#
+# Hash modes
+#
+CONFIG_CRYPTO_HMAC=m
+CONFIG_CRYPTO_XCBC=m
+
+#
+# Digest
+#
+CONFIG_CRYPTO_CRC32C=m
+CONFIG_CRYPTO_MD4=m
+CONFIG_CRYPTO_MD5=y
+CONFIG_CRYPTO_MICHAEL_MIC=y
+# CONFIG_CRYPTO_RMD128 is not set
+# CONFIG_CRYPTO_RMD160 is not set
+# CONFIG_CRYPTO_RMD256 is not set
+# CONFIG_CRYPTO_RMD320 is not set
+CONFIG_CRYPTO_SHA1=m
+CONFIG_CRYPTO_SHA256=m
+CONFIG_CRYPTO_SHA512=m
+CONFIG_CRYPTO_TGR192=m
+CONFIG_CRYPTO_WP512=m
+
+#
+# Ciphers
+#
+CONFIG_CRYPTO_AES=y
+CONFIG_CRYPTO_ANUBIS=m
+CONFIG_CRYPTO_ARC4=y
+CONFIG_CRYPTO_BLOWFISH=m
+CONFIG_CRYPTO_CAMELLIA=m
+CONFIG_CRYPTO_CAST5=m
+CONFIG_CRYPTO_CAST6=m
+CONFIG_CRYPTO_DES=y
+CONFIG_CRYPTO_FCRYPT=m
+CONFIG_CRYPTO_KHAZAD=m
+# CONFIG_CRYPTO_SALSA20 is not set
+# CONFIG_CRYPTO_SEED is not set
+CONFIG_CRYPTO_SERPENT=m
+CONFIG_CRYPTO_TEA=m
+CONFIG_CRYPTO_TWOFISH=m
+CONFIG_CRYPTO_TWOFISH_COMMON=m
+
+#
+# Compression
+#
+CONFIG_CRYPTO_DEFLATE=y
+CONFIG_CRYPTO_LZO=y
+
+#
+# Random Number Generation
+#
+# CONFIG_CRYPTO_ANSI_CPRNG is not set
+CONFIG_CRYPTO_HW=y
+
+#
+# Library routines
+#
+CONFIG_BITREVERSE=y
+CONFIG_CRC_CCITT=y
+CONFIG_CRC16=y
+CONFIG_CRC_T10DIF=y
+CONFIG_CRC_ITU_T=y
+CONFIG_CRC32=y
+CONFIG_CRC7=y
+CONFIG_LIBCRC32C=y
+CONFIG_ZLIB_INFLATE=y
+CONFIG_ZLIB_DEFLATE=y
+CONFIG_LZO_COMPRESS=y
+CONFIG_LZO_DECOMPRESS=y
+CONFIG_PLIST=y
+CONFIG_HAS_IOMEM=y
+CONFIG_HAS_IOPORT=y
+CONFIG_HAS_DMA=y
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index aad194f..5677e7d 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -100,3 +100,7 @@ config MACH_OMAP_ZOOM2
 config MACH_OMAP_4430SDP
 	bool "OMAP 4430 SDP board"
 	depends on ARCH_OMAP4
+
+config MACH_IGEP0020
+	bool "IGEP v2.x board"
+	depends on ARCH_OMAP3 && ARCH_OMAP34XX
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 8cb1677..55706e1 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -77,6 +77,10 @@ obj-$(CONFIG_MACH_OMAP_ZOOM2)		+= board-zoom2.o \
 
 obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o
 
+obj-$(CONFIG_MACH_IGEP0020)		+= board-igep0020.o \
+					   board-igep0020-flash.o \
+					   mmc-twl4030.o
+
 # Platform specific device init code
 obj-y					+= usb-musb.o
 obj-$(CONFIG_MACH_OMAP2_TUSB6010)	+= usb-tusb6010.o
diff --git a/arch/arm/mach-omap2/board-igep0020-flash.c b/arch/arm/mach-omap2/board-igep0020-flash.c
new file mode 100644
index 0000000..248eb5d
--- /dev/null
+++ b/arch/arm/mach-omap2/board-igep0020-flash.c
@@ -0,0 +1,139 @@
+/*
+ * linux/arch/arm/mach-omap2/board-igep0020-flash.c
+ *
+ * Copyright (C) 2009 Integration Software and Electronics Engineering
+ *
+ * Modified from linux/arch/arm/mach-omap2/board-omap3evm-flash.c
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#include <linux/kernel.h>
+#include <linux/platform_device.h>
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/partitions.h>
+#include <linux/mtd/onenand_regs.h>
+#include <linux/types.h>
+#include <linux/io.h>
+
+#include <mach/board-igep0020.h>
+#include <mach/board.h>
+#include <mach/gpmc.h>
+#include <mach/onenand.h>
+
+#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
+         defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
+
+/* NAND04GR4E1A ( x2 Flash built-in COMBO POP MEMORY )
+ * Since the device is equipped with two DataRAMs, and two-plane NAND
+ * Flash memory array, these two component enables simultaneous program
+ * of 4KiB. Plane1 has only even blocks such as block0, block2, block4
+ * while Plane2 has only odd blocks such as block1, block3, block5.
+ * So MTD regards it as 4KiB page size and 256KiB block size 64*(2*2048)
+ */
+
+static struct mtd_partition igep2_onenand_partitions[] = {
+	{
+		.name           = "X-Loader",
+		.offset         = 0,
+		.size           = 2 * (64*(2*2048))
+	},
+	{
+		.name           = "U-Boot",
+		.offset         = MTDPART_OFS_APPEND,
+		.size           = 6 * (64*(2*2048)),
+	},
+	{
+		.name           = "U-Boot Env",
+		.offset         = MTDPART_OFS_APPEND,
+		.size           = 2 * (64*(2*2048)),
+	},
+	{
+		.name           = "Kernel",
+		.offset         = MTDPART_OFS_APPEND,
+		.size           = 12 * (64*(2*2048)),
+	},
+	{
+		.name           = "File System",
+		.offset         = MTDPART_OFS_APPEND,
+		.size           = MTDPART_SIZ_FULL,
+	},
+};
+
+static int igep2_onenand_setup(void __iomem *onenand_base, int freq)
+{
+       /* nothing is required to be setup for onenand as of now */
+       return 0;
+}
+
+static struct omap_onenand_platform_data igep2_onenand_data = {
+	.parts = igep2_onenand_partitions,
+	.nr_parts = ARRAY_SIZE(igep2_onenand_partitions),
+	.onenand_setup = igep2_onenand_setup,
+	.dma_channel	= -1,	/* disable DMA in OMAP OneNAND driver */
+};
+
+static struct platform_device igep2_onenand_device = {
+	.name		= "omap2-onenand",
+	.id		= -1,
+	.dev = {
+		.platform_data = &igep2_onenand_data,
+	},
+};
+
+void __init igep2_flash_init(void)
+{
+	u8		cs = 0;
+	u8		onenandcs = GPMC_CS_NUM + 1;
+
+	while (cs < GPMC_CS_NUM) {
+		u32 ret = 0;
+		ret = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG1);
+
+		/*
+		* xloader/Uboot would have programmed the NAND/oneNAND
+		* base address for us This is a ugly hack. The proper
+		* way of doing this is to pass the setup of u-boot up
+		* to kernel using kernel params - something on the
+		* lines of machineID. Check if NAND/oneNAND is configured
+		*/
+		if ((ret & 0xC00) == 0x800) {
+			/* NAND found */
+		} else {
+			ret = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG7);
+			if ((ret & 0x3F) == (ONENAND_MAP >> 24))
+				/* ONENAND found */
+				onenandcs = cs;
+		}
+		cs++;
+	}
+	if ( (onenandcs > GPMC_CS_NUM)) {
+		printk(KERN_INFO "OneNAND: Unable to find configuration "
+				" in GPMC\n ");
+		return;
+	}
+
+	if (onenandcs < GPMC_CS_NUM) {
+		igep2_onenand_data.cs = onenandcs;
+		if (platform_device_register(&igep2_onenand_device) < 0)
+			printk(KERN_ERR "Unable to register OneNAND device\n");
+	}
+}
+
+#else
+
+void __init igep2_flash_init(void) {}
+
+#endif
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c
new file mode 100644
index 0000000..ff85705
--- /dev/null
+++ b/arch/arm/mach-omap2/board-igep0020.c
@@ -0,0 +1,568 @@
+/*
+ * linux/arch/arm/mach-omap2/board-igep0020.c
+ *
+ * Copyright (C) 2009 Integration Software and Electronics Engineering
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#include <linux/kernel.h>
+#include <linux/init.h>
+#include <linux/platform_device.h>
+#include <linux/delay.h>
+#include <linux/err.h>
+#include <linux/clk.h>
+#include <linux/io.h>
+#include <linux/leds.h>
+#include <linux/gpio.h>
+#include <linux/input.h>
+#include <linux/gpio_keys.h>
+
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/partitions.h>
+#include <linux/mtd/nand.h>
+#include <linux/spi/spi.h>
+
+#include <linux/regulator/machine.h>
+#include <linux/i2c/twl4030.h>
+
+#include <mach/hardware.h>
+#include <asm/mach-types.h>
+#include <asm/mach/arch.h>
+#include <asm/mach/map.h>
+#include <asm/mach/flash.h>
+
+#include <mach/board-igep0020.h>
+#include <mach/board.h>
+#include <mach/usb.h>
+#include <mach/common.h>
+#include <mach/gpmc.h>
+#include <mach/nand.h>
+#include <mach/mcspi.h>
+#include <mach/mux.h>
+
+/* #include "sdram-micron-mt46h32m32lf-6.h" */
+/* #include "twl4030-generic-scripts.h" */
+#include "mmc-twl4030.h"
+
+#define GPMC_CS0_BASE  0x60
+#define GPMC_CS_SIZE   0x30
+/*
+#define IGEP2_SMSC911X_CS	5
+#define IGEP2_SMSC911X_GPIO	176
+
+#define IGEP2_GPIO_WIFI_NPD 	94
+#define IGEP2_GPIO_WIFI_NRESET 	95
+
+#define IGEP2_GPIO_LED_GREEN 	26
+#define IGEP2_GPIO_LED_RED 	27
+
+#define IGEP2_GPIO_EXT_PHY_USB	24
+
+#define IGEP2_THS14F0X_CS	6
+#define IGEP2_THS14F0X_GPIO	100
+*/
+#define NAND_BLOCK_SIZE		SZ_128K
+
+#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
+
+#include <linux/smsc911x.h>
+
+static struct resource igep2_smsc911x_resources[] = {
+	[0] = {
+		.name	= "smsc911x-memory",
+		.flags	= IORESOURCE_MEM,
+	},
+	[1] = {
+		.flags	= IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
+	},
+};
+
+static struct smsc911x_platform_config igep2_smsc911x_config = {
+	.irq_polarity	= SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
+	.irq_type	= SMSC911X_IRQ_TYPE_OPEN_DRAIN,
+	.flags		= SMSC911X_USE_32BIT,
+	.phy_interface	= PHY_INTERFACE_MODE_MII,
+};
+
+static struct platform_device igep2_smsc911x_device = {
+	.name		= "smsc911x",
+	.id		= -1,
+	.num_resources	= ARRAY_SIZE(igep2_smsc911x_resources),
+	.resource	= igep2_smsc911x_resources,
+	.dev		= {
+		.platform_data = &igep2_smsc911x_config,
+	},
+};
+
+#include <linux/ctype.h>
+
+static void __init parse_mac_addr(char *macstr)
+{
+	int i, j;
+	unsigned char result, value;
+
+	for (i = 0; i < 6; i++) {
+		result = 0;
+
+		if (i != 5 && *(macstr + 2) != ':')
+			return;
+
+		for (j = 0; j < 2; j++) {
+			if (isxdigit(*macstr)
+			    && (value =
+				isdigit(*macstr) ? *macstr -
+				'0' : toupper(*macstr) - 'A' + 10) < 16) {
+				result = result * 16 + value;
+				macstr++;
+			} else
+				return;
+		}
+
+		macstr++;
+		igep2_smsc911x_config.mac[i] = result;
+	}
+	igep2_smsc911x_config.flags |= SMSC911X_PASS_MAC_ADDRESS;
+}
+static int __init setup_igep_mac(char *s)
+{
+	printk(KERN_INFO "IGEPv2 mac = %s\n", s);
+	parse_mac_addr(s);
+	return 0;
+}
+
+__setup("igep_mac=", setup_igep_mac);
+
+static inline void __init igep2_init_smsc911x(void)
+{
+	unsigned long cs_mem_base;
+
+	if (gpmc_cs_request(IGEP2_SMSC911X_CS, SZ_16M, &cs_mem_base) < 0) {
+		printk(KERN_ERR "Failed request for GPMC mem for smsc911x\n");
+		return;
+	}
+
+	igep2_smsc911x_resources[0].start = cs_mem_base + 0x0;
+	igep2_smsc911x_resources[0].end   = cs_mem_base + 0xff;
+	if ((gpio_request(IGEP2_SMSC911X_GPIO, "SMSC911X IRQ") == 0) &&
+	    (gpio_direction_input(IGEP2_SMSC911X_GPIO) == 0)) {
+		gpio_export(IGEP2_SMSC911X_GPIO, 0);
+	} else {
+		printk(KERN_ERR "could not obtain gpio for SMSC911X IRQ\n");
+		return;
+	}
+
+	igep2_smsc911x_resources[1].start = OMAP_GPIO_IRQ(IGEP2_SMSC911X_GPIO);
+	igep2_smsc911x_resources[1].end	  = 0;
+
+	platform_device_register(&igep2_smsc911x_device);
+}
+#else
+static inline void __init igep2_init_smsc911x(void) { return; }
+#endif
+
+#if 0 /* defined(CONFIG_LIBERTAS_SPI) || defined(CONFIG_LIBERTAS_SPI_MODULE) */
+
+#include <linux/spi/libertas_spi.h>
+
+#define IGEP2_LIBERTAS_GPIO 134
+#define IGEP2_LIBERTAS_CS   135
+
+static int igep2_libertas_setup(struct spi_device *spi)
+{
+	spi->bits_per_word = 16;
+	spi_setup(spi);
+
+	return 0;
+}
+
+static int igep2_libertas_teardown(struct spi_device *spi)
+{
+	return 0;
+}
+
+struct libertas_spi_platform_data igep2_libertas_data = {
+	.use_dummy_writes	= 1,
+	.gpio_cs		= IGEP2_LIBERTAS_CS,
+	.setup			= igep2_libertas_setup,
+	.teardown		= igep2_libertas_teardown,
+};
+#endif
+
+static struct spi_board_info igep2_spi_board_info[] __initdata = {
+        {
+                .modalias               = "spidev",
+                .bus_num                = 1,
+                .chip_select            = 3,
+                .max_speed_hz           = 20000000,
+                .mode                   = SPI_MODE_2,
+        },
+        {
+                .modalias               = "spidev",
+                .bus_num                = 2,
+                .chip_select            = 0,
+                .max_speed_hz           = 20000000,
+                .mode                   = SPI_MODE_2,
+        },
+#if 0 /* defined(CONFIG_LIBERTAS_SPI) || defined(CONFIG_LIBERTAS_SPI_MODULE) */
+	{
+		.modalias		= "libertas_spi",
+		.bus_num		= 3,
+		.chip_select 		= 0,
+		.max_speed_hz		= 13000000,
+		.mode			= SPI_MODE_0,
+		.irq			= OMAP_GPIO_IRQ(IGEP2_LIBERTAS_GPIO),
+		.platform_data		= &igep2_libertas_data,
+	},
+#endif
+};
+#if 0
+static struct mtd_partition igep2_nand_partitions[] = {
+	/* All the partition sizes are listed in terms of NAND block size */
+	{
+		.name		= "X-Loader",
+		.offset		= 0,
+		.size		= 4 * NAND_BLOCK_SIZE,
+		.mask_flags	= MTD_WRITEABLE,	/* force read-only */
+	},
+	{
+		.name		= "U-Boot",
+		.offset		= MTDPART_OFS_APPEND,	/* Offset = 0x80000 */
+		.size		= 15 * NAND_BLOCK_SIZE,
+		.mask_flags	= MTD_WRITEABLE,	/* force read-only */
+	},
+	{
+		.name		= "U-Boot Env",
+		.offset		= MTDPART_OFS_APPEND,	/* Offset = 0x260000 */
+		.size		= 1 * NAND_BLOCK_SIZE,
+	},
+	{
+		.name		= "Kernel",
+		.offset		= MTDPART_OFS_APPEND,	/* Offset = 0x280000 */
+		.size		= 32 * NAND_BLOCK_SIZE,
+	},
+	{
+		.name		= "File System",
+		.offset		= MTDPART_OFS_APPEND,	/* Offset = 0x680000 */
+		.size		= MTDPART_SIZ_FULL,
+	},
+};
+
+static struct omap_nand_platform_data igep2_nand_data = {
+	.options	= NAND_BUSWIDTH_16,
+	.parts		= igep2_nand_partitions,
+	.nr_parts	= ARRAY_SIZE(igep2_nand_partitions),
+	.dma_channel	= -1,		/* disable DMA in OMAP NAND driver */
+	.nand_setup	= NULL,
+	.dev_ready	= NULL,
+};
+
+static struct resource igep2_nand_resource = {
+	.flags		= IORESOURCE_MEM,
+};
+
+static struct platform_device igep2_nand_device = {
+	.name	= "omap2-nand",
+	.id		= -1,
+	.dev	= {
+		.platform_data	= &igep2_nand_data,
+	},
+	.num_resources	= 1,
+	.resource	= &igep2_nand_resource,
+};
+
+static struct omap_uart_config igep2_uart_config __initdata = {
+	.enabled_uarts	= ((1 << 0) | (1 << 1) | (1 << 2)),
+};
+#endif
+
+static struct twl4030_usb_data igep2_twl4030_usb_data = {
+	.usb_mode	= T2_USB_MODE_ULPI,
+};
+
+static struct twl4030_hsmmc_info mmc[] = {
+	{
+		.mmc		= 1,
+		.wires		= 4,
+		.gpio_cd	= -EINVAL,
+		.gpio_wp	= -EINVAL,
+	},
+	{
+		.mmc		= 2,
+		.wires		= 4,
+		.gpio_cd	= -EINVAL,
+		.gpio_wp	= -EINVAL,
+	},
+	{}	/* Terminator */
+};
+
+static int igep2_twl_gpio_setup(struct device *dev,
+		unsigned gpio, unsigned ngpio)
+{
+	twl4030_mmc_init(mmc);
+
+	/* REVISIT: need ehci-omap hooks for external VBUS
+	 * power switch and overcurrent detect
+	 */
+#if 0
+	gpio_request(gpio + 1, "EHCI_nOC");
+	gpio_direction_input(gpio + 1);
+
+	/* TWL4030_GPIO_MAX + 0 == ledA, EHCI nEN_USB_PWR (out, active low) */
+	gpio_request(gpio + TWL4030_GPIO_MAX, "nEN_USB_PWR");
+	gpio_direction_output(gpio + TWL4030_GPIO_MAX, 1);
+
+	/* TWL4030_GPIO_MAX + 1 == ledB, PMU_STAT (out, active low LED) */
+	/* gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1; */
+#endif
+	return 0;
+}
+
+static struct twl4030_gpio_platform_data igep2_twl4030_gpio_data = {
+	.gpio_base	= OMAP_MAX_GPIO_LINES,
+	.irq_base	= TWL4030_GPIO_IRQ_BASE,
+	.irq_end	= TWL4030_GPIO_IRQ_END,
+	.setup		= igep2_twl_gpio_setup,
+	.use_leds	= false,
+	.pullups	= BIT(1),
+	.pulldowns	= BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13)
+				| BIT(15) | BIT(16) | BIT(17),
+};
+
+/* VMMC1 for MMC1 pins CMD, CLK, DAT0..DAT3 (20 mA, plus card == max 220 mA) */
+static struct regulator_init_data igep2_vmmc1 = {
+	.constraints = {
+		.valid_modes_mask = REGULATOR_MODE_NORMAL
+				| REGULATOR_MODE_STANDBY,
+		.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
+				| REGULATOR_CHANGE_MODE
+				| REGULATOR_CHANGE_STATUS,
+	},
+};
+
+static struct twl4030_platform_data igep2_twldata = {
+	.irq_base	= TWL4030_IRQ_BASE,
+	.irq_end	= TWL4030_IRQ_END,
+	.usb		= &igep2_twl4030_usb_data,
+	.gpio		= &igep2_twl4030_gpio_data,
+#if 0
+	.power		= GENERIC3430_T2SCRIPTS_DATA,
+#endif
+	.vmmc1		= &igep2_vmmc1,
+};
+
+static struct i2c_board_info __initdata igep2_i2c_boardinfo[] = {
+	{
+		I2C_BOARD_INFO("twl4030", 0x48),
+		.flags = I2C_CLIENT_WAKE,
+		.irq = INT_34XX_SYS_NIRQ,
+		.platform_data = &igep2_twldata,
+	},
+};
+
+static int __init igep2_i2c_init(void)
+{
+	omap_register_i2c_bus(1, 2600, igep2_i2c_boardinfo,
+			ARRAY_SIZE(igep2_i2c_boardinfo));
+	/* Bus 3 is attached to the DVI port where devices like the pico DLP
+	 * projector don't work reliably with 400kHz */
+	omap_register_i2c_bus(3, 100, NULL, 0);
+	return 0;
+}
+
+static void __init igep2_init_irq(void)
+{
+/* 	omap2_init_common_hw(mt46h32m32lf6_sdrc_params,  */
+/* 			     mt46h32m32lf6_sdrc_params); */
+	omap2_init_common_hw(NULL, NULL);
+	omap_init_irq();
+	omap_gpio_init();
+}
+
+#if 0
+/* DSS */
+static int igep2_enable_dvi(struct omap_display *display)
+{
+       if (display->hw_config.panel_reset_gpio != -1)
+               gpio_direction_output(display->hw_config.panel_reset_gpio, 1);
+
+       return 0;
+}
+
+static void igep2_disable_dvi(struct omap_display *display)
+{
+       if (display->hw_config.panel_reset_gpio != -1)
+               gpio_direction_output(display->hw_config.panel_reset_gpio, 0);
+}
+
+static struct omap_dss_display_config igep2_display_data_dvi = {
+       .type = OMAP_DISPLAY_TYPE_DPI,
+       .name = "dvi",
+       .panel_name = "panel-generic",
+       .u.dpi.data_lines = 24,
+       .panel_reset_gpio = 170,
+       .panel_enable = igep2_enable_dvi,
+       .panel_disable = igep2_disable_dvi,
+};
+
+static struct omap_dss_board_info igep2_dss_data = {
+       .num_displays = 1,
+       .displays = {
+               &igep2_display_data_dvi,
+       }
+};
+
+static struct platform_device igep2_dss_device = {
+       .name          = "omapdss",
+       .id            = -1,
+       .dev            = {
+               .platform_data = &igep2_dss_data,
+       },
+};
+
+static void __init igep2_display_init(void)
+{
+       int r;
+
+       r = gpio_request(igep2_display_data_dvi.panel_reset_gpio, "DVI reset");
+       if (r < 0)
+               printk(KERN_ERR "Unable to get DVI reset GPIO\n");
+}
+
+static struct omap_board_config_kernel igep2_config[] __initdata = {
+	{ OMAP_TAG_UART,	&igep2_uart_config },
+};
+
+static struct platform_device *igep2_devices[] __initdata = {
+	&igep2_dss_device,
+};
+#endif
+
+#if 0
+static void __init igep2_flash_init(void)
+{
+	u8 cs = 0;
+	u8 nandcs = GPMC_CS_NUM + 1;
+
+	u32 gpmc_base_add = OMAP34XX_GPMC_VIRT;
+
+	/* find out the chip-select on which NAND exists */
+	while (cs < GPMC_CS_NUM) {
+		u32 ret = 0;
+		ret = gpmc_cs_read_reg(cs, GPMC_CS_CONFIG1);
+
+		if ((ret & 0xC00) == 0x800) {
+			printk(KERN_INFO "Found NAND on CS%d\n", cs);
+			if (nandcs > GPMC_CS_NUM)
+				nandcs = cs;
+		}
+		cs++;
+	}
+
+	if (nandcs > GPMC_CS_NUM) {
+		printk(KERN_INFO "NAND: Unable to find configuration "
+				 "in GPMC\n ");
+		return;
+	}
+
+	if (nandcs < GPMC_CS_NUM) {
+		igep2_nand_data.cs = nandcs;
+		igep2_nand_data.gpmc_cs_baseaddr = (void *)
+			(gpmc_base_add + GPMC_CS0_BASE + nandcs * GPMC_CS_SIZE);
+		igep2_nand_data.gpmc_baseaddr = (void *) (gpmc_base_add);
+
+		printk(KERN_INFO "Registering NAND on CS%d\n", nandcs);
+		if (platform_device_register(&igep2_nand_device) < 0)
+			printk(KERN_ERR "Unable to register NAND device\n");
+	}
+}
+#endif
+
+static void __init igep2_init(void)
+{
+	igep2_i2c_init();
+#if 0
+	platform_add_devices(igep2_devices, ARRAY_SIZE(igep2_devices));
+	omap_board_config = igep2_config;
+	omap_board_config_size = ARRAY_SIZE(igep2_config);
+#endif
+
+	spi_register_board_info(igep2_spi_board_info, ARRAY_SIZE(igep2_spi_board_info));
+
+	omap_serial_init();
+	omap_cfg_reg(J25_34XX_GPIO170);
+
+	usb_musb_init();
+
+	igep2_flash_init();
+
+#if 0
+	igep2_display_init();
+#endif
+
+	igep2_init_smsc911x();
+
+	/* GPIO userspace leds (green & red) */
+	if ((gpio_request(IGEP2_GPIO_LED_GREEN, "GPIO_LED_GREEN") == 0) && (gpio_direction_output(IGEP2_GPIO_LED_GREEN, 1) == 0)) {
+		gpio_export(IGEP2_GPIO_LED_GREEN, 1);
+	} else {
+		printk(KERN_ERR "could not obtain gpio for " "GPIO_LED_GREEN\n");
+	}
+	if ((gpio_request(IGEP2_GPIO_LED_RED, "GPIO_LED_RED") == 0) && (gpio_direction_output(IGEP2_GPIO_LED_RED, 1) == 0)) {
+		gpio_export(IGEP2_GPIO_LED_RED, 1);
+	} else {
+		printk(KERN_ERR "could not obtain gpio for " "GPIO_LED_RED\n");
+	}
+
+	/* GPIO W-LAN + Bluetooth combo module */
+	if ((gpio_request(IGEP2_GPIO_WIFI_NPD, "GPIO_WIFI_NPD") == 0) && (gpio_direction_output(IGEP2_GPIO_WIFI_NPD, 1) == 0)) {
+		if (gpio_export(IGEP2_GPIO_WIFI_NPD, false))
+			printk(KERN_ERR "could not export gpio for" "GPIO_WIFI_NPD\n");
+	} else {
+		printk(KERN_ERR "could not obtain gpio for" "GPIO_WIFI_NPD\n");
+	}
+	if ((gpio_request(IGEP2_GPIO_WIFI_NRESET, "GPIO_WIFI_NRESET") == 0) && (gpio_direction_output(IGEP2_GPIO_WIFI_NRESET, 1) == 0)) {
+		if (gpio_export(IGEP2_GPIO_WIFI_NRESET, false))
+			printk(KERN_ERR "could not export gpio for " "GPIO_WIFI_NRESET\n");
+		gpio_set_value(IGEP2_GPIO_WIFI_NRESET, 0);
+		udelay(10);
+		gpio_set_value(IGEP2_GPIO_WIFI_NRESET, 1);
+	} else {
+		printk(KERN_ERR "could not obtain gpio for " "GPIO_WIFI_NRESET\n");
+	}
+
+	/* GPIO USB host reset */
+    if ((gpio_request(IGEP2_GPIO_EXT_PHY_USB, "GPIO_EXT_PHY_USB") == 0) && (gpio_direction_output(IGEP2_GPIO_EXT_PHY_USB, 1) == 0)) {
+    	gpio_export(IGEP2_GPIO_EXT_PHY_USB, 1);
+    } else {
+        printk(KERN_ERR "could not obtain gpio for " "GPIO_EXT_PHY_USB\n");
+    }
+}
+
+static void __init igep2_map_io(void)
+{
+	omap2_set_globals_343x();
+	omap2_map_common_io();
+}
+
+MACHINE_START(IGEP0020, "IGEP v2.x board")
+	.phys_io	= 0x48000000,
+	.io_pg_offst	= ((0xd8000000) >> 18) & 0xfffc,
+	.boot_params	= 0x80000100,
+	.map_io		= igep2_map_io,
+	.init_irq	= igep2_init_irq,
+	.init_machine	= igep2_init,
+	.timer		= &omap_timer,
+MACHINE_END
diff --git a/arch/arm/plat-omap/include/mach/board-igep0020.h b/arch/arm/plat-omap/include/mach/board-igep0020.h
new file mode 100644
index 0000000..f83f746
--- /dev/null
+++ b/arch/arm/plat-omap/include/mach/board-igep0020.h
@@ -0,0 +1,43 @@
+/*
+ * arch/arm/plat-omap/include/mach/board-igep0020.h
+ *
+ * Copyright (C) 2009 Integration Software and Electronics Engineering
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#ifndef __ASM_ARCH_IGEP0020_H
+#define __ASM_ARCH_IGEP0020_H
+
+extern void igep2_flash_init(void);
+
+#define ONENAND_MAP		0x20000000
+
+#define IGEP2_SMSC911X_CS	5
+#define IGEP2_SMSC911X_GPIO	176
+
+#define IGEP2_GPIO_WIFI_NPD 	94
+#define IGEP2_GPIO_WIFI_NRESET 	95
+
+#define IGEP2_GPIO_LED_GREEN 	26
+#define IGEP2_GPIO_LED_RED 	27
+
+#define IGEP2_GPIO_EXT_PHY_USB	24
+
+#define IGEP2_THS14F0X_CS	6
+#define IGEP2_THS14F0X_GPIO	100
+
+#endif /* __ASM_ARCH_IGEP0020_H */
+
diff --git a/drivers/net/smsc911x.c b/drivers/net/smsc911x.c
index f9cdcbc..35aaff0 100644
--- a/drivers/net/smsc911x.c
+++ b/drivers/net/smsc911x.c
@@ -265,7 +265,7 @@ static u32 smsc911x_mac_read(struct smsc911x_data *pdata, unsigned int offset)
 	if (likely(smsc911x_mac_complete(pdata) == 0))
 		return smsc911x_reg_read(pdata, MAC_CSR_DATA);
 
-	SMSC_WARNING(HW, "MAC busy after read");
+	printk("mac busy after read\n");
 	return 0xFFFFFFFF;
 }
 
@@ -1895,6 +1895,9 @@ static int __devinit smsc911x_init(struct net_device *dev)
 	if (pdata->config.flags & SMSC911X_SAVE_MAC_ADDRESS)
 		smsc911x_read_mac_address(dev);
 
+	if (pdata->config.flags & SMSC911X_PASS_MAC_ADDRESS)
+		memcpy(dev->dev_addr, pdata->config.mac, ETH_ALEN);
+
 	/* Reset the LAN911x */
 	if (smsc911x_soft_reset(pdata))
 		return -ENODEV;
diff --git a/include/linux/smsc911x.h b/include/linux/smsc911x.h
index 5241e4f..e2ef270 100644
--- a/include/linux/smsc911x.h
+++ b/include/linux/smsc911x.h
@@ -30,6 +30,7 @@ struct smsc911x_platform_config {
 	unsigned int irq_type;
 	unsigned int flags;
 	phy_interface_t phy_interface;
+	char mac[6];
 };
 
 /* Constants for platform_device irq polarity configuration */
@@ -46,6 +47,7 @@ struct smsc911x_platform_config {
 #define SMSC911X_FORCE_INTERNAL_PHY		(BIT(2))
 #define SMSC911X_FORCE_EXTERNAL_PHY 		(BIT(3))
 #define SMSC911X_SAVE_MAC_ADDRESS		(BIT(4))
+#define SMSC911X_PASS_MAC_ADDRESS		(BIT(6))
 
 /*
  * SMSC911X_SWAP_FIFO:
diff --git a/kernel/printk.c b/kernel/printk.c
index f38b07f..0caa5b0 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -714,7 +714,6 @@ asmlinkage int vprintk(const char *fmt, va_list args)
 	printed_len += vscnprintf(printk_buf + printed_len,
 				  sizeof(printk_buf) - printed_len, fmt, args);
 
-
 	p = printk_buf;
 
 	/* Do we have a loglevel in the string? */
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index 653a362..23b22d9 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -99,3 +99,10 @@ config SND_OMAP_SOC_ZOOM2
 	help
 	  Say Y if you want to add support for Soc audio on Zoom2 board.
 
+config SND_OMAP_SOC_IGEP0020
+        tristate "SoC Audio support for IGEP v2.x"
+        depends on SND_OMAP_SOC && MACH_IGEP0020
+        select SND_OMAP_SOC_MCBSP
+        select SND_SOC_TWL4030
+        help
+          Say Y if you want to add support for SoC audio on the IGEP v2.x.
diff --git a/sound/soc/omap/Makefile b/sound/soc/omap/Makefile
index 02d6947..d4ed23a 100644
--- a/sound/soc/omap/Makefile
+++ b/sound/soc/omap/Makefile
@@ -16,6 +16,7 @@ snd-soc-sdp3430-objs := sdp3430.o
 snd-soc-omap3pandora-objs := omap3pandora.o
 snd-soc-omap3beagle-objs := omap3beagle.o
 snd-soc-zoom2-objs := zoom2.o
+snd-soc-igep0020-objs := igep0020.o
 
 obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o
 obj-$(CONFIG_SND_OMAP_SOC_AMS_DELTA) += snd-soc-ams-delta.o
@@ -27,3 +28,4 @@ obj-$(CONFIG_SND_OMAP_SOC_SDP3430) += snd-soc-sdp3430.o
 obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA) += snd-soc-omap3pandora.o
 obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE) += snd-soc-omap3beagle.o
 obj-$(CONFIG_SND_OMAP_SOC_ZOOM2) += snd-soc-zoom2.o
+obj-$(CONFIG_SND_OMAP_SOC_IGEP0020) += snd-soc-igep0020.o
diff --git a/sound/soc/omap/igep0020.c b/sound/soc/omap/igep0020.c
new file mode 100644
index 0000000..42b0441
--- /dev/null
+++ b/sound/soc/omap/igep0020.c
@@ -0,0 +1,151 @@
+/*
+ * igep0020.c  --  SoC audio for IGEP v2.x
+ *
+ * Based on sound/soc/omap/beagle.c by Steve Sakoman
+ *
+ * Copyright (C) 2009 Integration Software and Electronics Engineering
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ */
+
+#include <linux/clk.h>
+#include <linux/platform_device.h>
+#include <sound/core.h>
+#include <sound/pcm.h>
+#include <sound/soc.h>
+#include <sound/soc-dapm.h>
+
+#include <asm/mach-types.h>
+#include <mach/hardware.h>
+#include <mach/gpio.h>
+#include <mach/mcbsp.h>
+
+#include "omap-mcbsp.h"
+#include "omap-pcm.h"
+#include "../codecs/twl4030.h"
+
+static int igep_hw_params(struct snd_pcm_substream *substream,
+	struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;
+	struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;
+	int ret;
+
+	/* Set codec DAI configuration */
+	ret = snd_soc_dai_set_fmt(codec_dai,
+				  SND_SOC_DAIFMT_I2S |
+				  SND_SOC_DAIFMT_NB_NF |
+				  SND_SOC_DAIFMT_CBM_CFM);
+	if (ret < 0) {
+		printk(KERN_ERR "can't set codec DAI configuration\n");
+		return ret;
+	}
+
+	/* Set cpu DAI configuration */
+	ret = snd_soc_dai_set_fmt(cpu_dai,
+				  SND_SOC_DAIFMT_I2S |
+				  SND_SOC_DAIFMT_NB_NF |
+				  SND_SOC_DAIFMT_CBM_CFM);
+	if (ret < 0) {
+		printk(KERN_ERR "can't set cpu DAI configuration\n");
+		return ret;
+	}
+
+	/* Set the codec system clock for DAC and ADC */
+	ret = snd_soc_dai_set_sysclk(codec_dai, 0, 26000000,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		printk(KERN_ERR "can't set codec system clock\n");
+		return ret;
+	}
+
+	return 0;
+}
+
+static struct snd_soc_ops igep_ops = {
+	.hw_params = igep_hw_params,
+};
+
+/* Digital audio interface glue - connects codec <--> CPU */
+static struct snd_soc_dai_link igep_dai = {
+	.name = "TWL4030",
+	.stream_name = "TWL4030",
+	.cpu_dai = &omap_mcbsp_dai[0],
+	.codec_dai = &twl4030_dai[TWL4030_DAI_HIFI],
+	.ops = &igep_ops,
+};
+
+/* Audio machine driver */
+static struct snd_soc_card snd_soc_machine_igep = {
+	.name = "igep",
+	.platform = &omap_soc_platform,
+	.dai_link = &igep_dai,
+	.num_links = 1,
+};
+
+/* Audio subsystem */
+static struct snd_soc_device igep_snd_devdata = {
+	.card = &snd_soc_machine_igep,
+	.codec_dev = &soc_codec_dev_twl4030,
+};
+
+static struct platform_device *igep_snd_device;
+
+static int __init igep_soc_init(void)
+{
+	int ret;
+
+	if (!machine_is_igep0020()) {
+		pr_debug("Not IGEP v2.x!\n");
+		return -ENODEV;
+	}
+	pr_info("IGEP v2.x SoC init\n");
+
+	igep_snd_device = platform_device_alloc("soc-audio", -1);
+	if (!igep_snd_device) {
+		printk(KERN_ERR "Platform device allocation failed\n");
+		return -ENOMEM;
+	}
+
+	platform_set_drvdata(igep_snd_device, &igep_snd_devdata);
+	igep_snd_devdata.dev = &igep_snd_device->dev;
+	*(unsigned int *)igep_dai.cpu_dai->private_data = 1; /* McBSP2 */
+
+	ret = platform_device_add(igep_snd_device);
+	if (ret)
+		goto err1;
+
+	return 0;
+
+err1:
+	printk(KERN_ERR "Unable to add platform device\n");
+	platform_device_put(igep_snd_device);
+
+	return ret;
+}
+
+static void __exit igep_soc_exit(void)
+{
+	platform_device_unregister(igep_snd_device);
+}
+
+module_init(igep_soc_init);
+module_exit(igep_soc_exit);
+
+MODULE_AUTHOR("Integration Software and Electronics Engineering");
+MODULE_DESCRIPTION("ALSA SoC for IGEP v2.x");
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 18:53                   ` Felipe Brandão Cavalcanti
  2010-02-11 19:20                     ` Gilles Chanteperdrix
@ 2010-02-11 19:38                     ` Gilles Chanteperdrix
  2010-02-11 20:15                       ` Felipe Brandão Cavalcanti
  1 sibling, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 19:38 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> Sending the boot log and the xeno-test output as attachments.
>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
>>
>> Definitely not OK. We do not want this unprecise clockevent source.
>> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
>>
>>
> This is very interesting - this option doesnt seem to be set in my current
> kernel config. Ive attached my .config.

Selecting GPTIMER 1 should work. But if you get lockups or thing like
that, please try with a vanilla 2.6.30 to see if you get them.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 19:38                     ` Gilles Chanteperdrix
@ 2010-02-11 20:15                       ` Felipe Brandão Cavalcanti
  2010-02-11 21:00                         ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 20:15 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 2447 bytes --]

2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> >
> >> Felipe Brandão Cavalcanti wrote:
> >>> Sending the boot log and the xeno-test output as attachments.
> >> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
> >>
> >> Definitely not OK. We do not want this unprecise clockevent source.
> >> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
> >>
> >>
> > This is very interesting - this option doesnt seem to be set in my
> current
> > kernel config. Ive attached my .config.
>
> Selecting GPTIMER 1 should work. But if you get lockups or thing like
> that, please try with a vanilla 2.6.30 to see if you get them.
>
>
Great - changing GPTIMER to 1 did the trick! Gilles, thank you very much!

Here are the results of the first latency test, under 100% load:

RTT|  00:08:46  (periodic user-mode task, 1000 us period, priority 99)
RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat best|--lat
worst
RTD|     12.999|     13.769|     18.846|       0|     0|     12.538|
44.692
RTD|     13.076|     13.769|     20.692|       0|     0|     12.538|
44.692
RTD|     12.923|     13.769|     18.076|       0|     0|     12.538|
44.692
RTD|     12.846|     13.769|     20.153|       0|     0|     12.538|
44.692
RTD|     12.999|     13.769|     18.692|       0|     0|     12.538|
44.692
RTD|     12.999|     13.769|     19.230|       0|     0|     12.538|
44.692
RTD|     13.076|     13.769|     18.769|       0|     0|     12.538|
44.692
RTD|     13.076|     13.769|     19.153|       0|     0|     12.538|
44.692
RTD|     12.846|     13.769|     19.999|       0|     0|     12.538|
44.692

BTW, the system does seem a lot more stable now - no random errors. I will
run some more tests, and will send in the results later - I will document
the procedure and post it online once we get Xenomai running well in the
IGEPv2.


> --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 3382 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 20:15                       ` Felipe Brandão Cavalcanti
@ 2010-02-11 21:00                         ` Gilles Chanteperdrix
  2010-02-11 22:30                           ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-11 21:00 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgom>
>>>
>>>> Felipe Brandão Cavalcanti wrote:
>>>>> Sending the boot log and the xeno-test output as attachments.
>>>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
>>>>
>>>> Definitely not OK. We do not want this unprecise clockevent source.
>>>> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
>>>>
>>>>
>>> This is very interesting - this option doesnt seem to be set in my
>> current
>>> kernel config. Ive attached my .config.
>> Selecting GPTIMER 1 should work. But if you get lockups or thing like
>> that, please try with a vanilla 2.6.30 to see if you get them.
>>
>>
> Great - changing GPTIMER to 1 did the trick! Gilles, thank you very much!
> 
> Here are the results of the first latency test, under 100% load:
> 
> RTT|  00:08:46  (periodic user-mode task, 1000 us period, priority 99)
> RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat best|--lat
> worst
> RTD|     12.999|     13.769|     18.846|       0|     0|     12.538|
> 44.692
> RTD|     13.076|     13.769|     20.692|       0|     0|     12.538|
> 44.692
> RTD|     12.923|     13.769|     18.076|       0|     0|     12.538|
> 44.692
> RTD|     12.846|     13.769|     20.153|       0|     0|     12.538|
> 44.692
> RTD|     12.999|     13.769|     18.692|       0|     0|     12.538|
> 44.692
> RTD|     12.999|     13.769|     19.230|       0|     0|     12.538|
> 44.692
> RTD|     13.076|     13.769|     18.769|       0|     0|     12.538|
> 44.692
> RTD|     13.076|     13.769|     19.153|       0|     0|     12.538|
> 44.692
> RTD|     12.846|     13.769|     19.999|       0|     0|     12.538|
> 44.692
> 
> BTW, the system does seem a lot more stable now - no random errors. I will
> run some more tests, and will send in the results later - I will document
> the procedure and post it online once we get Xenomai running well in the
> IGEPv2.

Ok. Good news. I would have liked to find out what was this building
issue of yours, at least to be able to use your rootfs build system
instead of building xenomai manually.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 21:00                         ` Gilles Chanteperdrix
@ 2010-02-11 22:30                           ` Felipe Brandão Cavalcanti
  2010-02-12  7:20                             ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-11 22:30 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help


[-- Attachment #1.1: Type: text/plain, Size: 3912 bytes --]

2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> >
> >> Felipe Brandão Cavalcanti wrote:
> >>> 2010/2/11 Gilles Chanteperdrix <
> gilles.chanteperdrix@xenomai.org>
> >>>
> >>>> Felipe Brandão Cavalcanti wrote:
> >>>>> Sending the boot log and the xeno-test output as attachments.
> >>>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
> >>>>
> >>>> Definitely not OK. We do not want this unprecise clockevent source.
> >>>> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
> >>>>
> >>>>
> >>> This is very interesting - this option doesnt seem to be set in my
> >> current
> >>> kernel config. Ive attached my .config.
> >> Selecting GPTIMER 1 should work. But if you get lockups or thing like
> >> that, please try with a vanilla 2.6.30 to see if you get them.
> >>
> >>
> > Great - changing GPTIMER to 1 did the trick! Gilles, thank you very much!
> >
> > Here are the results of the first latency test, under 100% load:
> >
> > RTT|  00:08:46  (periodic user-mode task, 1000 us period, priority 99)
> > RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat best|--lat
> > worst
> > RTD|     12.999|     13.769|     18.846|       0|     0|     12.538|
> > 44.692
> > RTD|     13.076|     13.769|     20.692|       0|     0|     12.538|
> > 44.692
> > RTD|     12.923|     13.769|     18.076|       0|     0|     12.538|
> > 44.692
> > RTD|     12.846|     13.769|     20.153|       0|     0|     12.538|
> > 44.692
> > RTD|     12.999|     13.769|     18.692|       0|     0|     12.538|
> > 44.692
> > RTD|     12.999|     13.769|     19.230|       0|     0|     12.538|
> > 44.692
> > RTD|     13.076|     13.769|     18.769|       0|     0|     12.538|
> > 44.692
> > RTD|     13.076|     13.769|     19.153|       0|     0|     12.538|
> > 44.692
> > RTD|     12.846|     13.769|     19.999|       0|     0|     12.538|
> > 44.692
> >
> > BTW, the system does seem a lot more stable now - no random errors. I
> will
> > run some more tests, and will send in the results later - I will document
> > the procedure and post it online once we get Xenomai running well in the
> > IGEPv2.
>
> Ok. Good news. I would have liked to find out what was this building
> issue of yours, at least to be able to use your rootfs build system
> instead of building xenomai manually.
>
>
In the end, I did get it to work with my build system (bitbake, running on
the standard IGEP virtual machine) - I modified the configuration files so
the
ASNEEDED = "-Wl,--as-needed"
became
ASNEEDED = ""

Xenomai builds cleanly afterwards, even with the modified optimization
flags.
I am attaching the bitbake file I used for reference.

The challenge is getting the IGEP running cleanly now - if the network is
connected, the systems becomes unstable and crashes randomly, and MMC/SDIO
(and therefore, Wifi) support is disabled. I am attempting to get the
patches individually from the folks at ISEE (the makers of the IGEP board)
so I can get a clean system running. I need a rock-solid system for this
project - our lab is building a small UAV, and the IGEP with Xenomai is
going to be the central controller.

Once again, thank you very much for the help - I am not very experienced
with embedded/real-time Linux, and I probably would still be stuck without
your help.

      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/


>  --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


--

[-- Attachment #1.2: Type: text/html, Size: 5149 bytes --]

[-- Attachment #2: xenomai.bb --]
[-- Type: application/octet-stream, Size: 585 bytes --]

SECTION = "base"
DESCRIPTION = "xenomai"
LICENSE = "xenomai"
PN = "xenomai"
PV = "2.5.1"

inherit autotools

SRC_URI = "http://download.gna.org/xenomai/stable/xenomai-${PV}.tar.bz2"

S = "${WORKDIR}/xenomai-2.5.1"

do_configure() {
	./configure --prefix=/usr --includedir=/usr/include/xenomai --enable-arm-mach=omap3 --enable-arm-eabi --enable-arm-tsc --disable-dox-doc --disable-dbx --host=arm-none-linux-gnueabi
}

do_compile() {
	oe_runmake
}

do_install() {
    oe_runmake 'DESTDIR=${D}' 'SUDO=/bin/true' install
}

PACKAGES = "${PN}"
FILES_${PN} = "/dev/* /usr/bin/* /usr/lib/*"


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-11 22:30                           ` Felipe Brandão Cavalcanti
@ 2010-02-12  7:20                             ` Gilles Chanteperdrix
  2010-02-12 18:23                               ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-12  7:20 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> 
>> Felipe Brandão Cavalcanti wrote:
>>> 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgom>
>>>
>>>> Felipe Brandão Cavalcanti wrote:
>>>>> 2010/2/11 Gilles Chanteperdrix <
>> gilles.chanteperdrix@xenomai.org>
>>>>>> Felipe Brandão Cavalcanti wrote:
>>>>>>> Sending the boot log and the xeno-test output as attachments.
>>>>>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
>>>>>>
>>>>>> Definitely not OK. We do not want this unprecise clockevent source.
>>>>>> Disable it in the kernel configuration (option CONFIG_OMAP_32K_TIMER).
>>>>>>
>>>>>>
>>>>> This is very interesting - this option doesnt seem to be set in my
>>>> current
>>>>> kernel config. Ive attached my .config.
>>>> Selecting GPTIMER 1 should work. But if you get lockups or thing like
>>>> that, please try with a vanilla 2.6.30 to see if you get them.
>>>>
>>>>
>>> Great - changing GPTIMER to 1 did the trick! Gilles, thank you very much!
>>>
>>> Here are the results of the first latency test, under 100% load:
>>>
>>> RTT|  00:08:46  (periodic user-mode task, 1000 us period, priority 99)
>>> RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat best|--lat
>>> worst
>>> RTD|     12.999|     13.769|     18.846|       0|     0|     12.538|
>>> 44.692
>>> RTD|     13.076|     13.769|     20.692|       0|     0|     12.538|
>>> 44.692
>>> RTD|     12.923|     13.769|     18.076|       0|     0|     12.538|
>>> 44.692
>>> RTD|     12.846|     13.769|     20.153|       0|     0|     12.538|
>>> 44.692
>>> RTD|     12.999|     13.769|     18.692|       0|     0|     12.538|
>>> 44.692
>>> RTD|     12.999|     13.769|     19.230|       0|     0|     12.538|
>>> 44.692
>>> RTD|     13.076|     13.769|     18.769|       0|     0|     12.538|
>>> 44.692
>>> RTD|     13.076|     13.769|     19.153|       0|     0|     12.538|
>>> 44.692
>>> RTD|     12.846|     13.769|     19.999|       0|     0|     12.538|
>>> 44.692
>>>
>>> BTW, the system does seem a lot more stable now - no random errors. I
>> will
>>> run some more tests, and will send in the results later - I will document
>>> the procedure and post it online once we get Xenomai running well in the
>>> IGEPv2.
>> Ok. Good news. I would have liked to find out what was this building
>> issue of yours, at least to be able to use your rootfs build system
>> instead of building xenomai manually.
>>
>>
> In the end, I did get it to work with my build system (bitbake, running on
> the standard IGEP virtual machine) - I modified the configuration files so
> the
> ASNEEDED = "-Wl,--as-needed"
> became
> ASNEEDED = ""

Could you try re-enabling --as-needed with the following patch?

diff --git a/scripts/wrap-link.sh b/scripts/wrap-link.sh
index f4826ac..09944f5 100755
--- a/scripts/wrap-link.sh
+++ b/scripts/wrap-link.sh
@@ -34,7 +34,14 @@ add_linker_flag() {
        stage1_args="$stage1_args -Wl,--wrap $@"
        next_is_wrapped_symbol=false
     else
-       add_2stages "$@"
+       case "$@" in
+       *--as-needed*)
+               stage2_args="$stage2_args $@"
+               ;;
+       *)
+               add_2stages "$@"
+               ;;
+       esac
     fi
 }


> 
> Xenomai builds cleanly afterwards, even with the modified optimization
> flags.
> I am attaching the bitbake file I used for reference.
> 
> The challenge is getting the IGEP running cleanly now - if the network is
> connected, the systems becomes unstable and crashes randomly, and MMC/SDIO
> (and therefore, Wifi) support is disabled. I am attempting to get the
> patches individually from the folks at ISEE (the makers of the IGEP board)
> so I can get a clean system running. I need a rock-solid system for this
> project - our lab is building a small UAV, and the IGEP with Xenomai is
> going to be the central controller.

Ok. Please test the I-pipe patch for 2.6.30. In another mail which you
may have missed, I sent you a patch which adds basic IGEP support to
2.6.32. You can probably use that patch to get basic IGEP support on
2.6.30. This is not a definitive solution, it is just a test to see if
either something in the android kernel is incompatible with Xenomai, or
if you are having a problem with the I-pipe patch for 2.6.28.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply related	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-12  7:20                             ` Gilles Chanteperdrix
@ 2010-02-12 18:23                               ` Felipe Brandão Cavalcanti
  2010-02-12 18:29                                 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-12 18:23 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: Xenomai help

[-- Attachment #1: Type: text/plain, Size: 5923 bytes --]

Pardon my ignorance, but how do you apply the kernel patch?

Ive tried using the patch -p0 < /home/jdoe/Desktop/vanilla-igep-initial.diff
command in the directory of the vanilla 2.6.30 kernel, but I get some
errors:

patching file b/arch/arm/configs/igep0020b_defconfig
can't find file to patch at input line 2093
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
|index aad194f..5677e7d 100644
|--- a/arch/arm/mach-omap2/Kconfig
|+++ b/arch/arm/mach-omap2/Kconfig
--------------------------

I am doing something wrong, or should I grab the kernel from the git
repository?

Thanks again for the help,
     -Felipe Brandao Cavalcanti

2010/2/12 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/11 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> >
> >> Felipe Brandão Cavalcanti wrote:
> >>> 2010/2/11 Gilles Chanteperdrix <
> gilles.chanteperdrix@xenomai.org>
> >>>
> >>>> Felipe Brandão Cavalcanti wrote:
> >>>>> 2010/2/11 Gilles Chanteperdrix <
> >> gilles.chanteperdrix@xenomai.org>
> >>>>>> Felipe Brandão Cavalcanti wrote:
> >>>>>>> Sending the boot log and the xeno-test output as attachments.
> >>>>>> [    0.000000] OMAP clockevent source: GPTIMER12 at 32768 Hz
> >>>>>>
> >>>>>> Definitely not OK. We do not want this unprecise clockevent source.
> >>>>>> Disable it in the kernel configuration (option
> CONFIG_OMAP_32K_TIMER).
> >>>>>>
> >>>>>>
> >>>>> This is very interesting - this option doesnt seem to be set in my
> >>>> current
> >>>>> kernel config. Ive attached my .config.
> >>>> Selecting GPTIMER 1 should work. But if you get lockups or thing like
> >>>> that, please try with a vanilla 2.6.30 to see if you get them.
> >>>>
> >>>>
> >>> Great - changing GPTIMER to 1 did the trick! Gilles, thank you very
> much!
> >>>
> >>> Here are the results of the first latency test, under 100% load:
> >>>
> >>> RTT|  00:08:46  (periodic user-mode task, 1000 us period, priority 99)
> >>> RTH|----lat min|----lat avg|----lat max|-overrun|---msw|---lat
> best|--lat
> >>> worst
> >>> RTD|     12.999|     13.769|     18.846|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     13.076|     13.769|     20.692|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     12.923|     13.769|     18.076|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     12.846|     13.769|     20.153|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     12.999|     13.769|     18.692|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     12.999|     13.769|     19.230|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     13.076|     13.769|     18.769|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     13.076|     13.769|     19.153|       0|     0|     12.538|
> >>> 44.692
> >>> RTD|     12.846|     13.769|     19.999|       0|     0|     12.538|
> >>> 44.692
> >>>
> >>> BTW, the system does seem a lot more stable now - no random errors. I
> >> will
> >>> run some more tests, and will send in the results later - I will
> document
> >>> the procedure and post it online once we get Xenomai running well in
> the
> >>> IGEPv2.
> >> Ok. Good news. I would have liked to find out what was this building
> >> issue of yours, at least to be able to use your rootfs build system
> >> instead of building xenomai manually.
> >>
> >>
> > In the end, I did get it to work with my build system (bitbake, running
> on
> > the standard IGEP virtual machine) - I modified the configuration files
> so
> > the
> > ASNEEDED = "-Wl,--as-needed"
> > became
> > ASNEEDED = ""
>
> Could you try re-enabling --as-needed with the following patch?
>
> diff --git a/scripts/wrap-link.sh b/scripts/wrap-link.sh
> index f4826ac..09944f5 100755
> --- a/scripts/wrap-link.sh
> +++ b/scripts/wrap-link.sh
> @@ -34,7 +34,14 @@ add_linker_flag() {
>        stage1_args="$stage1_args -Wl,--wrap $@"
>        next_is_wrapped_symbol=false
>     else
> -       add_2stages "$@"
> +       case "$@" in
> +       *--as-needed*)
> +               stage2_args="$stage2_args $@"
> +               ;;
> +       *)
> +               add_2stages "$@"
> +               ;;
> +       esac
>     fi
>  }
>
>
> >
> > Xenomai builds cleanly afterwards, even with the modified optimization
> > flags.
> > I am attaching the bitbake file I used for reference.
> >
> > The challenge is getting the IGEP running cleanly now - if the network is
> > connected, the systems becomes unstable and crashes randomly, and
> MMC/SDIO
> > (and therefore, Wifi) support is disabled. I am attempting to get the
> > patches individually from the folks at ISEE (the makers of the IGEP
> board)
> > so I can get a clean system running. I need a rock-solid system for this
> > project - our lab is building a small UAV, and the IGEP with Xenomai is
> > going to be the central controller.
>
> Ok. Please test the I-pipe patch for 2.6.30. In another mail which you
> may have missed, I sent you a patch which adds basic IGEP support to
> 2.6.32. You can probably use that patch to get basic IGEP support on
> 2.6.30. This is not a definitive solution, it is just a test to see if
> either something in the android kernel is incompatible with Xenomai, or
> if you are having a problem with the I-pipe patch for 2.6.28.
>
> --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 7644 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-12 18:23                               ` Felipe Brandão Cavalcanti
@ 2010-02-12 18:29                                 ` Gilles Chanteperdrix
  2010-02-12 18:34                                   ` Stefan Kisdaroczi
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-12 18:29 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: Xenomai help

Felipe Brandão Cavalcanti wrote:
> Pardon my ignorance, but how do you apply the kernel patch?
> 
> Ive tried using the patch -p0 < /home/jdoe/Desktop/vanilla-igep-initial.diff
> command in the directory of the vanilla 2.6.30 kernel, but I get some
> errors:

It is a patch for 2.6.32, so it is normal that it does not apply directly.

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-12 18:29                                 ` Gilles Chanteperdrix
@ 2010-02-12 18:34                                   ` Stefan Kisdaroczi
  2010-02-13 19:57                                     ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Stefan Kisdaroczi @ 2010-02-12 18:34 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

Am 12.02.2010 19:29, schrieb Gilles Chanteperdrix:
> Felipe Brandão Cavalcanti wrote:
>> Pardon my ignorance, but how do you apply the kernel patch?
>>
>> Ive tried using the patch -p0 < /home/jdoe/Desktop/vanilla-igep-initial.diff
>> command in the directory of the vanilla 2.6.30 kernel, but I get some
>> errors:
> 
> It is a patch for 2.6.32, so it is normal that it does not apply directly.
> 

and use -p1, not -p0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-12 18:34                                   ` Stefan Kisdaroczi
@ 2010-02-13 19:57                                     ` Felipe Brandão Cavalcanti
  2010-02-13 20:02                                       ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-13 19:57 UTC (permalink / raw)
  To: Stefan Kisdaroczi; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]

OK - I did apply the patch to 2.6.30.10, with some very minor modifications
in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't defined).
I also applied the latest Adeos Ipipe patch.

However, the compiled kernel doesn't boot - it actually just sits there,
doing nothing:

Bytes transferred = 2555616 (26fee0 hex)
## Booting kernel from Legacy Image at 80000000 ...
   Image Name:   Linux-2.6.30.10
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    2555552 Bytes =  2.4 MB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing
Linux..................................................................................................................................................................
done, booting the kernel.

My guess is that Linux is simply not sending anything through my serial
(i.e., debug) port. Should I attempt to port over the serial driver, or is
this something else?
I am also downloading kernel 2.6.32 to see if I can make it boot on my IGEP.

Again, thanks for the help,
        -Felipe Brandão Cavalcanti

On Fri, Feb 12, 2010 at 4:34 PM, Stefan Kisdaroczi <kisda@domain.hid> wrote:

> Am 12.02.2010 19:29, schrieb Gilles Chanteperdrix:
> > Felipe Brandão Cavalcanti wrote:
> >> Pardon my ignorance, but how do you apply the kernel patch?
> >>
> >> Ive tried using the patch -p0 <
> /home/jdoe/Desktop/vanilla-igep-initial.diff
> >> command in the directory of the vanilla 2.6.30 kernel, but I get some
> >> errors:
> >
> > It is a patch for 2.6.32, so it is normal that it does not apply
> directly.
> >
>
> and use -p1, not -p0
>
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 2750 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-13 19:57                                     ` Felipe Brandão Cavalcanti
@ 2010-02-13 20:02                                       ` Gilles Chanteperdrix
  2010-02-13 20:25                                         ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-13 20:02 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: xenomai

Felipe Brandão Cavalcanti wrote:
> OK - I did apply the patch to 2.6.30.10, with some very minor modifications
> in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't defined).
> I also applied the latest Adeos Ipipe patch.
> 
> However, the compiled kernel doesn't boot - it actually just sits there,
> doing nothing:
> 
> Bytes transferred = 2555616 (26fee0 hex)
> ## Booting kernel from Legacy Image at 80000000 ...
>    Image Name:   Linux-2.6.30.10
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    2555552 Bytes =  2.4 MB
>    Load Address: 80008000
>    Entry Point:  80008000
>    Verifying Checksum ... OK
>    Loading Kernel Image ... OK
> OK
> 
> Starting kernel ...
> 
> Uncompressing
> Linux..................................................................................................................................................................
> done, booting the kernel.
> 
> My guess is that Linux is simply not sending anything through my serial
> (i.e., debug) port. Should I attempt to port over the serial driver, or is
> this something else?
> I am also downloading kernel 2.6.32 to see if I can make it boot on my IGEP.

Do you pass the proper "console=" argument to the kernel? Is the support
for serial driver enabled in the kernel?

If yes, then apply trick #1 from the "Tips and tricks" section in the
"porting I-pipe to a new board" HOWTO on Xenomai website.


-- 
					    Gilles.



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-13 20:02                                       ` Gilles Chanteperdrix
@ 2010-02-13 20:25                                         ` Felipe Brandão Cavalcanti
  2010-02-15 17:19                                           ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-13 20:25 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 2153 bytes --]

2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > OK - I did apply the patch to 2.6.30.10, with some very minor
> modifications
> > in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
> defined).
> > I also applied the latest Adeos Ipipe patch.
> >
> > However, the compiled kernel doesn't boot - it actually just sits there,
> > doing nothing:
> >
> > Bytes transferred = 2555616 (26fee0 hex)
> > ## Booting kernel from Legacy Image at 80000000 ...
> >    Image Name:   Linux-2.6.30.10
> >    Image Type:   ARM Linux Kernel Image (uncompressed)
> >    Data Size:    2555552 Bytes =  2.4 MB
> >    Load Address: 80008000
> >    Entry Point:  80008000
> >    Verifying Checksum ... OK
> >    Loading Kernel Image ... OK
> > OK
> >
> > Starting kernel ...
> >
> > Uncompressing
> >
> Linux..................................................................................................................................................................
> > done, booting the kernel.
> >
> > My guess is that Linux is simply not sending anything through my serial
> > (i.e., debug) port. Should I attempt to port over the serial driver, or
> is
> > this something else?
> > I am also downloading kernel 2.6.32 to see if I can make it boot on my
> IGEP.
>
> Do you pass the proper "console=" argument to the kernel? Is the support
> for serial driver enabled in the kernel?
>
> If yes, then apply trick #1 from the "Tips and tricks" section in the
> "porting I-pipe to a new board" HOWTO on Xenomai website.
>
>
Yeah, I called it with the console= argument, and support is enabled. Just
tested 2.6.32 - working fine in my board!

I will try 2.6.30 again, but this time with no I-pipe patch, as well as
enabling the low-level debug options.


>
> --
>                                             Gilles.
>
>


-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 2914 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-13 20:25                                         ` Felipe Brandão Cavalcanti
@ 2010-02-15 17:19                                           ` Felipe Brandão Cavalcanti
  2010-02-15 18:19                                             ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-15 17:19 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 5635 bytes --]

2010/2/13 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>

>
>
> 2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>
> Felipe Brandão Cavalcanti wrote:
>> > OK - I did apply the patch to 2.6.30.10, with some very minor
>> modifications
>> > in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
>> defined).
>> > I also applied the latest Adeos Ipipe patch.
>> >
>> > However, the compiled kernel doesn't boot - it actually just sits there,
>> > doing nothing:
>> >
>> > Bytes transferred = 2555616 (26fee0 hex)
>> > ## Booting kernel from Legacy Image at 80000000 ...
>> >    Image Name:   Linux-2.6.30.10
>> >    Image Type:   ARM Linux Kernel Image (uncompressed)
>> >    Data Size:    2555552 Bytes =  2.4 MB
>> >    Load Address: 80008000
>> >    Entry Point:  80008000
>> >    Verifying Checksum ... OK
>> >    Loading Kernel Image ... OK
>> > OK
>> >
>> > Starting kernel ...
>> >
>> > Uncompressing
>> >
>> Linux..................................................................................................................................................................
>> > done, booting the kernel.
>> >
>> > My guess is that Linux is simply not sending anything through my serial
>> > (i.e., debug) port. Should I attempt to port over the serial driver, or
>> is
>> > this something else?
>> > I am also downloading kernel 2.6.32 to see if I can make it boot on my
>> IGEP.
>>
>> Do you pass the proper "console=" argument to the kernel? Is the support
>> for serial driver enabled in the kernel?
>>
>> If yes, then apply trick #1 from the "Tips and tricks" section in the
>> "porting I-pipe to a new board" HOWTO on Xenomai website.
>>
>>
> Yeah, I called it with the console= argument, and support is enabled. Just
> tested 2.6.32 - working fine in my board!
>
> I will try 2.6.30 again, but this time with no I-pipe patch, as well as
> enabling the low-level debug options.
>
>

OK - so I compiled the kernel with a series of kernel debug options, to find
out what was going on. However, the kernel is stuck in a very strange
position - just after starting the network!

So, any ideas on where I should take a look? I will attempt disabling
network support, but this would a temporary solution, as I actually need
network on my embedded system.

Thanks for the help,
  -Felipe Brandão Cavalcanti

Here is my console output:

Starting kernel ...

Uncompressing
Linux............................................................................................................................................................................................
<5>Linux version 2.6.30.10 (jdoe@domain.hid) (gcc version 4.3.2 (GCC) ) #1 Mon
Feb 15 18:06:42 CET 2010
CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: IGEP v2.x board
Memory policy: ECC disabled, Data cache writeback
<5>Truncating RAM at 80000000-9fffffff to -87ffffff (vmalloc region
overlap).
<7>On node 0 totalpages: 32768
<7>free_area_init_node: node 0, pgdat c06f9208, node_mem_map c0d29000
<7>  Normal zone: 256 pages used for memmap
<7>  Normal zone: 0 pages reserved
<7>  Normal zone: 32512 pages, LIFO batch:7
<6>OMAP3430 ES3.1
<6>SRAM: Mapped pa 0x40200000 to va 0xd7000000 size: 0x100000
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32512
<5>Kernel command line: mem=512M console=ttyS2,115200n8 console=tty0
omapfb.mode=dvi:1024x768MR-16@domain.hid root=/dev/mtdblock4 rootfstype=jffs2
<3>Unknown boot option `omapfb.mode=dvi:1024x768MR-16@domain.hid': ignoring
<6>NR_IRQS:402
<6>Clocking rate (Crystal/DPLL/ARM core): 26.0/332/720 MHz
<6>GPMC revision 5.0
<6>IRQ: Found an INTC at 0xd8200000 (revision 4.0) with 96 interrupts
<6>Total of 96 interrupts on 1 active controller
<6>OMAP34xx GPIO hardware version 2.5
PID hash table entries: 512 (order: 9, 2048 bytes)
<6>OMAP clockevent source: GPTIMER1 at 32768 Hz
Console: colour dummy device 80x30
<6>console [tty0] enabled
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:  8
... MAX_LOCK_DEPTH:          48
... MAX_LOCKDEP_KEYS:        8191
... CLASSHASH_SIZE:          4096
... MAX_LOCKDEP_ENTRIES:     16384
... MAX_LOCKDEP_CHAINS:      32768
... CHAINHASH_SIZE:          16384
 memory used by lock dependency info: 3871 kB
 per task-struct memory footprint: 2304 bytes
<6>Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
<6>Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
<6>Memory: 128MB = 128MB total
<5>Memory: 116308KB available (4880K code, 8068K data, 180K init, 0K
highmem)
<7>ODEBUG: 0 of 0 active objects replaced
<6>Calibrating delay loop... 715.27 BogoMIPS (lpj=2793472)
Mount-cache hash table entries: 512
<6>CPU: Testing write buffer coherency: ok
<6>net_namespace: 988 bytes
<6>regulator: core version 0.5
<6>NET: Registered protocol family 16



>
>> --
>>                                             Gilles.
>>
>>
>
>
> --
>       -Felipe Brandão Cavalcanti
>       LARA - Robotics and Automation Laboratory
>       Department of Electrical Engineering
>       UnB - University of Brasília, Brazil
>       http://www.lara.unb.br/~fbcavalcanti/<http://www.lara.unb.br/%7Efbcavalcanti/>
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 7269 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-15 17:19                                           ` Felipe Brandão Cavalcanti
@ 2010-02-15 18:19                                             ` Gilles Chanteperdrix
  2010-02-15 18:34                                               ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-15 18:19 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: xenomai

Felipe Brandão Cavalcanti wrote:
> 2010/2/13 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> 
>>
>> 2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>>
>> Felipe Brandão Cavalcanti wrote:
>>>> OK - I did apply the patch to 2.6.30.10, with some very minor
>>> modifications
>>>> in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
>>> defined).
>>>> I also applied the latest Adeos Ipipe patch.
>>>>
>>>> However, the compiled kernel doesn't boot - it actually just sits there,
>>>> doing nothing:
>>>>
>>>> Bytes transferred = 2555616 (26fee0 hex)
>>>> ## Booting kernel from Legacy Image at 80000000 ...
>>>>    Image Name:   Linux-2.6.30.10
>>>>    Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>    Data Size:    2555552 Bytes =  2.4 MB
>>>>    Load Address: 80008000
>>>>    Entry Point:  80008000
>>>>    Verifying Checksum ... OK
>>>>    Loading Kernel Image ... OK
>>>> OK
>>>>
>>>> Starting kernel ...
>>>>
>>>> Uncompressing
>>>>
>>> Linux..................................................................................................................................................................
>>>> done, booting the kernel.
>>>>
>>>> My guess is that Linux is simply not sending anything through my serial
>>>> (i.e., debug) port. Should I attempt to port over the serial driver, or
>>> is
>>>> this something else?
>>>> I am also downloading kernel 2.6.32 to see if I can make it boot on my
>>> IGEP.
>>>
>>> Do you pass the proper "console=" argument to the kernel? Is the support
>>> for serial driver enabled in the kernel?
>>>
>>> If yes, then apply trick #1 from the "Tips and tricks" section in the
>>> "porting I-pipe to a new board" HOWTO on Xenomai website.
>>>
>>>
>> Yeah, I called it with the console= argument, and support is enabled. Just
>> tested 2.6.32 - working fine in my board!
>>
>> I will try 2.6.30 again, but this time with no I-pipe patch, as well as
>> enabling the low-level debug options.
>>
>>
> 
> OK - so I compiled the kernel with a series of kernel debug options, to find
> out what was going on. However, the kernel is stuck in a very strange
> position - just after starting the network!

The NET message is not really related to starting the network (it is
only a network protocol which tells you that it suceeeded in registering
to the socket infrastructure), to know where the bug happens, you have
to add printks to see what happens. The main difference between the
latest I-pipe patch and previous releases is in the GPIO demux handling.

Since I have an IGEPv2 on my office, would you mind letting me work on
this, say, next week, and give you a status when done?

-- 
Gilles Chanteperdrix, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-15 18:19                                             ` Gilles Chanteperdrix
@ 2010-02-15 18:34                                               ` Felipe Brandão Cavalcanti
  2010-03-02 15:29                                                 ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-02-15 18:34 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 3939 bytes --]

2010/2/15 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Felipe Brandão Cavalcanti wrote:
> > 2010/2/13 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> >
> >>
> >> 2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
> >>
> >> Felipe Brandão Cavalcanti wrote:
> >>>> OK - I did apply the patch to 2.6.30.10, with some very minor
> >>> modifications
> >>>> in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
> >>> defined).
> >>>> I also applied the latest Adeos Ipipe patch.
> >>>>
> >>>> However, the compiled kernel doesn't boot - it actually just sits
> there,
> >>>> doing nothing:
> >>>>
> >>>> Bytes transferred = 2555616 (26fee0 hex)
> >>>> ## Booting kernel from Legacy Image at 80000000 ...
> >>>>    Image Name:   Linux-2.6.30.10
> >>>>    Image Type:   ARM Linux Kernel Image (uncompressed)
> >>>>    Data Size:    2555552 Bytes =  2.4 MB
> >>>>    Load Address: 80008000
> >>>>    Entry Point:  80008000
> >>>>    Verifying Checksum ... OK
> >>>>    Loading Kernel Image ... OK
> >>>> OK
> >>>>
> >>>> Starting kernel ...
> >>>>
> >>>> Uncompressing
> >>>>
> >>>
> Linux..................................................................................................................................................................
> >>>> done, booting the kernel.
> >>>>
> >>>> My guess is that Linux is simply not sending anything through my
> serial
> >>>> (i.e., debug) port. Should I attempt to port over the serial driver,
> or
> >>> is
> >>>> this something else?
> >>>> I am also downloading kernel 2.6.32 to see if I can make it boot on my
> >>> IGEP.
> >>>
> >>> Do you pass the proper "console=" argument to the kernel? Is the
> support
> >>> for serial driver enabled in the kernel?
> >>>
> >>> If yes, then apply trick #1 from the "Tips and tricks" section in the
> >>> "porting I-pipe to a new board" HOWTO on Xenomai website.
> >>>
> >>>
> >> Yeah, I called it with the console= argument, and support is enabled.
> Just
> >> tested 2.6.32 - working fine in my board!
> >>
> >> I will try 2.6.30 again, but this time with no I-pipe patch, as well as
> >> enabling the low-level debug options.
> >>
> >>
> >
> > OK - so I compiled the kernel with a series of kernel debug options, to
> find
> > out what was going on. However, the kernel is stuck in a very strange
> > position - just after starting the network!
>
> The NET message is not really related to starting the network (it is
> only a network protocol which tells you that it suceeeded in registering
> to the socket infrastructure), to know where the bug happens, you have
> to add printks to see what happens. The main difference between the
> latest I-pipe patch and previous releases is in the GPIO demux handling.
>
> Since I have an IGEPv2 on my office, would you mind letting me work on
> this, say, next week, and give you a status when done?
>
>
Actually, I am running this without I-pipe, so I guess the problem is in the
basic Linux support.
And I am in no hurry - I would actually be really glad if you could take a
look at the board and send me some info when you have some time!

In the meantime, the almost-working version 2.6.28 should be fine for our
first tests. I am also willing to help out in anything you need, but I
really don't have that much experience in the low-level Linux stuff - but I
would like to learn!

Once again, thanks very much for the help,
    -Felipe Brandão Cavalcanti


>  --
> Gilles Chanteperdrix, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 5467 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-02-15 18:34                                               ` Felipe Brandão Cavalcanti
@ 2010-03-02 15:29                                                 ` Felipe Brandão Cavalcanti
  2010-03-02 15:32                                                   ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-03-02 15:29 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 4640 bytes --]

2010/2/15 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>

>
>
> 2010/2/15 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>
>   Felipe Brandão Cavalcanti wrote:
>> > 2010/2/13 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
>> >
>> >>
>> >> 2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>> >>
>> >> Felipe Brandão Cavalcanti wrote:
>> >>>> OK - I did apply the patch to 2.6.30.10, with some very minor
>> >>> modifications
>> >>>> in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
>> >>> defined).
>> >>>> I also applied the latest Adeos Ipipe patch.
>> >>>>
>> >>>> However, the compiled kernel doesn't boot - it actually just sits
>> there,
>> >>>> doing nothing:
>> >>>>
>> >>>> Bytes transferred = 2555616 (26fee0 hex)
>> >>>> ## Booting kernel from Legacy Image at 80000000 ...
>> >>>>    Image Name:   Linux-2.6.30.10
>> >>>>    Image Type:   ARM Linux Kernel Image (uncompressed)
>> >>>>    Data Size:    2555552 Bytes =  2.4 MB
>> >>>>    Load Address: 80008000
>> >>>>    Entry Point:  80008000
>> >>>>    Verifying Checksum ... OK
>> >>>>    Loading Kernel Image ... OK
>> >>>> OK
>> >>>>
>> >>>> Starting kernel ...
>> >>>>
>> >>>> Uncompressing
>> >>>>
>> >>>
>> Linux..................................................................................................................................................................
>> >>>> done, booting the kernel.
>> >>>>
>> >>>> My guess is that Linux is simply not sending anything through my
>> serial
>> >>>> (i.e., debug) port. Should I attempt to port over the serial driver,
>> or
>> >>> is
>> >>>> this something else?
>> >>>> I am also downloading kernel 2.6.32 to see if I can make it boot on
>> my
>> >>> IGEP.
>> >>>
>> >>> Do you pass the proper "console=" argument to the kernel? Is the
>> support
>> >>> for serial driver enabled in the kernel?
>> >>>
>> >>> If yes, then apply trick #1 from the "Tips and tricks" section in the
>> >>> "porting I-pipe to a new board" HOWTO on Xenomai website.
>> >>>
>> >>>
>> >> Yeah, I called it with the console= argument, and support is enabled.
>> Just
>> >> tested 2.6.32 - working fine in my board!
>> >>
>> >> I will try 2.6.30 again, but this time with no I-pipe patch, as well as
>> >> enabling the low-level debug options.
>> >>
>> >>
>> >
>> > OK - so I compiled the kernel with a series of kernel debug options, to
>> find
>> > out what was going on. However, the kernel is stuck in a very strange
>> > position - just after starting the network!
>>
>> The NET message is not really related to starting the network (it is
>> only a network protocol which tells you that it suceeeded in registering
>> to the socket infrastructure), to know where the bug happens, you have
>> to add printks to see what happens. The main difference between the
>> latest I-pipe patch and previous releases is in the GPIO demux handling.
>>
>> Since I have an IGEPv2 on my office, would you mind letting me work on
>> this, say, next week, and give you a status when done?
>
>
So, any updates in this issue? I would love to get this working this
month... do you have any tips on how to proceed to do the low-level
debugging? I really have no clue on where the system is getting stuck.

Thanks for the help,
     -Felipe Brandão Cavalcanti


>  Actually, I am running this without I-pipe, so I guess the problem is in
> the basic Linux support.
> And I am in no hurry - I would actually be really glad if you could take a
> look at the board and send me some info when you have some time!
>
> In the meantime, the almost-working version 2.6.28 should be fine for our
> first tests. I am also willing to help out in anything you need, but I
> really don't have that much experience in the low-level Linux stuff - but I
> would like to learn!
>
> Once again, thanks very much for the help,
>     -Felipe Brandão Cavalcanti
>
>
>>  --
>>
>> Gilles Chanteperdrix, Free Electrons
>> Kernel, drivers, real-time and embedded Linux
>> development, consulting, training and support.
>> http://free-electrons.com
>>
>
>
>
> --
>       -Felipe Brandão Cavalcanti
>       LARA - Robotics and Automation Laboratory
>       Department of Electrical Engineering
>       UnB - University of Brasília, Brazil
>       http://www.lara.unb.br/~fbcavalcanti/
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Robotics and Automation Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 6560 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-03-02 15:29                                                 ` Felipe Brandão Cavalcanti
@ 2010-03-02 15:32                                                   ` Gilles Chanteperdrix
  2010-05-05  0:11                                                     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-03-02 15:32 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: xenomai, Gilles Chanteperdrix

Felipe Brandão Cavalcanti wrote:
> 2010/2/15 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
> 
>>
>> 2010/2/15 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.orgm>
>>
>>   Felipe Brandão Cavalcanti wrote:
>>>> 2010/2/13 Felipe Brandão Cavalcanti <cavalkaf@domain.hid>
>>>>
>>>>> 2010/2/13 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
>>>>>
>>>>> Felipe Brandão Cavalcanti wrote:
>>>>>>> OK - I did apply the patch to 2.6.30.10, with some very minor
>>>>>> modifications
>>>>>>> in the sound system and in the headers (MACH_TYPE_IGEP0020 wasn't
>>>>>> defined).
>>>>>>> I also applied the latest Adeos Ipipe patch.
>>>>>>>
>>>>>>> However, the compiled kernel doesn't boot - it actually just sits
>>> there,
>>>>>>> doing nothing:
>>>>>>>
>>>>>>> Bytes transferred = 2555616 (26fee0 hex)
>>>>>>> ## Booting kernel from Legacy Image at 80000000 ...
>>>>>>>    Image Name:   Linux-2.6.30.10
>>>>>>>    Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>>>>    Data Size:    2555552 Bytes =  2.4 MB
>>>>>>>    Load Address: 80008000
>>>>>>>    Entry Point:  80008000
>>>>>>>    Verifying Checksum ... OK
>>>>>>>    Loading Kernel Image ... OK
>>>>>>> OK
>>>>>>>
>>>>>>> Starting kernel ...
>>>>>>>
>>>>>>> Uncompressing
>>>>>>>
>>> Linux..................................................................................................................................................................
>>>>>>> done, booting the kernel.
>>>>>>>
>>>>>>> My guess is that Linux is simply not sending anything through my
>>> serial
>>>>>>> (i.e., debug) port. Should I attempt to port over the serial driver,
>>> or
>>>>>> is
>>>>>>> this something else?
>>>>>>> I am also downloading kernel 2.6.32 to see if I can make it boot on
>>> my
>>>>>> IGEP.
>>>>>>
>>>>>> Do you pass the proper "console=" argument to the kernel? Is the
>>> support
>>>>>> for serial driver enabled in the kernel?
>>>>>>
>>>>>> If yes, then apply trick #1 from the "Tips and tricks" section in the
>>>>>> "porting I-pipe to a new board" HOWTO on Xenomai website.
>>>>>>
>>>>>>
>>>>> Yeah, I called it with the console= argument, and support is enabled.
>>> Just
>>>>> tested 2.6.32 - working fine in my board!
>>>>>
>>>>> I will try 2.6.30 again, but this time with no I-pipe patch, as well as
>>>>> enabling the low-level debug options.
>>>>>
>>>>>
>>>> OK - so I compiled the kernel with a series of kernel debug options, to
>>> find
>>>> out what was going on. However, the kernel is stuck in a very strange
>>>> position - just after starting the network!
>>> The NET message is not really related to starting the network (it is
>>> only a network protocol which tells you that it suceeeded in registering
>>> to the socket infrastructure), to know where the bug happens, you have
>>> to add printks to see what happens. The main difference between the
>>> latest I-pipe patch and previous releases is in the GPIO demux handling.
>>>
>>> Since I have an IGEPv2 on my office, would you mind letting me work on
>>> this, say, next week, and give you a status when done?
>>
> So, any updates in this issue? I would love to get this working this
> month... do you have any tips on how to proceed to do the low-level
> debugging? I really have no clue on where the system is getting stuck.

No, will try and get a Xenomai-patched 2.6.30 running on IGEP real soon
now... However, ARM I-pipe patches for something more recent than 2.6.30
should come soon, so, will not try really hard.

-- 
					    Gilles.



^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-03-02 15:32                                                   ` Gilles Chanteperdrix
@ 2010-05-05  0:11                                                     ` Gilles Chanteperdrix
  2010-05-06  3:27                                                       ` Felipe Brandão Cavalcanti
  0 siblings, 1 reply; 36+ messages in thread
From: Gilles Chanteperdrix @ 2010-05-05  0:11 UTC (permalink / raw)
  To: Felipe Brandão Cavalcanti; +Cc: xenomai, Gilles Chanteperdrix

Gilles Chanteperdrix wrote:
> No, will try and get a Xenomai-patched 2.6.30 running on IGEP real soon
> now... However, ARM I-pipe patches for something more recent than 2.6.30
> should come soon, so, will not try really hard.
> 

Hi Felipe,

I finally had time to run Xenomai on IGEP. It almost worked out of the
box (just had spurious irqs caused by the twl4030-irq driver using the
I2C drive, a workaround being to disable the I2C irq line when writing
to the I2C controller registers). If will be in the
adeos-ipipe-2.6.33-arm-1.16-01 patch, for which you may have seen the
pull request if you are subscribed to the adeos mailing list. And this
patch will be part of the upcoming Xenomai 2.5.3 release, available real
soon too (I mean today or tomorrow, no kidding).

I am of course interested in your feedback.

Thanks in advance.
Regards.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 36+ messages in thread

* Re: [Xenomai-help] Problems when cross-compiling Xenomai
  2010-05-05  0:11                                                     ` Gilles Chanteperdrix
@ 2010-05-06  3:27                                                       ` Felipe Brandão Cavalcanti
  0 siblings, 0 replies; 36+ messages in thread
From: Felipe Brandão Cavalcanti @ 2010-05-06  3:27 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai, Gilles Chanteperdrix

[-- Attachment #1: Type: text/plain, Size: 1516 bytes --]

2010/5/4 Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>

> Gilles Chanteperdrix wrote:
> > No, will try and get a Xenomai-patched 2.6.30 running on IGEP real soon
> > now... However, ARM I-pipe patches for something more recent than 2.6.30
> > should come soon, so, will not try really hard.
> >
>
> Hi Felipe,
>
> I finally had time to run Xenomai on IGEP. It almost worked out of the
> box (just had spurious irqs caused by the twl4030-irq driver using the
> I2C drive, a workaround being to disable the I2C irq line when writing
> to the I2C controller registers). If will be in the
> adeos-ipipe-2.6.33-arm-1.16-01 patch, for which you may have seen the
> pull request if you are subscribed to the adeos mailing list. And this
> patch will be part of the upcoming Xenomai 2.5.3 release, available real
> soon too (I mean today or tomorrow, no kidding).
>
> I am of course interested in your feedback.
>
> Thanks in advance.
> Regards.
>
>
Great! I will try it tomorrow. Your timing is just perfect - we have just
finished testing in our x86 machine and we were getting ready to make
everything work in our IGEP.

Many thanks for the great work,
     -Felipe Brandão Cavalcanti


> --
>                                             Gilles.
>



-- 
      -Felipe Brandão Cavalcanti
      LARA - Automation and Robotics Laboratory
      Department of Electrical Engineering
      UnB - University of Brasília, Brazil
      http://www.lara.unb.br/~fbcavalcanti/

[-- Attachment #2: Type: text/html, Size: 2144 bytes --]

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2010-05-06  3:27 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-10 11:27 [Xenomai-help] Problems when cross-compiling Xenomai Felipe Brandão Cavalcanti
2010-02-10 11:39 ` Gilles Chanteperdrix
2010-02-10 11:49   ` Felipe Brandão Cavalcanti
2010-02-10 11:58     ` Felipe Brandão Cavalcanti
2010-02-10 12:04       ` Gilles Chanteperdrix
2010-02-10 12:16         ` Gilles Chanteperdrix
2010-02-10 14:24       ` Gilles Chanteperdrix
2010-02-10 19:28         ` Felipe Brandão Cavalcanti
2010-02-11 18:05           ` Felipe Brandão Cavalcanti
2010-02-11 18:08             ` Gilles Chanteperdrix
2010-02-11 18:24               ` Felipe Brandão Cavalcanti
2010-02-11 18:39                 ` Gilles Chanteperdrix
2010-02-11 18:53                   ` Felipe Brandão Cavalcanti
2010-02-11 19:20                     ` Gilles Chanteperdrix
2010-02-11 19:38                     ` Gilles Chanteperdrix
2010-02-11 20:15                       ` Felipe Brandão Cavalcanti
2010-02-11 21:00                         ` Gilles Chanteperdrix
2010-02-11 22:30                           ` Felipe Brandão Cavalcanti
2010-02-12  7:20                             ` Gilles Chanteperdrix
2010-02-12 18:23                               ` Felipe Brandão Cavalcanti
2010-02-12 18:29                                 ` Gilles Chanteperdrix
2010-02-12 18:34                                   ` Stefan Kisdaroczi
2010-02-13 19:57                                     ` Felipe Brandão Cavalcanti
2010-02-13 20:02                                       ` Gilles Chanteperdrix
2010-02-13 20:25                                         ` Felipe Brandão Cavalcanti
2010-02-15 17:19                                           ` Felipe Brandão Cavalcanti
2010-02-15 18:19                                             ` Gilles Chanteperdrix
2010-02-15 18:34                                               ` Felipe Brandão Cavalcanti
2010-03-02 15:29                                                 ` Felipe Brandão Cavalcanti
2010-03-02 15:32                                                   ` Gilles Chanteperdrix
2010-05-05  0:11                                                     ` Gilles Chanteperdrix
2010-05-06  3:27                                                       ` Felipe Brandão Cavalcanti
2010-02-11 18:30             ` Gilles Chanteperdrix
2010-02-11 18:39               ` Felipe Brandão Cavalcanti
2010-02-10 12:00     ` Gilles Chanteperdrix
2010-02-10 12:19     ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.