peter wrote: > Oh that error happens while compiling, after menuconfig. > that was why I was wondering if I made mistake with config settings. > > Is there a site I can get detail info about the kernel setting using > menuconfig? > > Peter > > ----- Original Message ----- > From: "Justin P. Mattock"<justinmatt...@gmail.com> > To: "LFS Support List"<lfs-support@linuxfromscratch.org> > Sent: Wednesday, July 29, 2009 12:13 PM > Subject: Re: Error when trying "make" the kernel > > > >> peter wrote: >> >>> Hi Justin >>> >>> I tried to create a symlink as you said, but still getting exact same >>> messages: >>> >>> >>> >>>>> 2.6.27.4/usr/bin/ld:warning:cannotfindentrysymbol_start >>>>> /bin/sh: defaultingto0804080b8: command not found >>>>> make: *** [include/config/kernel.release] Error 127 >>>>> >>>>> >>> I also borrowed .config file from old one incase menuconfig didn't work >>> > well > >>> ----- Original Message ----- >>> From: "Justin P. Mattock"<justinmatt...@gmail.com> >>> To: "LFS Support List"<lfs-support@linuxfromscratch.org> >>> Sent: Wednesday, July 29, 2009 9:49 AM >>> Subject: Re: Error when trying "make" the kernel >>> >>> >>> >>> >>>> William Immendorf wrote: >>>> >>>> >>>>> 2009/7/28 peter<pe...@bios.co.jp>: >>>>> >>>>> >>>>> >>>>>> 2.6.27.4/usr/bin/ld:warning:cannotfindentrysymbol_start >>>>>> /bin/sh: defaultingto0804080b8: command not found >>>>>> make: *** [include/config/kernel.release] Error 127 >>>>>> >>>>>> >>>>>> >>>>> Sorry, your LFS text is a bit mangled. Try the development version, it >>>>> WFM on newer hosts. >>>>> >>>>> William >>>>> >>>>> >>>>> >>>> I'm guessing /bin/sh is not present. >>>> under the instructions it says to create a symlink: >>>> ln -fs /bin/sh bash or /bin/bash sh >>>> (can't remember which way it goes). >>>> >>>> Justin P. Mattock >>>> -- >>>> http://linuxfromscratch.org/mailman/listinfo/lfs-support >>>> FAQ: http://www.linuxfromscratch.org/lfs/faq.html >>>> Unsubscribe: See the above information page >>>> >>>> >>>> >>> >> Not sure whats happening. >> you compiled everything from the tutorial? >> you have the kernel headers in /usr/include/* >> >> main issue I had while compiling the kernel was >> making sure the headers were there, and binutils >> was installed. >> >> are you hitting this as soon as you do: >> make menuconfig >> or this hits while compiling? >> >> Justin P. Mattock >> -- >> http://linuxfromscratch.org/mailman/listinfo/lfs-support >> FAQ: http://www.linuxfromscratch.org/lfs/faq.html >> Unsubscribe: See the above information page >> >> > > Tough to say what might be happening, Especially if you followed the tutorial. Have you checked your install with bash. also maybe the chroot environment might have something to do with this error.
From examining the error: 2.6.27.4/usr/bin/ld:warning:cannotfindentrysymbol_start something with libc /bin/sh: defaultingto0804080b8: command not found maybe the environment isn't set correctly. make: *** [include/config/kernel.release] Error 127 maybe make is compile wrong. but then again could be something completely different. Any ideas anybody? (I'm lost on this one!!) Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page