こんばんわ、大原です。 <ohhara@xxxxxxxxxxxxxxxxxxx> 以前今井さんのキーボードフックドライバのページを紹介してもらった のですが、問題が発生したためにメールしました。 カーネルモジュールをつくるために"make"を実行したのですが 「 make: ターゲット `all' はエラーにより再 make できませんでした。」 というメッセージがでて作れません。どうしたら良いのでしょう。 Makefileは以下↓の通りです。 CC = gcc CFLAGS = -O2 TARGETS = pseudokbd.o all: $(TARGETS) pseudokbd.o: pseudokbd.c clean: rm -f $(TARGETS) *~ core 後、以下のようなメッセージが気になるのですが。これが原因なのでしょうか? /usr/include/linux/coda.h:261: storage size of `va_atime' isn't known /usr/include/linux/coda.h:262: storage size of `va_mtime' isn't known /usr/include/linux/coda.h:263: storage size of `va_ctime' isn't known /usr/include/linux/coda.h:566: storage size of `attr' isn't known /usr/include/linux/fs.h:534: storage size of `f_owner' isn't known /usr/include/linux/reiserfs_fs_sb.h:317: storage size of `j_journal_list' isn't known /usr/include/linux/sched.h:375: storage size of `times' isn't known 御指導よろしくお願いします!
Follow-Ups:
- [linux-users:101596] Re: カーネルモジュールの作成についてSUZUKI Yasuhiro
- [linux-users:101075] xwindowについてohhara
- [linux-users:101076] Re: xwindow についてAkinori AIZAWA
- [linux-users:101080] Re: xwindow についてMATSUDA Yoh-ichi / 松田陽一
- Prev by Subject: [linux-users:101589] Re: カーネルモジュールの作成について
- Next by Subject: [linux-users:101591] カーネルモジュールの作成について
- Previous by thread: [linux-users:101605] Re: カーネルモジュールの作成について
- Next by thread: [linux-users:101596] Re: カーネルモジュールの作成について
- Indexes:[Main][Thread]