* Warning in ac6
@ 2001-06-02 18:17 Sean Jones
2001-06-02 19:16 ` Alan Cox
0 siblings, 1 reply; 3+ messages in thread
From: Sean Jones @ 2001-06-02 18:17 UTC (permalink / raw)
To: Linux Kernel Mailing List
I've recieved this warning in the past several ac versions both 2.4.5
and 2.4.4. Here is the out put from the compiler:
gcc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=i586 -c -o init/main.o init/main.c
In file included from /usr/src/linux-2.4/include/linux/raid/md.h:50,
from init/main.c:24:
/usr/src/linux-2.4/include/linux/raid/md_k.h: In function
`pers_to_level':
/usr/src/linux-2.4/include/linux/raid/md_k.h:41: warning: control
reaches end of non-void function
Also the file /proc/sys/fs/binfmt_misc seems to be missing on my
machine. How would I remedy this problem?
Could you CC all responces to me because my router does not support ECN.
Thank you,
Sean Jones
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Warning in ac6
@ 2001-06-02 18:58 Wayne.Brown
0 siblings, 0 replies; 3+ messages in thread
From: Wayne.Brown @ 2001-06-02 18:58 UTC (permalink / raw)
To: Sean Jones; +Cc: Linux Kernel Mailing List
Sean Jones <sjones@ossm.edu> on 06/02/2001 01:17:15 PM
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
cc: (bcc: Wayne Brown/Corporate/Altec)
Subject: Warning in ac6
>Also the file /proc/sys/fs/binfmt_misc seems to be missing on my
>machine. How would I remedy this problem?
To answer one of your questions: /proc/sys/fs/binfmt_misc is a directory, not a
file. If you mean that this directory is present but empty, try this:
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
and see if the register and status files appear in it. If the directory isn't
there at all, make certain you have CONFIG_BINFMT_MISC=y in your .config file.
Wayne
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Warning in ac6
2001-06-02 18:17 Warning in ac6 Sean Jones
@ 2001-06-02 19:16 ` Alan Cox
0 siblings, 0 replies; 3+ messages in thread
From: Alan Cox @ 2001-06-02 19:16 UTC (permalink / raw)
To: Sean Jones; +Cc: Linux Kernel Mailing List
> I've recieved this warning in the past several ac versions both 2.4.5
> and 2.4.4. Here is the out put from the compiler:
This is a compiler bug. Its a harmless and incorrect warning
> Also the file /proc/sys/fs/binfmt_misc seems to be missing on my
> machine. How would I remedy this problem?
mount it. In -ac the binfmt_misc driver is its own file system
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-06-02 19:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-02 18:17 Warning in ac6 Sean Jones
2001-06-02 19:16 ` Alan Cox
-- strict thread matches above, loose matches on Subject: below --
2001-06-02 18:58 Wayne.Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox