[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] compiling a kernel



Hello!

Today, I tried recompiling the kernel and, much to my surprise,
LIB 0.55.2 and GCC 2.95.2 failed to build both 1.15.5 and 1.15.6b
when trying to compile "random.c", even though this used to work
fine using GCC 2.8.1c and LIB 0.54b.

See the enclosed make_err.log

-- 
Martin-Éric Racine  http://funkyware.atari.org/  Atari TT030 FAQ
Lappeenranta, Finland.  Surfing on a Intel/Microsoft-free GEM OS
random.c:855: parse error before `+='
random.c:871: parse error before `('
random.c:871: warning: type defaults to `int' in declaration of `quickmovb'
random.c:871: conflicting types for `quickmovb
include/sproto.h:76: previous declaration of `quickmovb
random.c:871: warning: type defaults to `int' in declaration of `data'
random.c:871: parse error before `16'
random.c:874: parse error before `+'
random.c:878: warning: type defaults to `int' in declaration of `A'
random.c:878: `digest' undeclared here (not in a function)
random.c:878: warning: data definition has no type or storage class
random.c:879: warning: type defaults to `int' in declaration of `B'
random.c:879: `digest' undeclared here (not in a function)
random.c:879: warning: data definition has no type or storage class
random.c:880: warning: type defaults to `int' in declaration of `C'
random.c:880: `digest' undeclared here (not in a function)
random.c:880: warning: data definition has no type or storage class
random.c:881: warning: type defaults to `int' in declaration of `D'
random.c:881: `digest' undeclared here (not in a function)
random.c:881: warning: data definition has no type or storage class
random.c:882: warning: type defaults to `int' in declaration of `E'
random.c:882: `digest' undeclared here (not in a function)
random.c:882: warning: data definition has no type or storage class
random.c:890: parse error before `for'
random.c:903: warning: type defaults to `int' in declaration of `E'
random.c:903: redefinition of `E
random.c:882: `E
random.c:903: initializer element is not constant
random.c:903: warning: data definition has no type or storage class
random.c:903: warning: type defaults to `int' in declaration of `D'
random.c:903: redefinition of `D
random.c:881: `D
random.c:903: initializer element is not constant
random.c:903: warning: data definition has no type or storage class
random.c:903: warning: type defaults to `int' in declaration of `C'
random.c:903: redefinition of `C
random.c:880: `C
random.c:903: warning: left shift count >= width of type
random.c:903: initializer element is not constant
random.c:903: warning: data definition has no type or storage class
random.c:903: warning: type defaults to `int' in declaration of `B'
random.c:903: redefinition of `B
random.c:879: `B
random.c:903: initializer element is not constant
random.c:903: warning: data definition has no type or storage class
random.c:903: warning: type defaults to `int' in declaration of `A'
random.c:903: redefinition of `A
random.c:878: `A
random.c:903: initializer element is not constant
random.c:903: warning: data definition has no type or storage class
random.c:904: parse error before `}'
random.c:1040: parse error before `+='
random.c:1041: parse error before `+='
random.c:1042: parse error before `+='
random.c:1043: parse error before `+='
random.c:1044: parse error before `+='
random.c: In function `extract_entropy':
random.c:1222: warning: implicit declaration of function `SHATransform'
make[1]: *** [random.o] Error 1
make: *** [030] Error 2