Quote:
|
Originally Posted by sajjadc
how i can write makefile in RHEL 4
|
I write makefiles with a text editor. Some people use an IDE. How have
you been trying to go about it?
Quote:
|
is it doesnt support module programming?
|
How could it not? Your kernel has modules does it not?
How to program a module ... use C++ to write the code and gcc to compile it. I think this question may be just a tad general.
It may help to examine the "modules" target in the Makefile that comes with the kernel source.
(Possibly you need to install the development tools?)
more information