From: Philippe Gerum <rpm@xenomai.org>
To: Newsgroup <newsgroup@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Compile Kernel 2.6.26 with adeos patch failed
Date: Sun, 09 Nov 2008 22:43:27 +0100 [thread overview]
Message-ID: <4917597F.4040102@domain.hid> (raw)
In-Reply-To: <491749A1.7060609@domain.hid>
Newsgroup wrote:
> Hello,
>
> ive got a problem compiling the patched 2.6.26.7 linux kernel with the
> adeos-ipipe patch.
>
> after calling the prepare-kernel.sh script and "make menuconfig" i try
> to build the kernel.
>
> This error occurs:
>
export LANG=C before compiling would be nice for non-german speaking folks.
> scripts/kconfig/conf -s arch/x86/Kconfig
> CHK include/linux/version.h
> CHK include/linux/utsrelease.h
> CALL scripts/checksyscalls.sh
> CHK include/linux/compile.h
> CC arch/x86/kernel/ipipe.o
> arch/x86/kernel/ipipe.c: In Funktion »__ipipe_divert_exception«:
> arch/x86/kernel/ipipe.c:810: Fehler: »ex_do_device_not_available«
> nicht deklariert (erste Benutzung in dieser Funktion)
> arch/x86/kernel/ipipe.c:810: Fehler: (Jeder nicht deklarierte Bezeichner
> wird nur einmal aufgefÃ1/4hrt
> arch/x86/kernel/ipipe.c:810: Fehler: fÃ1/4r jede Funktion in der er
> auftritt.)
> make[1]: *** [arch/x86/kernel/ipipe.o] Fehler 1
> make: *** [arch/x86/kernel] Fehler 2
>
> can anyone able to help me?
>
Switch off KGDB support or apply this:
diff --git a/arch/x86/kernel/ipipe.c b/arch/x86/kernel/ipipe.c
index 3a24903..de6fd50 100644
--- a/arch/x86/kernel/ipipe.c
+++ b/arch/x86/kernel/ipipe.c
@@ -807,7 +807,7 @@ int __ipipe_divert_exception(struct pt_regs *regs, int vector)
#ifdef CONFIG_KGDB
/* catch int1 and int3 over non-root domains */
#ifdef CONFIG_X86_32
- if (!ipipe_root_domain_p && vector != ex_do_device_not_available) {
+ if (!ipipe_root_domain_p && vector != ex_device_not_available) {
#else
if (!ipipe_root_domain_p) {
#endif
> Greets
>
> Maveric
>
>
>
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
>
--
Philippe.
prev parent reply other threads:[~2008-11-09 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-09 20:35 [Xenomai-help] Compile Kernel 2.6.26 with adeos patch failed Newsgroup
2008-11-09 21:43 ` Philippe Gerum [this message]
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=4917597F.4040102@domain.hid \
--to=rpm@xenomai.org \
--cc=newsgroup@domain.hid \
--cc=xenomai@xenomai.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.