dm_generic build problems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everybody, when trying to build drops on my machine (Gentoo linux, gcc 3.3.5) I encountered the following errors: - ------------------------------- make[2]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl' PWD=/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2 make -C OBJ-x86-l4v2 -f Makefile make[3]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2' ~ ... Generating dm_generic-server.c LD_PRELOAD=/home/bjoern/cvs/l4/tool/gendep/libgendep.so GENDEP_TARGET="dm_generic-server.c dm_generic-server.h dm_generic-client.c dm_generic-client.h dm_generic-sys.h" GENDEP_BINARY=cpp0 GENDEP_DEPFILE=.dm_generic.idl.d CC=gcc false - -fforce-corba-alloc -fl4types -P-DRAM_BASE=0x0 -P-DSYSTEM_x86_l4v2 - -P-DARCH_x86 -P-DCPUTYPE_ -P-DL4API_l4v2 - -P-I../../../../include/x86/l4v2 - -P-I/home/bjoern/src/drops/include/x86/l4v2 - -P-I../../../../include/l4v2 -P-I/home/bjoern/src/drops/include/l4v2 - -P-I../../../../include/x86 -P-I/home/bjoern/src/drops/include/x86 - -P-I../../../../include -P-I/home/bjoern/src/drops/include -P-nostdinc - -P-DOSKIT -P-I../../../../../oskit10 - -P-I../../../../../oskit10/oskit/c - -P-I/home/bjoern/src/drops/include/oskit10 - -P-I/home/bjoern/src/drops/include/oskit10/oskit/c - -P-I/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include ../dm_generic.idl make[3]: *** [dm_generic-server.c] Error 1 make[3]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2' make[2]: *** [OBJ-x86-l4v2] Error 2 make[2]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl' make[1]: *** [idl] Error 2 make[1]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic' make: *** [dm_generic.headers] Error 2 bash-2.05b$ - --------------------------------- Since there is no error message I could react on (like "missing file xyz" or something) I just don't know how to handle this. Does anybody have an Idea about that? Many thanks and greetings Björn Fischer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCGe1QTpwRRbjCovARAtVeAKCS6ekiBf12nv8DfMdLaDRPTUdc7ACeKrUL BQv40p8thr3Vt6J1RJZufk8= =3rjt -----END PGP SIGNATURE-----
On Mon, 21 Feb 2005, Björn Fischer wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello everybody, when trying to build drops on my machine (Gentoo linux, gcc 3.3.5) I encountered the following errors:
- ------------------------------- make[2]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl' PWD=/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2 make -C OBJ-x86-l4v2 -f Makefile make[3]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2' ~ ... Generating dm_generic-server.c LD_PRELOAD=/home/bjoern/cvs/l4/tool/gendep/libgendep.so GENDEP_TARGET="dm_generic-server.c dm_generic-server.h dm_generic-client.c dm_generic-client.h dm_generic-sys.h" GENDEP_BINARY=cpp0 GENDEP_DEPFILE=.dm_generic.idl.d CC=gcc false
[snip] The Makefile has called the program "false" as you can see. What did you do to build? You should do a "make" in the l4 topdir after having configured with "make config"
Since there is no error message I could react on (like "missing file xyz" or something) I just don't know how to handle this.
Does anybody have an Idea about that?
Many thanks and greetings
Björn Fischer
Hello Bjoern, Björn Fischer wrote:
- ------------------------------- make[2]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl' PWD=/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2 make -C OBJ-x86-l4v2 -f Makefile make[3]: Entering directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2' ~ ... Generating dm_generic-server.c LD_PRELOAD=/home/bjoern/cvs/l4/tool/gendep/libgendep.so GENDEP_TARGET="dm_generic-server.c dm_generic-server.h dm_generic-client.c dm_generic-client.h dm_generic-sys.h" GENDEP_BINARY=cpp0 GENDEP_DEPFILE=.dm_generic.idl.d CC=gcc false - -fforce-corba-alloc -fl4types -P-DRAM_BASE=0x0 -P-DSYSTEM_x86_l4v2 - -P-DARCH_x86 -P-DCPUTYPE_ -P-DL4API_l4v2 - -P-I../../../../include/x86/l4v2 - -P-I/home/bjoern/src/drops/include/x86/l4v2 - -P-I../../../../include/l4v2 -P-I/home/bjoern/src/drops/include/l4v2 - -P-I../../../../include/x86 -P-I/home/bjoern/src/drops/include/x86 - -P-I../../../../include -P-I/home/bjoern/src/drops/include -P-nostdinc - -P-DOSKIT -P-I../../../../../oskit10 - -P-I../../../../../oskit10/oskit/c - -P-I/home/bjoern/src/drops/include/oskit10 - -P-I/home/bjoern/src/drops/include/oskit10/oskit/c - -P-I/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/include ../dm_generic.idl make[3]: *** [dm_generic-server.c] Error 1 make[3]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl/OBJ-x86-l4v2' make[2]: *** [OBJ-x86-l4v2] Error 2 make[2]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic/idl' make[1]: *** [idl] Error 2 make[1]: Leaving directory `/home/bjoern/cvs/l4/pkg/dm_generic' make: *** [dm_generic.headers] Error 2 bash-2.05b$ - ---------------------------------
Since there is no error message I could react on (like "missing file xyz" or something) I just don't know how to handle this.
Does anybody have an Idea about that? The last file in the command line is an IDL file, suggesting Dice should be invoked. Searching the command line for it I only found "fals" right after "CC=gcc": Looks like Dice does not exist.
Hope that helps, Ron. -- With regards Ronald Aigner @ ST Microelectronics aigner.eurecom@st.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 |> |> Since there is no error message I could react on (like "missing |> file xyz" or something) I just don't know how to handle this. |> |> Does anybody have an Idea about that? | | The last file in the command line is an IDL file, suggesting Dice | should be invoked. Searching the command line for it I only found | "fals" right after "CC=gcc": Looks like Dice does not exist. | | Hope that helps, Ron. Yep, that was quite the problem. Had to build and install dice first. Maybe that would be a good hint to put into the drops installation instruction? Many thanks for your quick answer. Greetings Björn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCHESaTpwRRbjCovARAmhhAKCQ+RlinOE/gTTR5TakriDVqjJPaQCfXm8L Bld71RsZBQL+oFSrHuIiQ7g= =CrfA -----END PGP SIGNATURE-----
participants (3)
-
Björn Fischer -
Cedric Roux -
Ronald AIGNER