Re: 2.0.26 compile-failures

Kernel Admin User (krnuser@temic-ech.spacenet.de)
Sat, 23 Nov 1996 17:56:41 +0100 (MET)


Hello Holger,

> I had errors building newest stable kernel 2.0.26
> After a make clean ; make dep on my client (p133)
> make zImage failed at building the aic7xxx - code FAILED with:
...
I use also the aic7xxx.c driver, but have no trouble with 2.0.26.
...
> and on my server
> make modules FAILED at buidling isdn-modules with
> - -------------------------------------------------
> gcc -D__KERNEL__ -I/usr/src/v2.0.26/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -DMODULE -DMODVERSIONS -include /usr/src/v2.0.26/include/linux/modversions.h -c -o isdnl3.o isdnl3.c
> l3_1TR6.c: In function `l3_1tr6_setup':
> In file included from isdnl3.c:522:
> l3_1TR6.c:61: `PROTO_DIS_N1' undeclared (first use this function)
...
Unfortunatly, this is a real bug, one file was missing in the patch: proto.h
in the teles directory.
Here is it:
/* $Id: proto.h,v 1.1 1996/09/23 01:53:52 fritz Exp $
*
* not much now - just the l3 proto discriminator
*
* $Log: proto.h,v $
* Revision 1.1 1996/09/23 01:53:52 fritz
* Bugfix: discard unknown frames (non-EDSS1 and non-1TR6).
*
*/

#ifndef PROTO_H
#define PROTO_H

#define PROTO_EURO 0x08
#define PROTO_DIS_N0 0x40
#define PROTO_DIS_N1 0x41

#endif

>
> P.S. : I am running the stable packages from Documentation/Changes except
> my libc is 5.3.12 and my gcc 2.7.2, i hope its not that.
>
my gcc is also 2.7.2 (libc: 5.2.18).

Karsten