In linux module development you should use the kernel Makefile to compile your source. You have to write a tiny Makefile to do it. Many times the module built from only one source file, but not always. To build a module download the kernel source and use the same toolchain you used in the kernel build process.
The makefile for one source code - simple.c
-------------------------------------------
CC=gcc
.PHONY: modules all
obj-m := simple.o
KERNELDIR := /path/to/linux/kernel/source
PWD := $(shell pwd)
all: modules
module:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
rm *.ko *.o
--------------------------------------------
Makefile for many source files module
--------------------------------------
CC=gcc
.PHONY: modules all
obj-m := multi.o
multi-objs := file1.o file2.o file3.o
KERNELDIR := /path/to/linux/kernel/source
PWD := $(shell pwd)
all: modules
module:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
clean:
rm *.ko *.o
-------------------------------------------------------------
for help and other learning materials
visit our site: Bina
Subscribe to:
Post Comments (Atom)
4 comments:
Do You interesting of [b]Generic Viagra in Canada[/b]? You can find below...
[size=10]>>>[url=http://listita.info/go.php?sid=1][b]Generic Viagra in US and Canada[/b][/url]<<<[/size]
[URL=http://imgwebsearch.com/30269/link/buy%20viagra/1_valentine3.html][IMG]http://imgwebsearch.com/30269/img0/buy%20viagra/1_valentine3.png[/IMG][/URL]
[URL=http://imgwebsearch.com/30269/link/buy%20viagra/3_headsex1.html][IMG]http://imgwebsearch.com/30269/img0/buy%20viagra/3_headsex1.png[/IMG][/URL]
[b]Bonus Policy[/b]
Order 3 or more products and get free Regular Airmail shipping!
Free Regular Airmail shipping for orders starting with $200.00!
Free insurance (guaranteed reshipment if delivery failed) for orders starting with $300.00!
[b]Description[/b]
Generic Viagra (sildenafil citrate; brand names include: Aphrodil / Edegra / Erasmo / Penegra / Revatio / Supra / Zwagra) is an effective treatment for erectile dysfunction regardless of the cause or duration of the problem or the age of the patient.
Sildenafil Citrate is the active ingredient used to treat erectile dysfunction (impotence) in men. It can help men who have erectile dysfunction get and sustain an erection when they are sexually excited.
Generic Viagra is manufactured in accordance with World Health Organization standards and guidelines (WHO-GMP). Also [url=twitter.com/iuyjopg]Viagra Sales Market[/url] you can find on our sites.
Generic [url=http://wumenalu.freehostia.com]Best Price 100mg Viagra[/url] is made with thorough reverse engineering for the sildenafil citrate molecule - a totally different process of making sildenafil and its reaction. That is why it takes effect in 15 minutes compared to other drugs which take 30-40 minutes to take effect.
[b]Viagra Clips
viagra canada deliver
taking viagra recovery time
generic viagra is safe
generic viagra online a href
Viagra Class C
where can i get viagra pills
[/b]
Even in the most sexually liberated and self-satisfied of nations, many people still yearn to burn more, to feel ready for bedding no matter what the clock says and to desire their partner of 23 years as much as they did when their love was brand new.
The market is saturated with books on how to revive a flagging libido or spice up monotonous sex, and sex therapists say “lack of desire” is one of the most common complaints they hear from patients, particularly women.
Making money on the internet is easy in the hush-hush world of [URL=http://www.www.blackhatmoneymaker.com]blackhat method[/URL], You are far from alone if you have no clue about blackhat marketing. Blackhat marketing uses little-known or misunderstood ways to build an income online.
Good brief and this mail helped me alot in my college assignement. Thank you for your information.
hi there, my name is Eva.
found this website and read some great discussion and feedback so decided to join
i am happy to help others and offer advice where possible :)
Post a Comment