[Xenomai-core] [SOLO] Build fail due to lack file(s)

2008-03-26 Thread jserv
Hello list,

After git pull, I found that pSOS(*) emulation interface on top of the
Xenomai/SOLO framework was checked in.  However, it fails to build due
to lack file(s) in repository.  Here are the compilation results:

%
make[1]: Entering directory `/tmp/xenomai-solo/psos'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include  -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -fstrict-aliasing 
-Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ -D__SOLO__ -Wstrict-prototypes 
-include xeno_config.h -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
 gcc -DHAVE_CONFIG_H -I. -I../include -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall 
-pipe -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ 
-D__SOLO__ -Wstrict-prototypes -include xeno_config.h -I../include -MT 
libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c -o 
libpsos_la-init.o
init.c:30:19: error: queue.h: No such file or directory
init.c: In function 'PSOS_INIT':
init.c:46: error: 'psos_queue_table' undeclared (first use in this function)
init.c:46: error: (Each undeclared identifier is reported only once
init.c:46: error: for each function it appears in.)
make[1]: *** [libpsos_la-init.lo] Error 1
 %

Thanks,
-jserv

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [SOLO] Build fail due to lack file(s)

2008-03-26 Thread Philippe Gerum
[EMAIL PROTECTED] wrote:
 Hello list,
 
 After git pull, I found that pSOS(*) emulation interface on top of the
 Xenomai/SOLO framework was checked in.  However, it fails to build due
 to lack file(s) in repository.  Here are the compilation results:
 
 %
 make[1]: Entering directory `/tmp/xenomai-solo/psos'
 /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
 -I../include  -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe -fstrict-aliasing 
 -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ -D__SOLO__ 
 -Wstrict-prototypes -include xeno_config.h -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
  gcc -DHAVE_CONFIG_H -I. -I../include -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall 
 -pipe -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ 
 -D__SOLO__ -Wstrict-prototypes -include xeno_config.h -I../include -MT 
 libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c init.c -o 
 libpsos_la-init.o
 init.c:30:19: error: queue.h: No such file or directory
 init.c: In function 'PSOS_INIT':
 init.c:46: error: 'psos_queue_table' undeclared (first use in this function)
 init.c:46: error: (Each undeclared identifier is reported only once
 init.c:46: error: for each function it appears in.)
 make[1]: *** [libpsos_la-init.lo] Error 1
  %


I will commit them later today, and they should appear in the public GIT tree
tonight (CET).

 Thanks,
 -jserv
 


-- 
Philippe.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [SOLO] Build fail due to lack file(s)

2008-03-26 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote:
 
 After git pull, I found that pSOS(*) emulation interface on top of the
 Xenomai/SOLO framework was checked in.  However, it fails to build due
 to lack file(s) in repository.  Here are the compilation results:

That is to be expected. The README  file  has  a  section  Available
emulators/APIs  which  only  lists VxWorks so far - nothing else has
been ported yet.

Patches are welcome, of course :-)

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
Just because your doctor has a name for your condition  doesn't  mean
he knows what it is.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core


Re: [Xenomai-core] [SOLO] Build fail due to lack file(s)

2008-03-26 Thread Philippe Gerum
Philippe Gerum wrote:
 [EMAIL PROTECTED] wrote:
 Hello list,

 After git pull, I found that pSOS(*) emulation interface on top of the
 Xenomai/SOLO framework was checked in.  However, it fails to build due
 to lack file(s) in repository.  Here are the compilation results:

 %
 make[1]: Entering directory `/tmp/xenomai-solo/psos'
 /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
 -I../include  -g -O0 -D_GNU_SOURCE -D_REENTRANT -Wall -pipe 
 -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ -D__XENO__ 
 -D__SOLO__ -Wstrict-prototypes -include xeno_config.h -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
  gcc -DHAVE_CONFIG_H -I. -I../include -g -O0 -D_GNU_SOURCE -D_REENTRANT 
 -Wall -pipe -fstrict-aliasing -Wno-strict-aliasing -D__SOLO_DEBUG__ 
 -D__XENO__ -D__SOLO__ -Wstrict-prototypes -include xeno_config.h 
 -I../include -MT libpsos_la-init.lo -MD -MP -MF .deps/libpsos_la-init.Tpo -c 
 init.c -o libpsos_la-init.o
 init.c:30:19: error: queue.h: No such file or directory
 init.c: In function 'PSOS_INIT':
 init.c:46: error: 'psos_queue_table' undeclared (first use in this function)
 init.c:46: error: (Each undeclared identifier is reported only once
 init.c:46: error: for each function it appears in.)
 make[1]: *** [libpsos_la-init.lo] Error 1
  %

 
 I will commit them later today, and they should appear in the public GIT tree
 tonight (CET).
 

The missing files have been committed, so they should be mirrored to the public
GIT tree in a few hours from now.

BIG FAT WARNING: The pSOS emulator is in its early development stage, really,
badly early. It compiles, but is incomplete, and can't reasonably work properly
yet. If you just want to play with SOLO, you should stick to the VxWorks
emulator, which is the only one that has been officially announced so far. Of
course, if you want to help debugging the new pSOS emulator, you are welcome as
well (but it's still a bit early, though).

-- 
Philippe.

___
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core