All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Scholz <steven.scholz@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] kernel building problems with current svn and AT91
Date: Thu, 15 Mar 2007 10:17:09 +0100	[thread overview]
Message-ID: <45F90F15.90509@domain.hid> (raw)
In-Reply-To: <45F90CD5.9080701@domain.hid>

I wrote,

> I just updated to the current xenomai svn.
> 
> After patching linux 2.6.19 for AT91RM9200 a
> 
>  make ARCH=arm CROSS_COMPILE=arm-softfloat-linux-gnu- at91rm9200ek_defconfig
> 
> results in
> ...
> file arch/arm/xenomai/Kconfig already scanned?
> make[1]: *** [at91rm9200ek_defconfig] Error 1
> make: *** [at91rm9200ek_defconfig] Error 2

I used

scripts/prepare-kernel.sh --linux=linux-2.6.19 --arch=arm
--outpatch=xenomai-svn-2007-03-15-2.6.19-arm.patch tmp/ --verbose


to generate the patch.

And the patch contains duplicate lines like

--- linux/arch/arm/Makefile	2006-11-29 22:57:37.000000000 +0100
+++ linux-patched/arch/arm/Makefile	2007-03-15 10:01:23.000000000 +0100
@@ -236,3 +236,13 @@
   echo  '                  (distribution) /sbin/installkernel or'
   echo  '                  install to $$(INSTALL_PATH) and run lilo'
 endef
+
+drivers-$(CONFIG_XENOMAI) += arch/arm/xenomai/
+
+drivers-$(CONFIG_XENOMAI) += arch/arm/xenomai/
+
+drivers-$(CONFIG_XENOMAI) += arch/arm/xenomai/
+
+drivers-$(CONFIG_XENOMAI) += arch/arm/xenomai/
+
+drivers-$(CONFIG_XENOMAI) += arch/arm/xenomai/

and the whole block "menu "Real-time sub-system" in init/KConfig appears
five times!

--
Steven


  reply	other threads:[~2007-03-15  9:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-15  9:07 [Xenomai-core] kernel building problems with current svn and AT91 Steven Scholz
2007-03-15  9:17 ` Steven Scholz [this message]
2007-03-15  9:30   ` Steven Scholz

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=45F90F15.90509@domain.hid \
    --to=steven.scholz@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.