|
From: Szalai F. <sz...@ei...> - 2004-01-26 17:32:43
|
Hi Guys,
I was very happy when I heard about this project because this is exactly
what I need.
So I downloaded the last source release from sourceforge
(colinux-20040119.tar.gz)
I followed the instuctions in doc/building.
First I realized that the release doesn't contain any 'pre-maid' Linux
kernel config in conf/ directory. Never mind I maid it.
The second problem was more hard to solve. When I tried to compile the
kernel using =B4make vmlinux=B4 I got the following message:
gcc -D__KERNEL__ -I/usr/src/colinux/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=3D2 -march=3Di686 =20
-DKBUILD_BASENAME=3Dmain -c -o init/main.o init/main.c
In file included from /usr/src/colinux/linux/include/linux/blkdev.h:11,
from /usr/src/colinux/linux/include/linux/blk.h:4,
from init/main.c:25:
/usr/src/colinux/linux/include/asm/io.h:51:27: linux/colinux.h: No such
file or directory
make: *** [init/main.o] Error 1
I checked that the kernel patch really doesn't contain anything about
colinux.h. So where can I find it?
I hope I can help in development with testing.
--=20
Regards,
Feri
|