Hi,
  I am using fedora 6. i write a simple hello world kernel module 
  i write following makefile for building this module.
  ###############################
   
  obj-m+=hello.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
   
  ##############################
  while runnimg make i am getting this error
  
" This program is built for i686-redhat-linux-gnu
report bugs to <bug-make@gnu.org >
make *** [all] Error2 "
could you please let me know what is the issue.
Regards
Ajay

       
---------------------------------
 Did you know? You can CHAT without downloading messenger.  Know how!
_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to