lkml.org 
[lkml]   [1999]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject2.2.0-pre4: compile error
I got this with 2.2.0-pre4:

make -C ipc
make[1]: Entering directory `/home/tim/linux/ipc'
make all_targets
make[2]: Entering directory `/home/tim/linux/ipc'
gcc -D__KERNEL__ -I/home/tim/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -mno-fp-regs -ffixed-8 -mcpu=ev4 -c -o
util.o util.c
util.c:16: asm/ipc.h: No such file or directory
make[2]: *** [util.o] Error 1
make[2]: Leaving directory `/home/tim/linux/ipc'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/tim/linux/ipc'
make: *** [_dir_ipc] Error 2

This is on an alpha (noname). This error was introduced by this part of
the pre4 patch:

diff -u --recursive --new-file v2.2.0-pre3/linux/ipc/util.c
linux/ipc/util.c
--- v2.2.0-pre3/linux/ipc/util.c Fri Nov 27 13:09:29 1998
+++ linux/ipc/util.c Sat Jan 2 10:22:36 1999
@@ -12,7 +12,8 @@
#include <linux/mm.h>
#include <linux/shm.h>
#include <linux/init.h>
-
+#include <linux/msg.h>
+#include <asm/ipc.h>
#include <asm/uaccess.h>

#if defined(CONFIG_SYSVIPC)
Alpha appears to be the only port without an asm/ipc.h.

Tim.
*/


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.050 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site