From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: "gprizzi@domain.hid" <gprizzi@domain.hid>
Cc: Xenomai help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] R: Re: Error building xenomai 2.5.5.1 on kubuntu 10.10 64 bit
Date: Tue, 19 Oct 2010 00:02:53 +0200 [thread overview]
Message-ID: <4CBCC40D.8040902@domain.hid> (raw)
In-Reply-To: <30575170.2609951287430146052.JavaMail.defaultUser@domain.hid>
gprizzi@domain.hid wrote:
>
> Here below you can find my .config file.
>
> What have I missed?
>
> Thank you for your support.
The problem is that we do not enable CONFIG_CC_STACKPROTECTOR in our
x86_84 build test and that we got caught. Could you try the following patch?
diff --git a/include/asm-x86/wrappers_64.h b/include/asm-x86/wrappers_64.h
index a61f6ba..0d04b9c 100644
--- a/include/asm-x86/wrappers_64.h
+++ b/include/asm-x86/wrappers_64.h
@@ -78,4 +78,8 @@ typedef union thread_xstate x86_fpustate;
#define x86_fpustate_ptr(t) ((t)->fpu.state)
#endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,34)
+#define per_cpu_var(var) (var)
+#endif /* Linux >= 2.6.34 */
+
#endif /* _XENO_ASM_X86_WRAPPERS_64_H */
Also note that the configuration you posted is not suitable for running
Linux with Xenomai, please have a look at this page:
http://www.xenomai.org/index.php/Configuring_x86_kernels
--
Gilles.
next parent reply other threads:[~2010-10-18 22:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <30575170.2609951287430146052.JavaMail.defaultUser@domain.hid>
2010-10-18 22:02 ` Gilles Chanteperdrix [this message]
2010-10-18 22:55 ` [Xenomai-help] R: Re: Error building xenomai 2.5.5.1 on kubuntu 10.10 64 bit Cyril Wallois
2010-10-18 22:59 ` Gilles Chanteperdrix
2010-10-19 7:00 ` 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=4CBCC40D.8040902@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=gprizzi@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.