Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755935Ab3DLRlS (ORCPT ); Fri, 12 Apr 2013 13:41:18 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:40937 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753031Ab3DLRlR convert rfc822-to-8bit (ORCPT ); Fri, 12 Apr 2013 13:41:17 -0400 MIME-Version: 1.0 In-Reply-To: <516843C4.5030104@gmx.de> References: <51681FAA.7030108@gmx.de> <516843C4.5030104@gmx.de> Date: Fri, 12 Apr 2013 19:41:15 +0200 Message-ID: Subject: Re: build error with latest git kernel for a user mode linux build From: richard -rw- weinberger To: =?ISO-8859-1?Q?Toralf_F=F6rster?= Cc: "user-mode-linux-user@lists.sourceforge.net" , Linux Kernel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1370 Lines: 30 On Fri, Apr 12, 2013 at 7:26 PM, Toralf F?rster wrote: > On 04/12/2013 05:00 PM, richard -rw- weinberger wrote: >> Did you specify ARCH=um and SUBARCH=? > Only ARCH=um, but the full line give the same : > > $ make ARCH=um SUBARCH=x86 > scripts/kconfig/conf --silentoldconfig arch/x86/um/Kconfig > CHK include/generated/uapi/linux/version.h > make[3]: Nothing to be done for `all'. > make[1]: `arch/x86/um/user-offsets.s' is up to date. > CHK include/generated/utsrelease.h > CC arch/um/kernel/asm-offsets.s > In file included from /home/tfoerste/devel/linux/arch/um/include/asm/mman.h:5:0, > from /home/tfoerste/devel/linux/arch/x86/um/shared/sysdep/kernel-offsets.h:5, > from arch/um/kernel/asm-offsets.c:1: > /home/tfoerste/devel/linux/arch/um/include/shared/as-layout.h:9:35: fatal error: generated/asm-offsets.h: No such file or directory > compilation terminated. > make[1]: *** [arch/um/kernel/asm-offsets.s] Error 1 > make: *** [prepare0] Error 2 You .config build perfectly fine here. Have you tried a "make mrproper"? Thanks, //richard -- 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/