From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52232BE0.6050400@laposte.net> Date: Sun, 01 Sep 2013 13:58:24 +0200 From: Marc Le Douarain MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format="flowed" Content-Transfer-Encoding: quoted-printable Subject: [Xenomai] =?windows-1252?q?Error_=22field_=91pse51=5Fsi=92_has_in?= =?windows-1252?q?complete_type=22_in_syscall=2Eh_after_upgrading_Ubuntu_D?= =?windows-1252?q?istrib_to_13=2E04?= List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai Hello everybody, I have an application using Xenomai that do no more compile after I have=20 recently upgraded from Ubuntu 12.10 to 13.04 Here the error I have in one one file including "phread.h" : gcc -c tasks.c -o tasks.o -march=3Di486 ...(custom defines)...=20 `xeno-config --skin posix --cflags` In file included from /usr/xenomai/include/asm/xenomai/syscall.h:23:0, from /usr/xenomai/include/nucleus/trace.h:52, from /usr/xenomai/include/nucleus/system.h:27, from /usr/xenomai/include/asm/xenomai/system_32.h:137, from /usr/xenomai/include/asm/xenomai/system.h:2, from /usr/xenomai/include/nucleus/types.h:41, from /usr/xenomai/include/nucleus/thread.h:25, from /usr/xenomai/include/posix/pthread.h:136, from tasks.c:34: /usr/xenomai/include/asm-generic/xenomai/syscall.h:78:17: erreur: field=20 =91pse51_si=92 has incomplete type make: *** [tasks.o] Erreur 1 gcc installed on this version is 4.7.3 My project based on Linux kernel 2.6.38.8 and Xenomai 2.5.6 any one have an idea, on something that could be done...? else I'm thinking to install an older version in virtual machine to no=20 more encounter bad surprises with upgrades ! Many thanks in advance.