[질문] 왜 file_operations 셋팅이 안되죠???
글쓴이: 익명 사용자 / 작성시간: 월, 2002/05/20 - 1:41오후
모르겠어요.... 도와 주세요... 왜 에러가 나죠....
--------------소스---------------------
#define MODULE
#include
#include
#include
#include
struct file_operations test = { };
---------error 메세지---------------
[root@localhost root]# make
cc -O2 -I.. -c -o make_module.o make_module.c
make_module.c85 variable `test' has initializer but incomplete
type ---->이부분입니다.
make *** [make_module.o] 오류 1
Forums:
Re: [질문] 왜 file_operations 셋팅이 안되죠???
추가 하세요...
#define _KERNEL_
댓글 달기