[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error in kernel module
From: |
ajay parashar |
Subject: |
Error in kernel module |
Date: |
Thu, 24 May 2007 05:24:21 +0100 (BST) |
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 <
address@hidden >
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!
- Error in kernel module,
ajay parashar <=