Kernel configuration missing ?

Adam Lackorzynski adam at os.inf.tu-dresden.de
Thu May 17 16:10:24 CEST 2007


On Thu May 17, 2007 at 09:34:32 +0000, chenggh wrote:
> On Wednesday 16 May 2007 21:57, you wrote:
> > Hi,
> >
> > On Wed May 16, 2007 at 20:07:26 +0000, chenggh wrote:
> > > 	I download the newest source page neened for L4Linux and Fiasco. The
> > > L4Dir is dice/  kernel/  l4/  l4linux-2.6/
> > > 	the compilations of fiasco kernel and l4 packages  is ok and when i
> > > enter the l4linux I input make menuconfig. There are some errors like
> > > this:
> > >
> > > /home/L4/tudos/l4linux-2.6/arch/l4/Makefile.l4conf:10: *** Kernel
> > > configuration missing.  Stop.
> > > make: *** [/home/L4/tudos/l4linux-2.6/Makeconf.l4conf] Error 2
> >
> > It's true that there's this irritating message but it should generally
> > work. Does for me like this:
> >
> > $ cd l4linux-2.6
> > $ mkdir /tmp/builddir
> > $ make O=/tmp/builddir menuconfig
> >   ... configure path to l4-obj-dir etc...
> > $ make O=/tmp/builddir
> 	There is still the problem in my machine like this:
> 
> root at darkstar:/home/L4/tudos/l4linux-2.6# make O=./build/ menuconfig
> /home/L4/tudos/l4linux-2.6/arch/l4/Makefile.l4conf:10: *** Kernel 
> configuration missing.  Stop.
> make[1]: *** [/home/L4/tudos/l4linux-2.6/build/Makeconf.l4conf] Error 2
> make: *** [menuconfig] Error 2

This works just fine for me:

l4linux-2.6$ mkdir build
l4linux-2.6$ make O=./build/ menuconfig
.../l4linux-2.6/arch/l4/Makefile.l4conf:10: *** Kernel configuration missing.  Stop.
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  GEN     /path/to/l4linux-2.6/build/Makefile
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
...
l4linux-2.6$ make O=./build/
L4 source directory: /path/to/l4
make -C /path/to/l4 -f .../l4linux-2.6/arch/l4/Makefile.l4conf O=/path/to/l4-obj-dir L4X_LOOP_CHECK=1 OUTPUT=.../l4linux-2.6/build/Makeconf.l4conf
  GEN     l4linux-2.6/build/Makeconf.l4conf
  GEN     l4linux-2.6/build/Makefile
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/l4/Kconfig
  Creating asm-l4/api-l4env -> asm/api symlink
  Creating asm-l4/l4lxapi/impl symlink
  Creating asm-l4/l4x-i386 -> asm/l4x symlink
...

As said, I'll try to fix the error message inbetween.

Maybe it's the make version. Which version are you using?


 
Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list