[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[plamo:16381] Re: NICmoduleの組み込み
-
From:naomijj
-
Date:Tue, 12 Nov 2002 23:10:35 +0900 (JST)
- Subject: [plamo:16381] Re: NICmoduleの組み込み
- From: naomijj@xxxxxxxxxxx
- Date: Tue, 12 Nov 2002 23:10:32 +0900
竺原です。
> > 参考にするのは、
> >
> > http://www.scyld.com/network/updates.html
> >
> > の中の
> >
> > "Installing Individual Drivers"
> >
> > の部分の方がいいかもしれません。一応念のため。
このページを参考に、
#make /usr/src/modules
#mount -t msdos /dev/fd0h1440 /mnt/fdd
#cp /mnt/fdd/pci-s* /usr/src/modules/
#cp /mnt/fdd/tul* /usr/src/modules/
#cp /mnt/fdd/ker* /usr/src/modules/
/usr/src/modules/内に
kern_compat.h pci-scan.c pci-scan.h tulip.c
をコピーしました。
#cd /usr/src/modules
#gcc -DMODULE -D__KERNEL__ -O6 -c driver.c
#gcc -DMODULE -D__KERNEL__ -O6 -c pci-scan.c
を行ったのですが、
tulip.c:1: parse error beforeb `<'
tulip.c:7: parse error at `..'
tulip.c:9: nondigits in number and not hexadecimal
.
.
.
と続く、エラーの嵐です。
__KERNEL__の部分は、_が2つ並んでいればよいと思うのですが。
Make fileの無いコンパイルは、あまりやった事がないので、
エラーの意味や、コマンド内の記号の意味がよく解らないです。
どなたか教えていただけませんでしょうか。
自分なりにも、gccについて調べてみます。
- Follow-Ups
-
- [plamo:16382] Re: NICmoduleの組み込み, maeyama
- References
-
- [plamo:16330] Re: NICmoduleの組み込み, naomijj
[検索ページ]
[メール一覧]
Plamo ML 公開システム