Hi

On Fri, Feb 6, 2009 at 6:28 PM, Stephane Lambert
<[email protected]> wrote:
> Hi all,
> I have a question concerning the compilation option (.config):
> the kernel outputs the following warning and error:
>
>       Warning: unable to open an initial console.
>       Kernel panic - not syncing: No init found.  Try passing init= option
> to kernel.
>
> It seems that the kernel doesn't get the binfmt_elf support activated by the
> CONFIG_BINFMT_ELF option.
> But the problem is that this option is not present in the .config file.
> So I can't include the binfmt_elf.c file in the kernel.
> How can I enable this option in the .config?
> Perhaps it depends on another option? if so , which one?
> Any suggestions?
>
> Thanks in advance.
> Regards.
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

I check my .config and I don't think it depends on other config. So
simply set "CONFIG_BINFMT_ELF=y" or do it via "make config" or "make
menuconfig"

NB: To me it is a bit strange you don't see that option enabled. ELF
is de facto binary format these days AFAIK

regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to