Hi,

I'm trying to get the BINFMT support to work, but though I've set the
property through 'make kernelconfig'->General setup->Kernel support
for MISC binaries, after I've run "./configure", the kernel setting is
lost.
(Entering make kernelconfig again, the 'Kernel support for MISC...' is
empty)

What's going on here ? Please advice.
The resulting fimage does not seem to include the binfmt lib...

Here's som console output:

$ grep BINFMT_MISC kernelconfig*
kernelconfig:# CONFIG_BINFMT_MISC is not set
kernelconfig~:# CONFIG_BINFMT_MISC is not set
kernelconfig-2.6:CONFIG_BINFMT_MISC=y
kernelconfig-2.6.orig:# CONFIG_BINFMT_MISC is not set
$ ./configure
### Selected product: "fox" ###
 * Using previously fetched packages...
done
 * Using compiler "/usr/local/cris/bin/cris-axis-linux-gnu-gcc"
(revision "R63").
 * Using previously fetched packages... done
 * Generating "Makefile"... done
Creating init_env...
$ grep BINFMT_MISC kernelconfig*
kernelconfig:# CONFIG_BINFMT_MISC is not set
kernelconfig~:# CONFIG_BINFMT_MISC is not set
kernelconfig-2.6:# CONFIG_BINFMT_MISC is not set
kernelconfig-2.6.orig:# CONFIG_BINFMT_MISC is not set
$

Thanks,
//Jonas


Reply via email to