Re: Problems Compile Misc Module Example

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pistis Valentino
Date: Wednesday, August 11, 2010 - 5:16 pm

Yes i used this Makefile for compiling a module (and no errors),
but the problem is in the compiling the service_ase.

The section 2 of Documentation describe the same makefile that i use.

I do not know what else to do

============== Makefile ================

obj-m := driver_ase.o

KDIR    := /lib/modules/$(shell uname -r)/build
PWD     := $(shell pwd)

all:
	$(MAKE) -C $(KDIR) M=$(PWD) modules

clean:
	$(MAKE) -C $(KDIR) M=$(PWD) clean
===========================================



2010/8/12 Randy Dunlap <randy.dunlap@oracle.com>:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problems Compile Misc Module Example, Pistis Valentino, (Wed Aug 11, 4:46 pm)
Re: Problems Compile Misc Module Example, Randy Dunlap, (Wed Aug 11, 4:54 pm)
Re: Problems Compile Misc Module Example, Pistis Valentino, (Wed Aug 11, 5:16 pm)
Re: Problems Compile Misc Module Example, Pistis Valentino, (Thu Aug 12, 9:09 am)
Re: Problems Compile Misc Module Example, Randy Dunlap, (Thu Aug 12, 9:12 am)
Re: Problems Compile Misc Module Example, Pistis Valentino, (Thu Aug 12, 9:25 am)
Re: Problems Compile Misc Module Example, Randy Dunlap, (Thu Aug 12, 9:31 am)