kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Char driver
@ 2011-05-07 13:25 Aravind Vijayan
  2011-05-07 14:20 ` Vic
  2011-05-08  8:36 ` Mulyadi Santosa
  0 siblings, 2 replies; 3+ messages in thread
From: Aravind Vijayan @ 2011-05-07 13:25 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

 i am totally newbie to drivers,but i like to deal with them . I have
a code here:http://pastebin.com/9YsJetek


when i try to make it,

/*make file*/
obj-m +=memory.o

all:
	make -C  /lib/modules/$(shell uname -r)/build M=$(pwd) modules
clean:
	make -C  /lib/modules/$(shell uname -r)/build M=$(pwd) clean
/*End*/


i got some error:
make -C  /lib/modules/2.6.35.12-90.fc14.i686/build M= modules
make[1]: Entering directory `/usr/src/kernels/2.6.35.12-90.fc14.i686'
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[2]: *** No rule to make target `missing-syscalls'.  Stop.
make[1]: *** [prepare0] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.35.12-90.fc14.i686'
make: *** [all] Error 2

how can i fix this....

Thanks in advance.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-08  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 13:25 Char driver Aravind Vijayan
2011-05-07 14:20 ` Vic
2011-05-08  8:36 ` Mulyadi Santosa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).