I want to compile the drivers for Logitech QuickCam Express with chip ST. i am reading the tutorial "HOW TO COMPILE A KERNEL MODULE" There are two drivers that i can download:
qc-usb-messenger-patched-0.8.tgz or qc-usb-patched-0.6.3.tgz I have downloaded qc-usb-patched-0.6.3.tgz, unzip it in apps directory and i have verified that: in Makefile.orig: line 217 obj-m := quickcam.o quickcam-objs := qc-driver.o qc-vv6450.o qc-formats.o qc-memory.o AND i have verified that Makefile is this: MODULE = quickcam.o quickcam-y = qc-driver.o qc-vv6450.o qc-formats.o qc-memory.o EXTRA_CFLAGS += -DNOKERNEL $(USER_OPT) PREVENT_RECURSIVE_INCLUDE = 1 include $(AXIS_TOP_DIR)/modules/rules.build_modules after i type: debian:/home/fox/devboard-R2_01/apps/qc-usb-patched-0.6.3# make Makefile:8: /modules/rules.build_modules: No such file or directory where is my error? many thanks
