public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Hounschell <markh@compro.net>
To: linux-kernel@vger.kernel.org
Subject: Can't build external module against 2.6.0-test6 kernel
Date: Thu, 09 Oct 2003 07:22:07 -0400	[thread overview]
Message-ID: <3F8544DF.85E7CA81@compro.net> (raw)

I'm trying to build a driver external to the kernel. I'm running 2.6.0-test6
kernel.
It appears to me (I'm probably wrong) that there is a kernel include file issue.

gcc -c rtom.c -D__KERNEL__ -DMODULE -DDEBUG -DDEBUG_LEVEL=6
-I/lib/modules/2.6.0-test6/build/include -I../include/linux/sys
-I../include/linux -I../include -O -o rtom
In file included from /lib/modules/2.6.0-test6/build/include/asm/smp.h:18,
                 from /lib/modules/2.6.0-test6/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.0-test6/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.0-test6/build/include/linux/module.h:10,
                 from rtom.c:2:
/lib/modules/2.6.0-test6/build/include/asm/mpspec.h:6:25: mach_mpspec.h: No such
file or directory
In file included from /lib/modules/2.6.0-test6/build/include/asm/smp.h:18,
                 from /lib/modules/2.6.0-test6/build/include/linux/smp.h:17,
                 from /lib/modules/2.6.0-test6/build/include/linux/sched.h:23,
                 from /lib/modules/2.6.0-test6/build/include/linux/module.h:10,
                 from rtom.c:2:
/lib/modules/2.6.0-test6/build/include/asm/mpspec.h:8: error `MAX_MP_BUSSES'
undeclared here 
(not in a function)
.
.



harley:/usr/src/linux-2.6.0-test6 # find ./ -name mach_mpspec.h

./include/asm-i386/mach-default/mach_mpspec.h
./include/asm-i386/mach-es7000/mach_mpspec.h
./include/asm-i386/mach-generic/mach_mpspec.h
./include/asm-i386/mach-summit/mach_mpspec.h
./include/asm-i386/mach-numaq/mach_mpspec.h
./include/asm-i386/mach-bigsmp/mach_mpspec.h



In the 'include/asm/mpspec.h' file:
#ifndef __ASM_MPSPEC_H
#define __ASM_MPSPEC_H

#include <linux/cpumask.h>
#include <asm/mpspec_def.h>    
#include <mach_mpspec.h>   <-----------------------------------------------

extern int mp_bus_id_to_type [MAX_MP_BUSSES];

It seems like something is amiss here. Isn't the include statment incorrect
above?

Thanks
Mark

             reply	other threads:[~2003-10-09 11:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-09 11:22 Mark Hounschell [this message]
2003-10-09 11:40 ` Can't build external module against 2.6.0-test6 kernel Muli Ben-Yehuda
2003-10-09 15:23 ` Sam Ravnborg
2003-10-14 11:28   ` Mark Hounschell
2003-10-14 17:44     ` Sam Ravnborg
2003-10-14 18:31       ` Mark Hounschell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F8544DF.85E7CA81@compro.net \
    --to=markh@compro.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox