From: Kimitoshi T. <kt...@cl...> - 2004-07-26 10:14:00
|
Hello all I'm trying to build bproc tools on newly installed Fedora Core 2 box. So far, I had luck in compiling following software: bproc-4.0.0pre5 beonss-cm1.1 bjs-1.5 cmtool-1.4 mpich-1.2.5.2(bproc-pacthed) linux-2.6.6(bproc-pacthed) However, I got stuck in building beoboot-cm1.9. When I type make in the source directory, it stops with following messages; $ make make -C monte LINUX=/lib/modules/2.6.6-bproc4.0.0pre5_01/build EXTRAKDEFS="" kmonte.ko make[1]: Entering directory `/home/ktaka/ezCluster-1.0.0/SRC/beoboot-cm1.9/monte' gcc -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 - march=pentium4 -I/lib/modules/2.6.6-bproc4.0.0pre5_01/build/include/asm-i386/mach-default -O2 -fomit-frame-pointer -g - Wdeclaration-after-statement -DMODULE -DPACKAGE_VERSION='"cm1.9"' -I. -c -o kmonte.o kmonte.c kmonte.c:66:27: linux/pagemap.h: No such file or directory kmonte.c:67:24: linux/slab.h: No such file or directory kmonte.c:70:25: asm/uaccess.h: No such file or directory kmonte.c:72:25: asm/pgtable.h: No such file or directory <big snip> There aren't linux/pagemap.h, linux/slab.h, asm/uaccess.h, asm/pgtable.h in /usr/include on my FC2 box. Those files exist on other boxes such as RH9, RH8 but not in the new FC2 box. I'm wondering if there is anybody who had same situation. Also I want to know where to get those headers from. Simply copying them from the kernel source didn't let me through the compilation. Thank you Kimitohsi Takahashi Cluster Computing Inc. Japan |