From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qnap.com.tw (220-135-80-20.HINET-IP.hinet.net [220.135.80.20]) by ozlabs.org (Postfix) with SMTP id A910E6860C for ; Thu, 20 Oct 2005 21:03:22 +1000 (EST) From: "JohnsonCheng" To: "linux-ppc-embedded" Date: Thu, 20 Oct 2005 18:56:37 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0086_01C5D5A7.FFB8E810" Message-Id: <20051020110322.A910E6860C@ozlabs.org> Subject: How to make mudules on linux-ppc2.6.12 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0086_01C5D5A7.FFB8E810 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear All, I just write a "hello world" module code, but I can't compile it for ppc2.6.12. My Makefile is list as following: obj-m := test.o all: make ARCH=ppc CROSS_COMPILE=powerpc-linux- -C /root/linux-2.6.12.3 SUBDIR=. modules When I run make, no error message output, but I find no test.ko modules. The output message is list as following: make ARCH=ppc CROSS_COMPILE=powerpc-linux- -C /root/linux-2.6.1 2.3 SUBDIR=. modules make[1]: Entering directory `/root/linux-2.6.12.3' CHK include/linux/version.h make[2]: `arch/ppc/kernel/asm-offsets.s' is up to date. Building modules, stage 2. MODPOST make[1]: Leaving directory `/root/linux-2.6.12.3' Do anyone can give me some help ? Thanks, Johnson Cheng ------=_NextPart_000_0086_01C5D5A7.FFB8E810 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear All,

 

I just write a “hello world” module = code, but I can’t compile it for ppc2.6.12.

My Makefile is list as = following:

 

obj-m :=3D test.o

all:

  make ARCH=3Dppc = CROSS_COMPILE=3Dpowerpc-linux- -C /root/linux-2.6.12.3 SUBDIR=3D. = modules

 

When I run make, no error message output, but I = find no test.ko modules. The output message is list as = following:

 

make ARCH=3Dppc CROSS_COMPILE=3Dpowerpc-linux- = -C /root/linux-2.6.1

2.3 SUBDIR=3D. = modules

make[1]: Entering directory = `/root/linux-2.6.12.3'

  CHK     include/linux/version.h

make[2]: `arch/ppc/kernel/asm-offsets.s' is up = to date.

  Building modules, stage = 2.

  MODPOST

make[1]: Leaving directory = `/root/linux-2.6.12.3'

 

Do anyone can give me some help = ?

 

Thanks,

Johnson Cheng

 

------=_NextPart_000_0086_01C5D5A7.FFB8E810--