From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 3 May 2002 11:08:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 3 May 2002 11:08:02 -0400 Received: from louise.pinerecords.com ([212.71.160.16]:32520 "EHLO louise.pinerecords.com") by vger.kernel.org with ESMTP id ; Fri, 3 May 2002 11:08:00 -0400 Date: Fri, 3 May 2002 17:07:31 +0200 From: tomas szepe To: Keith Owens Cc: kbuild-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: your mail Message-ID: <20020503150731.GA15883@louise.pinerecords.com> In-Reply-To: <13468.1020435550@ocs3.intra.ocs.com.au> <20020503143738.GC14121@louise.pinerecords.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-OS: Linux/sparc 2.2.21-rc3-ext3-0.0.7a SMP (up 11 days, 9:32) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Building as follows works, though. $ cd /usr/src && tar xzf linux-2.5.13.tar.gz $ cd ~ && mkdir build && cd build $ export KBUILD_OBJTREE=$PWD $ export KBUILD_SRCTREE_000=/usr/src/linux-2.5.13 $ alias M="make -f $KBUILD_SRCTREE_000/Makefile-2.5" $ cp /lib/modules/2.5.13/.config . $ M oldconfig $ M installable T. > > Release 2.4 of kernel build for kernel 2.5 (kbuild 2.5) is available. > > http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download > > release 2.4. > > > > kbuild-2.5-core-13-1. > > I believe you meant 's/13/10/'. > > > kbuild-2.5-common-2.5.13-1. > > kbuild-2.5-i386-2.5.13-1. > > hmmm.. doesn't look so good. > > kala@nibbler:~$ tar xzf /usr/src/linux-2.5.13.tgz > kala@nibbler:~$ cd linux-2.5.13 > kala@nibbler:~/linux-2.5.13$ zcat /usr/src/kbuild-2.5-core-10.gz /usr/src/kbuild-2.5-common-2.5.13-1.gz /usr/src/kbuild-2.5-i386-2.5.13-1.gz |patch -sp1 > kala@nibbler:~/linux-2.5.13$ cp /lib/modules/2.5.13/.config . > kala@nibbler:~/linux-2.5.13$ make -f Makefile-2.5 oldconfig > Makefile-2.5:251: /no_such_file-arch/i386/Makefile.defs.noconfig: No such file or directory > /home/kala/linux-2.5.13/scripts/Makefile-2.5:473: /no_such_file-arch/i386/Makefile.defs.config: No such file or directory > Makefile-2.5:251: /no_such_file-arch/i386/Makefile.defs.noconfig: No such file or directory > /home/kala/linux-2.5.13/scripts/Makefile-2.5:473: /no_such_file-arch/i386/Makefile.defs.config: No such file or directory > Using ARCH='i386' AS='as' LD='ld' CC='/usr/bin/gcc' CPP='/usr/bin/gcc -E' AR='ar' HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar' > Generating global Makefile > phase 1 (find all inputs) > ... > > kala@nibbler:~/linux-2.5.13$ make -f Makefile-2.5 installable > Makefile-2.5:251: /no_such_file-arch/i386/Makefile.defs.noconfig: No such file or directory > spec value %p not found > /home/kala/linux-2.5.13/scripts/Makefile-2.5:473: /no_such_file-arch/i386/Makefile.defs.config: No such file or directory > Using ARCH='i386' AS='as' LD='ld' CC='/usr/bin/gcc' CPP='/usr/bin/gcc -E' AR='ar' HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar' > Generating global Makefile > phase 1 (find all inputs) > phase 2 (convert all Makefile.in files) > phase 3 (evaluate selections) > phase 4 (integrity checks, write global makefile) > pp_makefile4: arch/i386/lib/lib.a is selected but is not part of vmlinux, missing link_subdirs? > make: *** [phase4] Error 1 > > > T. > - > 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/