All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Heikki Lindholm <holindho@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Oops on PPC405EP
Date: Mon, 21 Aug 2006 16:26:40 +0200	[thread overview]
Message-ID: <17641.49824.304831.889667@domain.hid> (raw)
In-Reply-To: <44E9BA20.4000607@domain.hid>

[-- Attachment #1: message body and .signature --]
[-- Type: text/plain, Size: 231 bytes --]

Heikki Lindholm wrote:
 > Since your hardware AFAIK does not have an FPU, shouldn't you be 
 > compiling Xenomai without hardware FPU support?

Maybe we could prevent this mistake in Kconfig ?

-- 


					    Gilles Chanteperdrix.

[-- Attachment #2: xeno-hw-fpu-depends-on-ppc-fpu.patch --]
[-- Type: text/plain, Size: 358 bytes --]

Index: ksrc/arch/powerpc/Kconfig
===================================================================
--- ksrc/arch/powerpc/Kconfig	(revision 1484)
+++ ksrc/arch/powerpc/Kconfig	(working copy)
@@ -6,6 +6,7 @@
 
 config XENO_HW_FPU
 	bool "Enable FPU support"
+	depends on PPC_FPU
 	default y
 	help
 	The FPU executes instructions from the processor's normal

  parent reply	other threads:[~2006-08-21 14:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-21 13:31 [Xenomai-help] Oops on PPC405EP Dirk Eibach
2006-08-21 13:50 ` Heikki Lindholm
2006-08-21 14:06   ` Dirk Eibach
2006-08-21 14:26   ` Gilles Chanteperdrix [this message]
2006-08-21 14:37     ` Jan Kiszka
2006-08-21 16:46       ` Philippe Gerum
2006-08-21 16:50         ` Philippe Gerum
2006-08-21 14:38     ` Philippe Gerum
2006-08-21 13:53 ` Gilles Chanteperdrix
  -- strict thread matches above, loose matches on Subject: below --
2006-08-21 12:15 Dirk Eibach
2006-08-21 12:57 ` 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=17641.49824.304831.889667@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=holindho@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.