From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269675AbUICNbu (ORCPT ); Fri, 3 Sep 2004 09:31:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269685AbUICNbu (ORCPT ); Fri, 3 Sep 2004 09:31:50 -0400 Received: from [170.210.239.2] ([170.210.239.2]:20875 "EHLO gtwing.efn.uncor.edu") by vger.kernel.org with ESMTP id S269675AbUICNbo (ORCPT ); Fri, 3 Sep 2004 09:31:44 -0400 Message-ID: <4138727D.8040602@efn.uncor.edu> Date: Fri, 03 Sep 2004 10:32:45 -0300 From: =?ISO-8859-1?Q?Mart=EDn_Chikilian?= User-Agent: Mozilla Thunderbird 0.6 (X11/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Ravnborg Cc: linux-kernel@vger.kernel.org Subject: Re: Weird problem when compiling kernel References: <4135C57C.9080604@efn.uncor.edu> <20040902201945.GB15298@mars.ravnborg.org> In-Reply-To: <20040902201945.GB15298@mars.ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 01, 2004 at 09:50:04AM -0300, Mart?n Chikilian wrote: >>Hello linux-kernel: >>I'm running Linux Slackware 10.0, kernel 2.6.7. I compiled such kernel >>when using Slackware 9.1, and after i *upgraded* to 10.0 and tried to >>compile 2.6.8.1, i noticed that i couldn't do that. When i wanted to >>modify my 2.6.7 configuration and tried to compile it again, i noticed >>that i couldn't do it either. >>I tried with all flavors off gcc, binutils, etc >>So, there is my prob. >>Error is: >>*rm -rf .tmp_versions >>mkdir -p .tmp_versions >>make -f scripts/Makefile.build obj=scripts/basic >>make -f scripts/Makefile.build obj=scripts >>make -f scripts/Makefile.build obj=arch/i386/kernel >>arch/i386/kernel/asm-offsets.s >>make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. >>make -f scripts/Makefile.build obj=init >>make -f scripts/Makefile.build obj=usr >> ld -m elf_i386 -r -o usr/built-in.o >>ld: no input files >>scripts/Makefile.build:229: *** [usr/built-in.o] Error 1 >>Makefile:600: *** [usr] Error 2 >>-- >>When make V=1. >>.config is in http://jumper.bounceme.net:81/slackatefn/.config >> >>gcc version: 3.4.1, make: 3.80, binutils: 2.15.90.0.3 >>I would appreciate any help/suggestion/hint. >> >> > > >Please try to do: >rm usr/*o >make V=1 > >and post output. > > > rm -rf .tmp_versions mkdir -p .tmp_versions make -f scripts/Makefile.build obj=scripts/basic make -f scripts/Makefile.build obj=scripts make -f scripts/Makefile.build obj=arch/i386/kernel arch/i386/kernel/asm-offsets.s make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. make -f scripts/Makefile.build obj=init make -f scripts/Makefile.build obj=usr gcc -Wp,-MD,usr/.gen_init_cpio.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o usr/gen_init_cpio usr/gen_init_cpio.c ./usr/gen_init_cpio > usr/initramfs_data.cpio gcc -Wp,-MD,usr/.initramfs_data.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -D__ASSEMBLY__ -Iinclude/asm-i386/mach-default -c -o usr/initramfs_data.o usr/initramfs_data.S ld -m elf_i386 -r -o usr/built-in.o ld: no input files scripts/Makefile.build:229: *** [usr/built-in.o] Error 1 Makefile:600: *** [usr] Error 2 >Also please check that you have gzip in your path. > > > > which gzip: /usr/bin/gzip >Your .config was far away from a valid 2.6.8.1 .config?? > > > It's not a 2.6.8.1 config, its a 2.6.7 one I hope all this information would be useful for you. Cya, Martin