From: Philippe Gerum <rpm@xenomai.org>
To: Nate Villaume <Nathaniel.J.Villaume@domain.hid>
Cc: adeos-main@gna.org
Subject: Re: [Adeos-main] 2.6.9-r9c5 patch problem
Date: Fri, 04 Mar 2005 11:29:37 +0100 [thread overview]
Message-ID: <42283891.2060807@domain.hid> (raw)
In-Reply-To: <6.1.1.1.2.20050303164341.0298e420@domain.hid>
Nate Villaume wrote:
> Hello,
>
> I cannot seem to find a 2.6.x kernel that, once patched with adeos, will
> compile on my setup.
> I have this problem with 2.6.7, 2.6.8.1, and 2.6.9 (either patch version
> r8 or r9c5):
>
> I am compiling with gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
> I am on a dual athlon machine.
>
> CC arch/i386/kernel/asm-offsets.s
> In file included from include/asm-i386/mach-generic/mach_apicdef.h:5,
> from include/asm/adeos.h:40,
> from include/linux/adeos.h:25,
> from include/linux/sched.h:8,
> from arch/i386/kernel/asm-offsets.c:7:
> include/asm/genapic.h:30: error: syntax error before "bitmap"
> include/asm/genapic.h:30: warning: function declaration isn't a prototype
> include/asm/genapic.h:35: error: syntax error before "physid_mask_t"
>
> Any suggestions?
>
> On one attempt, I tried plugging the holes by finding the defines, but
> then I run into an undefined instance of adp_root....
>
> -Nate
>
> P.S. Philippe, I brought this here because I tried your last suggestion
> on RTAI's list, but again, to no avail.
>
>
I cannot reproduce this bug using 3.4.3 + Athlon SMP config, but does
the following patch make things any better?
--- include/asm-i386/adeos.h~ 2005-02-28 18:46:46.000000000 +0100
+++ include/asm-i386/adeos.h 2005-03-04 11:23:09.000000000 +0100
@@ -37,6 +37,7 @@
#ifdef CONFIG_SMP
#include <asm/fixmap.h>
+#include <asm/mpspec.h>
#include <mach_apicdef.h>
#define ADEOS_NR_CPUS NR_CPUS
--
Philippe.
next prev parent reply other threads:[~2005-03-04 10:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-04 0:52 [Adeos-main] 2.6.9-r9c5 patch problem Nate Villaume
2005-03-04 10:29 ` Philippe Gerum [this message]
2005-03-04 16:20 ` Nate Villaume
2005-03-04 16:34 ` Philippe Gerum
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=42283891.2060807@domain.hid \
--to=rpm@xenomai.org \
--cc=Nathaniel.J.Villaume@domain.hid \
--cc=adeos-main@gna.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.