[okl4-developer] how to "hello server" problem (lnaming)

Remy Gottschalk rgottschalk at linagora.com
Tue Jul 15 23:27:31 EST 2008


On Tuesday 15 July 2008 14:51:26 Antonin SUBTIL wrote:
> [LINK] build/iguana/bin/vserial
> GNU ld version 2.15
> Copyright 2002 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License.  This program has absolutely no warranty.
> [IDL ] build/iguana/object/libs_vrtc/include/interfaces/vrtc_serverloop.c
> [IDL ] build/iguana/object/libs_vrtc/include/interfaces/vrtc_serverdecls.h
> [INST] build/iguana/include/interfaces/vrtc_serverdecls.h
> [CC  ] build/iguana/vrtc/object/src/rtc_server.o
> [INST] build/iguana/include/interfaces/vrtc_serverloop.c
> [CC  ] build/iguana/include/interfaces/vrtc_serverloop.o
> [VIRT] build/iguana/bin/vrtc.linkaddress
> [CC  ] build/iguana/object/libs_mc146818_rtc/src/main.o
> [AR  ] build/iguana/lib/libmc146818_rtc.a
> [LIB ] build/iguana/lib/libmc146818_rtc.a
> [LINK] build/iguana/bin/vrtc
> GNU ld version 2.15
> Copyright 2002 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License.  This program has absolutely no warranty.
> [IDL ] build/iguana/object/libs_hello/include/interfaces/hello_serverloop.c
> [IDL ]
> build/iguana/object/libs_hello/include/interfaces/hello_serverdecls.h
> [INST] build/iguana/include/interfaces/hello_serverdecls.h
> [CC  ] build/iguana/ig_hello/object/src/hello_server.o
> [INST] build/iguana/include/interfaces/hello_serverloop.c
> [CC  ] build/iguana/include/interfaces/hello_serverloop.o
> [VIRT] build/iguana/bin/ig_hello.linkaddress
> [LINK] build/iguana/bin/ig_hello
> GNU ld version 2.15
> Copyright 2002 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License.  This program has absolutely no warranty.
> /users/n348894/opt/nicta/gcc-3.3.4-glibc-2.3.3/i686-unknown-linux-gnu/bin/i
>686-unknown-linux-gnu-ld: cannot find -lnaming
> /users/n348894/opt/nicta/gcc-3.3.4-glibc-2.3.3/i686-unknown-linux-gnu/bin/i
>686-unknown-linux-gnu-ld: cannot find -lnaming
> scons: *** [build/iguana/bin/ig_hello] Error 1
> scons: building terminated because of errors.
>
> I'm still looking on this error, but if anyone has an idea so I'd save time
>

If your are using the latest version the naming server is now obsolete so you 
need to remove the dependency to it.
In :
iguana/hello/SConscript
Change :
LIBS=["c", "naming", "iguana", "l4", "l4e", "mutex"])
to
LIBS=["c", "iguana", "l4", "l4e", "mutex"])

More generally you will need to remove it anywhere it is used 

-- 
Remy Gottschalk - rgottschalk at linagora.com
Ingénieur informatique embarquée
Groupe LINAGORA - http://www.linagora.com
Tél.: +33(0)1 58 18 68 28 - Fax : +33(0)1 58 18 68 29



More information about the Developer mailing list