こんにちはgghiramotoといいます。 Vine3。1から3.2へのアップをしてから、2.4.31へカーネル 再構築を試みました。その時にエラーが出て、 $ make bzImage の時、コンパイルが停止します。 そのときのメッセージが以下の内容です。 解決法がわかる方のアドバイスをお願いします。 -ーーーーーーーーーーーーー make[3]: ディレクトリ `/usr/src/linux-2.4.31/net/ipv4' に入ります gcc -D__KERNEL__ -I/usr/src/linux-2.4.31/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=route -c -o route.o route.c route.c: 関数 `ip_rt_init' 内: route.c:2629: error: `proc_net_stat' undeclared (first use in this function) route.c:2629: error: (Each undeclared identifier is reported only once route.c:2629: error: for each function it appears in.) make[3]: *** [route.o] エラー 1 make[3]: ディレクトリ `/usr/src/linux-2.4.31/net/ipv4' から出ます make[2]: *** [first_rule] エラー 2 make[2]: ディレクトリ `/usr/src/linux-2.4.31/net/ipv4' から出ます make[1]: *** [_subdir_ipv4] エラー 2 make[1]: ディレクトリ `/usr/src/linux-2.4.31/net' から出 ます make: *** [_dir_net] エラー 2 ーーーーーーーーーーーーーーーーー