Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 15 Jun 2002 11:43:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 15 Jun 2002 11:43:44 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:47304 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Sat, 15 Jun 2002 11:43:44 -0400 Date: Sat, 15 Jun 2002 10:43:43 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: John covici cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.21 make problem In-Reply-To: <15627.4943.678449.561717@ccs.covici.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 15 Jun 2002, John covici wrote: > make[1]: Entering directory `/usr/src/linux-2.5.21/arch/i386/boot' > gcc -E -D__BIG_KERNEL__ -traditional -DSVGA_MODE=NORMAL_VGA -DRAMDISK=512 bootsect.S -o bbootsect.s > as -o bbootsect.o bbootsect.s > ld -m elf_i386 -Ttext 0x0 -s --oformat binary bbootsect.o -o bbootsect > make[1]: *** No rule to make target `/usr/src/linux-2.5.21/include/linux/compile.h', needed by `bsetup.s'. Stop. I suppose that means that compile.h does not exist at that location, for whichever reason. If you do "make" (or just "make SUBDIRS=init"), it should be generated. Does it output something something like "Generating ../include/linux/compile.h"? Is scripts/mkcompile_h executable? --Kai - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/