From: Philippe Gerum <rpm@xenomai.org>
To: Joachim Meyer <Jogi95@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Compiling Problems for Virtex II pro Board
Date: Tue, 26 Feb 2008 19:05:04 +0100 [thread overview]
Message-ID: <47C454D0.101@domain.hid> (raw)
In-Reply-To: <609829951@domain.hid>
Joachim Meyer wrote:
> Hi
> I patched the Kernel sources like this:
> -----------------------------------------------
> meyer@domain.hid> ./prepare-kernel.sh
> Linux tree [default /lib/modules/2.6.13-15.18-bigsmp/source]: /home/meyer/xenomai/linux-2.6-xlnx.git
> Target architecture [default i686]: ppc
> Adeos patch [default /home/meyer/xenomai/xenomai-2.4.2/ksrc/arch/powerpc/patches/adeos-ipipe-2.6.23-ppc-DENX-1.6-03.patch]: /home/meyer/xenomai/adeos
> -ipipe-2.6.23-ppc-xlnx-1.6-03.patch
<snip>
> arch/ppc/syslib/xilinx_pic.c: In function `xilinx_intc_disable_and_ack':
> arch/ppc/syslib/xilinx_pic.c:62: error: implicit declaration of function `local_irq_save_hw_cond'
> arch/ppc/syslib/xilinx_pic.c:66: error: implicit declaration of function `local_irq_restore_hw_cond'
> arch/ppc/syslib/xilinx_pic.c: In function `xilinx_intc_end':
> arch/ppc/syslib/xilinx_pic.c:76: error: `ipipe_root_domain_p' undeclared (first use in this function)
> arch/ppc/syslib/xilinx_pic.c:76: error: (Each undeclared identifier is reported only once
> arch/ppc/syslib/xilinx_pic.c:76: error: for each function it appears in.)
> arch/ppc/syslib/xilinx_pic.c: In function `ppc4xx_pic_init':
> arch/ppc/syslib/xilinx_pic.c:168: error: `__ipipe_ack_level_irq' undeclared (first use in this function)
> arch/ppc/syslib/xilinx_pic.c:169: error: `__ipipe_end_level_irq' undeclared (first use in this function)
> make[1]: *** [arch/ppc/syslib/xilinx_pic.o] Error 1
> make: *** [arch/ppc/syslib] Error 2
> meyer@domain.hid>
> -----------------------------------------------------
> Any idea?
>
diff --git a/arch/ppc/syslib/xilinx_pic.c b/arch/ppc/syslib/xilinx_pic.c
index 39057eb..21286e9 100644
--- a/arch/ppc/syslib/xilinx_pic.c
+++ b/arch/ppc/syslib/xilinx_pic.c
@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <linux/irq.h>
+#include <linux/ipipe.h>
#include <asm/io.h>
#include <platforms/4xx/xparameters/xparameters.h>
#include <asm/ibm4xx.h>
> Greez Joachim
> _______________________________________________________________________
> Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage
> kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220
>
>
--
Philippe.
next prev parent reply other threads:[~2008-02-26 18:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-26 16:51 [Xenomai-help] Compiling Problems for Virtex II pro Board Joachim Meyer
2008-02-26 18:05 ` Philippe Gerum [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-28 14:32 Joachim Meyer
2008-08-29 7:36 ` Philippe Gerum
2008-02-26 22:05 Joachim Meyer
2008-02-26 10:33 Joachim Meyer
2008-02-25 20:38 Joachim Meyer
2008-02-25 22:15 ` 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=47C454D0.101@domain.hid \
--to=rpm@xenomai.org \
--cc=Jogi95@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.