Messages in this thread |  | | Date | 24 Oct 1996 21:48:18 -0000 | From | Bill Hogan <> | Subject | patch-2.0.23/i386 |
| |
I applied patch-2.0.23 to my working 2.0.22 linux kernel sources; afaict the patch went in OK but the `make zImage' fails at this point:
--------------------------------- quote ----------------------------
[...]
gcc -I/E/RedHat-usr-src-linux-2.0.10-4+Sunsite_patches/include -o aic7xxx_asm aic7xxx_asm.c ./aic7xxx_asm -o aic7xxx_seq.h aic7xxx.seq 430 out of 448 instructions used. gcc -D__KERNEL__ -I/E/RedHat-usr-src-linux-2.0.10-4+Sunsite_patches/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -DCPU=486 -DMODULE -DGENERIC_NCR5380_OVERRIDE="{{(NCR5380_map_type)0x350,5,0, BOARD_NCR53C400}};" -c -o aic7xxx.o aic7xxx.c aic7xxx.c: In function `aic7xxx_register': aic7xxx.c:4320: `shared_3985_scbs' undeclared (first use this function) aic7xxx.c:4320: (Each undeclared identifier is reported only once aic7xxx.c:4320: for each function it appears in.) make[2]: *** [aic7xxx.o] Error 1 make[2]: Leaving directory `/E/RedHat-usr-src-linux-2.0.10-4+Sunsite_patches/drivers/scsi' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/E/RedHat-usr-src-linux-2.0.10-4+Sunsite_patches/drivers' make: *** [modules] Error 2 ------------------------------ end quote -------------------------------
I should perhaps mention that here I used the same .config file to do the `make config' step as I used when I compiled my current (2.0.22) working kernel.
Not clear to me how to proceed in this matter. Bill
-- <bhogan@rahul.net>
|  |