|
From: Heinz-Peter H. <hei...@ut...> - 2009-12-18 17:24:49
|
Hi!
I have download the version 0.2 and tried to compile them. Got the
following messages:
Makefile:41: warning: overriding commands for target `clean'
rules.mk:29: warning: ignoring old commands for target `clean'
cc -M *.c > .deps.mk
cc: *.c: No such file or directory
cc: no input files
make: [.deps.mk] Error 1 (ignored)
Makefile:41: warning: overriding commands for target `clean'
rules.mk:29: warning: ignoring old commands for target `clean'
make -C lib
make[1]: Entering directory `/home/hirschh/work/C4/v2lin_v02/lib'
cc -M -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format
-Wno-unused-label -Wno-unused-variable -fmessage-length=0 -fPIC *.c >
.deps.mk
make[1]: Leaving directory `/home/hirschh/work/C4/v2lin_v02/lib'
make[1]: Entering directory `/home/hirschh/work/C4/v2lin_v02/lib'
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o lkernelLib.o
lkernelLib.c
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o ltaskLib.o ltaskLib.c
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o lmsgQLib.o lmsgQLib.c
lmsgQLib.c: In function ‘fetch_msg_from’:
lmsgQLib.c:358: warning: cast from pointer to integer of different size
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o lsemLib.o lsemLib.c
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o lwdLib.o lwdLib.c
cc -I../lib -g -D _USR_SYS_INIT_KILL -Wall -Wno-format -Wno-unused-label
-Wno-unused-variable -fmessage-length=0 -fPIC -c -o v2ldebug.o v2ldebug.c
v2ldebug.c:27: error: expected declaration specifiers or ‘...’ before
‘gettid’
v2ldebug.c:29: warning: return type defaults to ‘int’
v2ldebug.c: In function ‘_syscall0’:
v2ldebug.c:30: error: storage class specified for parameter ‘_argv’
v2ldebug.c:32: error: parameter ‘start_tv’ is initialized
v2ldebug.c:33: error: parameter ‘trace’ is initialized
v2ldebug.c:34: error: parameter ‘prev_tv’ is initialized
v2ldebug.c:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘{’ token
v2ldebug.c:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘{’ token
v2ldebug.c:62: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘{’ token
v2ldebug.c:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘{’ token
v2ldebug.c:27: error: old-style parameter declarations in prototyped
function definition
v2ldebug.c:27: error: parameter name omitted
v2ldebug.c:95: error: expected ‘{’ at end of input
make[1]: *** [v2ldebug.o] Error 1
make[1]: Leaving directory `/home/hirschh/work/C4/v2lin_v02/lib'
make: *** [all] Error 2
I am using this gcc version:
gcc (SUSE Linux) 4.4.1 [gcc-4_4-branch revision 150839]
Any idea for help?
Thanks a lot!
Peter...
|