[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:45438] Re: GPSによるntpサーバの構築
こんにちは。原です。
最近MLに(再)参加したのですが、なぜか今回は自分宛に
メールが届かないので、フォローがついたのにしばらく
気づきませんでした。アーカイブを見に行ってみて気づきました。
というわけで、土屋さん、丁寧なフォローをありがとうございます。
手順通りやってみていますが、カーネルの再構築がうまく
いきません。
http://www.math.kobe-u.ac.jp/~kodama/tips-GPS_Clock.html
にある通り、linux-2.4.21にPPSkit-2.1.2のパッチを当て
(reject全くなしでした)、config後、make-kpkg kernel-image
すると以下のところで止まります。
--------------------------------------------------
make[3]: Entering directory `/usr/src/linux-2.4.21/drivers/atm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs
-O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2
-march=i686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.21/include/linux/modversions.h -g -nostdinc -iwithprefix
include -DKBUILD_BASENAME=idt77252 -c -o idt77252.o idt77252.c
idt77252.c: In function `dequeue_rx':
idt77252.c:1102: error: incompatible types in assignment
idt77252.c:1180: error: incompatible types in assignment
idt77252.c:1202: error: incompatible types in assignment
idt77252.c: In function `idt77252_rx_raw':
idt77252.c:1340: error: incompatible types in assignment
make[3]: *** [idt77252.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.21/drivers/atm'
make[2]: *** [_modsubdir_atm] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.21/drivers'
make[1]: *** [_mod_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21'
make: *** [stamp-build] Error 2
--------------------------------------------------
xtimeという変数を代入している箇所にエラーが出ています。
aptitudeで2.4.21のソースを見つけられなかったので
www.kernel.orgから取ってきたのですが、その辺のからみでしょうか。
もう少し頑張ってみますが、もし何かヒントをお持ちの方が
いらっしゃったら御助言頂ければ幸いです。