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

Re: compiling a kernel



> arch/m68k/mac/mac.o: In function `mac_nmi_handler':
> arch/m68k/mac/mac.o(.text+0x1b68): undefined reference to `ncr_debug'
> 
> and a few more lines to that effect.

Make sure you enabled the NCR5380 SCSI driver. If that doesn't help, just
remove the reference to ncr_debug from mac_nmi_handler (it should be
declared in mac_scsi.c, referenced as external in macints.c).

	Michael



Reply to: