All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
@ 2007-07-13  9:24 Karl Reichert
  2007-07-13  9:33 ` Jan Kiszka
  0 siblings, 1 reply; 13+ messages in thread
From: Karl Reichert @ 2007-07-13  9:24 UTC (permalink / raw)
  To: xenomai-help

Hello,

tried the adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch, but it works neither with linux 2.6.20 nor 2.6.20.1
patch and prepare-kernel.sh worked, after make menuconfig I tried to compile with make and get the following (my gcc gives me german errors, so I tried to translate as good as possible):
[...]
In file included from include/asm/xenomai/hal.h:40,
>from kernel/xenomai/arch/generic/hal.c:42:
include/asm/xenomai/wrappers.h: in function wrap_switch_iobitmap:
include/asm/xenomai/wrappers.h:86: error: struct tss_struct has no element named io_bitmap_base
include/asm/xenomai/wrappers.h:96: error: struct tss_struct has no element named io_bitmap_base
[...]

Any hints? My gcc is 4.1.2

Thanks in advance
-- 
von Karl Reichert

Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13  9:24 [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch Karl Reichert
@ 2007-07-13  9:33 ` Jan Kiszka
  2007-07-13  9:43   ` Karl Reichert
  0 siblings, 1 reply; 13+ messages in thread
From: Jan Kiszka @ 2007-07-13  9:33 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai-help

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

Karl Reichert wrote:
> Hello,
> 
> tried the adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch, but it works neither with linux 2.6.20 nor 2.6.20.1
> patch and prepare-kernel.sh worked, after make menuconfig I tried to compile with make and get the following (my gcc gives me german errors, so I tried to translate as good as possible):
> [...]
> In file included from include/asm/xenomai/hal.h:40,
>>from kernel/xenomai/arch/generic/hal.c:42:
> include/asm/xenomai/wrappers.h: in function wrap_switch_iobitmap:
> include/asm/xenomai/wrappers.h:86: error: struct tss_struct has no element named io_bitmap_base
> include/asm/xenomai/wrappers.h:96: error: struct tss_struct has no element named io_bitmap_base
> [...]
> 
> Any hints? My gcc is 4.1.2

Don't use 2.6.22 patches for 2.6.20! Pick ipipe-2.6.22-i386-1.8-05 for
your test.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13  9:33 ` Jan Kiszka
@ 2007-07-13  9:43   ` Karl Reichert
  2007-07-13 10:48     ` Philippe Gerum
  0 siblings, 1 reply; 13+ messages in thread
From: Karl Reichert @ 2007-07-13  9:43 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: xenomai

Jan Kiszka wrote:
> Karl Reichert wrote:
> > Hello,
> > 
> > tried the adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch, but it works neither
> with linux 2.6.20 nor 2.6.20.1
> > patch and prepare-kernel.sh worked, after make menuconfig I tried to
> compile with make and get the following (my gcc gives me german errors, so I
> tried to translate as good as possible):
> > [...]
> > In file included from include/asm/xenomai/hal.h:40,
> >>>from kernel/xenomai/arch/generic/hal.c:42:
> > include/asm/xenomai/wrappers.h: in function wrap_switch_iobitmap:
> > include/asm/xenomai/wrappers.h:86: error: struct tss_struct has no
> element named io_bitmap_base
> > include/asm/xenomai/wrappers.h:96: error: struct tss_struct has no
> element named io_bitmap_base
> > [...]
> > 
> > Any hints? My gcc is 4.1.2
> 
> Don't use 2.6.22 patches for 2.6.20! Pick ipipe-2.6.22-i386-1.8-05 for
> your test.
> 
> Jan
> 
I'm very sorry, my mistake: I used linux 2.6.22.1 and 2.6.22, _not_ 2.6.20, was just a typo.

But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can I get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only find ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
-- 
von Karl Reichert

"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13  9:43   ` Karl Reichert
@ 2007-07-13 10:48     ` Philippe Gerum
  2007-07-13 13:37       ` Karl Reichert
  0 siblings, 1 reply; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 10:48 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, Jan Kiszka

On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:

> But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can I get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only find ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).

The final I-pipe patch for 2.6.22 is currently undergoing survival test
under extremely unreasonable load on by boxen. Please wait.

-- 
Philippe.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 10:48     ` Philippe Gerum
@ 2007-07-13 13:37       ` Karl Reichert
  2007-07-13 14:01         ` Philippe Gerum
  0 siblings, 1 reply; 13+ messages in thread
From: Karl Reichert @ 2007-07-13 13:37 UTC (permalink / raw)
  To: rpm; +Cc: xenomai, jan.kiszka

Philippe Gerum wrote:
> On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> 
> > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can I
> get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only find
> ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> 
> The final I-pipe patch for 2.6.22 is currently undergoing survival test
> under extremely unreasonable load on by boxen. Please wait.
> 
> -- 
> Philippe.
> 
So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with linux2.6.20.11 and linux2.6.20.15 but with both the same problem. Patching and preparing works fine as make menuconfig does, but when compiling make says:
[...]
AS arch/i386/kernel/entry.o
arch/i386/kernel/entry.S: Assembler messages:
arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
[...]

What's the case here now? I installed all dependencies.

Karl
-- 
von Karl Reichert

GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 13:37       ` Karl Reichert
@ 2007-07-13 14:01         ` Philippe Gerum
  2007-07-13 14:39           ` Karl Reichert
  0 siblings, 1 reply; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 14:01 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, jan.kiszka

On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> Philippe Gerum wrote:
> > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > 
> > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can I
> > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only find
> > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > 
> > The final I-pipe patch for 2.6.22 is currently undergoing survival test
> > under extremely unreasonable load on by boxen. Please wait.
> > 
> > -- 
> > Philippe.
> > 
> So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with linux2.6.20.11 and linux2.6.20.15 but with both the same problem. Patching and preparing works fine as make menuconfig does, but when compiling make says:
> [...]
> AS arch/i386/kernel/entry.o
> arch/i386/kernel/entry.S: Assembler messages:
> arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> [...]

Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
for 2.6.22 is now available.

> 
> What's the case here now? I installed all dependencies.
> 
> Karl
-- 
Philippe.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 14:01         ` Philippe Gerum
@ 2007-07-13 14:39           ` Karl Reichert
  2007-07-13 14:51             ` Philippe Gerum
  0 siblings, 1 reply; 13+ messages in thread
From: Karl Reichert @ 2007-07-13 14:39 UTC (permalink / raw)
  To: rpm; +Cc: xenomai, jan.kiszka

Philippe Gerum wrote:
> On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > Philippe Gerum wrote:
> > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > 
> > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can
> I
> > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only
> find
> > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > 
> > > The final I-pipe patch for 2.6.22 is currently undergoing survival
> test
> > > under extremely unreasonable load on by boxen. Please wait.
> > > 
> > > -- 
> > > Philippe.
> > > 
> > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with
> linux2.6.20.11 and linux2.6.20.15 but with both the same problem. Patching and
> preparing works fine as make menuconfig does, but when compiling make says:
> > [...]
> > AS arch/i386/kernel/entry.o
> > arch/i386/kernel/entry.S: Assembler messages:
> > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > [...]
> 
> Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
> for 2.6.22 is now available.
> 
Thanks a lot, setting this to no solved the issue. Where do I get the patch? I can't find it in the online SVN (web access).

> > 
> > What's the case here now? I installed all dependencies.
> > 
> > Karl
> -- 
> Philippe.
> 
Karl
-- 
von Karl Reichert

GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 14:39           ` Karl Reichert
@ 2007-07-13 14:51             ` Philippe Gerum
  2007-07-13 14:57               ` Karl Reichert
  0 siblings, 1 reply; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 14:51 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, jan.kiszka

On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> Philippe Gerum wrote:
> > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > Philippe Gerum wrote:
> > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > 
> > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where can
> > I
> > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can only
> > find
> > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > 
> > > > The final I-pipe patch for 2.6.22 is currently undergoing survival
> > test
> > > > under extremely unreasonable load on by boxen. Please wait.
> > > > 
> > > > -- 
> > > > Philippe.
> > > > 
> > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with
> > linux2.6.20.11 and linux2.6.20.15 but with both the same problem. Patching and
> > preparing works fine as make menuconfig does, but when compiling make says:
> > > [...]
> > > AS arch/i386/kernel/entry.o
> > > arch/i386/kernel/entry.S: Assembler messages:
> > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > [...]
> > 
> > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
> > for 2.6.22 is now available.
> > 
> Thanks a lot, setting this to no solved the issue. Where do I get the patch? I can't find it in the online SVN (web access).
> 

http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch

> > > 
> > > What's the case here now? I installed all dependencies.
> > > 
> > > Karl
> > -- 
> > Philippe.
> > 
> Karl
-- 
Philippe.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 14:51             ` Philippe Gerum
@ 2007-07-13 14:57               ` Karl Reichert
  2007-07-13 15:04                 ` Philippe Gerum
  2007-07-13 15:05                 ` Philippe Gerum
  0 siblings, 2 replies; 13+ messages in thread
From: Karl Reichert @ 2007-07-13 14:57 UTC (permalink / raw)
  To: rpm; +Cc: xenomai, jan.kiszka

Philippe Gerum wrote:
> On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> > Philippe Gerum wrote:
> > > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > > Philippe Gerum wrote:
> > > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > > 
> > > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where
> can
> > > I
> > > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can
> only
> > > find
> > > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > > 
> > > > > The final I-pipe patch for 2.6.22 is currently undergoing survival
> > > test
> > > > > under extremely unreasonable load on by boxen. Please wait.
> > > > > 
> > > > > -- 
> > > > > Philippe.
> > > > > 
> > > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with
> > > linux2.6.20.11 and linux2.6.20.15 but with both the same problem.
> Patching and
> > > preparing works fine as make menuconfig does, but when compiling make
> says:
> > > > [...]
> > > > AS arch/i386/kernel/entry.o
> > > > arch/i386/kernel/entry.S: Assembler messages:
> > > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > > [...]
> > > 
> > > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
> > > for 2.6.22 is now available.
> > > 
> > Thanks a lot, setting this to no solved the issue. Where do I get the
> patch? I can't find it in the online SVN (web access).
> > 
> 
> http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
> http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch
> 
> > > > 
> > > > What's the case here now? I installed all dependencies.
> > > > 
> > > > Karl
> > > -- 
> > > Philippe.
> > > 
> > Karl
> -- 
> Philippe.
> 
Thank you very much. Maybe this hint about paravirtualization should be added to Xenomai FAQ. Otherwise somebody else could get the same issues.
-- 
von Karl Reichert

GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 14:57               ` Karl Reichert
@ 2007-07-13 15:04                 ` Philippe Gerum
  2007-07-13 15:35                   ` Karl Reichert
  2007-07-13 15:05                 ` Philippe Gerum
  1 sibling, 1 reply; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 15:04 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, jan.kiszka

On Fri, 2007-07-13 at 16:57 +0200, Karl Reichert wrote:
> Philippe Gerum wrote:
> > On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> > > Philippe Gerum wrote:
> > > > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > > > Philippe Gerum wrote:
> > > > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > > > 
> > > > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where
> > can
> > > > I
> > > > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can
> > only
> > > > find
> > > > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > > > 
> > > > > > The final I-pipe patch for 2.6.22 is currently undergoing survival
> > > > test
> > > > > > under extremely unreasonable load on by boxen. Please wait.
> > > > > > 
> > > > > > -- 
> > > > > > Philippe.
> > > > > > 
> > > > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with
> > > > linux2.6.20.11 and linux2.6.20.15 but with both the same problem.
> > Patching and
> > > > preparing works fine as make menuconfig does, but when compiling make
> > says:
> > > > > [...]
> > > > > AS arch/i386/kernel/entry.o
> > > > > arch/i386/kernel/entry.S: Assembler messages:
> > > > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > > > [...]
> > > > 
> > > > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
> > > > for 2.6.22 is now available.
> > > > 
> > > Thanks a lot, setting this to no solved the issue. Where do I get the
> > patch? I can't find it in the online SVN (web access).
> > > 
> > 
> > http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
> > http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch
> > 
> > > > > 
> > > > > What's the case here now? I installed all dependencies.
> > > > > 
> > > > > Karl
> > > > -- 
> > > > Philippe.
> > > > 
> > > Karl
> > -- 
> > Philippe.
> > 
> Thank you very much. Maybe this hint about paravirtualization should be added to Xenomai FAQ. Otherwise somebody else could get the same issues.

This was a transient bug from the 1.7 series, fixed in later revisions,
so documenting it into the FAQ would be meaningless; adding an entry
into the Wiki, maybe. In any case, this is one more reason to use recent
patches when available.

-- 
Philippe.





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 14:57               ` Karl Reichert
  2007-07-13 15:04                 ` Philippe Gerum
@ 2007-07-13 15:05                 ` Philippe Gerum
  1 sibling, 0 replies; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 15:05 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, jan.kiszka

On Fri, 2007-07-13 at 16:57 +0200, Karl Reichert wrote:
> Philippe Gerum wrote:
> > On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> > > Philippe Gerum wrote:
> > > > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > > > Philippe Gerum wrote:
> > > > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > > > 
> > > > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch. Where
> > can
> > > > I
> > > > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I can
> > only
> > > > find
> > > > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > > > 
> > > > > > The final I-pipe patch for 2.6.22 is currently undergoing survival
> > > > test
> > > > > > under extremely unreasonable load on by boxen. Please wait.
> > > > > > 
> > > > > > -- 
> > > > > > Philippe.
> > > > > > 
> > > > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1) with
> > > > linux2.6.20.11 and linux2.6.20.15 but with both the same problem.
> > Patching and
> > > > preparing works fine as make menuconfig does, but when compiling make
> > says:
> > > > > [...]
> > > > > AS arch/i386/kernel/entry.o
> > > > > arch/i386/kernel/entry.S: Assembler messages:
> > > > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > > > [...]
> > > > 
> > > > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest patch
> > > > for 2.6.22 is now available.
> > > > 
> > > Thanks a lot, setting this to no solved the issue. Where do I get the
> > patch? I can't find it in the online SVN (web access).
> > > 
> > 
> > http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
> > http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch
> > 
> > > > > 
> > > > > What's the case here now? I installed all dependencies.
> > > > > 
> > > > > Karl
> > > > -- 
> > > > Philippe.
> > > > 
> > > Karl
> > -- 
> > Philippe.
> > 
> Thank you very much. Maybe this hint about paravirtualization should be added to Xenomai FAQ. Otherwise somebody else could get the same issues.

Somebody did face this issue already. You may find the report and the
resolution into the mail archive.

-- 
Philippe.




^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 15:04                 ` Philippe Gerum
@ 2007-07-13 15:35                   ` Karl Reichert
  2007-07-13 16:08                     ` Philippe Gerum
  0 siblings, 1 reply; 13+ messages in thread
From: Karl Reichert @ 2007-07-13 15:35 UTC (permalink / raw)
  To: rpm; +Cc: xenomai, jan.kiszka

Philippe Gerum wrote:
> On Fri, 2007-07-13 at 16:57 +0200, Karl Reichert wrote:
> > Philippe Gerum wrote:
> > > On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> > > > Philippe Gerum wrote:
> > > > > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > > > > Philippe Gerum wrote:
> > > > > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > > > > 
> > > > > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch.
> Where
> > > can
> > > > > I
> > > > > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I
> can
> > > only
> > > > > find
> > > > > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > > > > 
> > > > > > > The final I-pipe patch for 2.6.22 is currently undergoing
> survival
> > > > > test
> > > > > > > under extremely unreasonable load on by boxen. Please wait.
> > > > > > > 
> > > > > > > -- 
> > > > > > > Philippe.
> > > > > > > 
> > > > > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1)
> with
> > > > > linux2.6.20.11 and linux2.6.20.15 but with both the same problem.
> > > Patching and
> > > > > preparing works fine as make menuconfig does, but when compiling
> make
> > > says:
> > > > > > [...]
> > > > > > AS arch/i386/kernel/entry.o
> > > > > > arch/i386/kernel/entry.S: Assembler messages:
> > > > > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > > > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > > > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > > > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > > > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > > > > [...]
> > > > > 
> > > > > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest
> patch
> > > > > for 2.6.22 is now available.
> > > > > 
> > > > Thanks a lot, setting this to no solved the issue. Where do I get
> the
> > > patch? I can't find it in the online SVN (web access).
> > > > 
> > > 
> > >
> http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
> > >
> http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch

Still get the same error while compiling 2.6.22.1 with 1.9 adeos patch:
[...]
In file included from include/asm/xenomai/hal.h:40,
>>from kernel/xenomai/arch/generic/hal.c:42:
include/asm/xenomai/wrappers.h: in function wrap_switch_iobitmap:
include/asm/xenomai/wrappers.h:86: error: struct tss_struct has no element named io_bitmap_base
include/asm/xenomai/wrappers.h:96: error: struct tss_struct has no element named io_bitmap_base
[...]
(gcc is 4.1.2)



> > > 
> > > > > > 
> > > > > > What's the case here now? I installed all dependencies.
> > > > > > 
> > > > > > Karl
> > > > > -- 
> > > > > Philippe.
> > > > > 
> > > > Karl
> > > -- 
> > > Philippe.
> > > 
> > Thank you very much. Maybe this hint about paravirtualization should be
> added to Xenomai FAQ. Otherwise somebody else could get the same issues.
> 
> This was a transient bug from the 1.7 series, fixed in later revisions,
> so documenting it into the FAQ would be meaningless; adding an entry
> into the Wiki, maybe. In any case, this is one more reason to use recent
> patches when available.
> 
> -- 
> Philippe.
> 
> 

-- 
von Karl Reichert

Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch
  2007-07-13 15:35                   ` Karl Reichert
@ 2007-07-13 16:08                     ` Philippe Gerum
  0 siblings, 0 replies; 13+ messages in thread
From: Philippe Gerum @ 2007-07-13 16:08 UTC (permalink / raw)
  To: Karl Reichert; +Cc: xenomai, jan.kiszka

On Fri, 2007-07-13 at 17:35 +0200, Karl Reichert wrote:
> Philippe Gerum wrote:
> > On Fri, 2007-07-13 at 16:57 +0200, Karl Reichert wrote:
> > > Philippe Gerum wrote:
> > > > On Fri, 2007-07-13 at 16:39 +0200, Karl Reichert wrote:
> > > > > Philippe Gerum wrote:
> > > > > > On Fri, 2007-07-13 at 15:37 +0200, Karl Reichert wrote:
> > > > > > > Philippe Gerum wrote:
> > > > > > > > On Fri, 2007-07-13 at 11:43 +0200, Karl Reichert wrote:
> > > > > > > > 
> > > > > > > > > But I tried with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch.
> > Where
> > > > can
> > > > > > I
> > > > > > > > get ipipe-2.6.22-i386-1.8-05? It's not listed on the FTP! I
> > can
> > > > only
> > > > > > find
> > > > > > > > ipipe-2.6.20-i386-1.8-05 (which is for 2.6.20 kernels).
> > > > > > > > 
> > > > > > > > The final I-pipe patch for 2.6.22 is currently undergoing
> > survival
> > > > > > test
> > > > > > > > under extremely unreasonable load on by boxen. Please wait.
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > Philippe.
> > > > > > > > 
> > > > > > > So I took adeos-ipipe-2.6.20-i386-1.7-03.patch (xenomai 2.3.1)
> > with
> > > > > > linux2.6.20.11 and linux2.6.20.15 but with both the same problem.
> > > > Patching and
> > > > > > preparing works fine as make menuconfig does, but when compiling
> > make
> > > > says:
> > > > > > > [...]
> > > > > > > AS arch/i386/kernel/entry.o
> > > > > > > arch/i386/kernel/entry.S: Assembler messages:
> > > > > > > arch/i386/kernel/entry.S:270: invalid character '_' in mnemonic
> > > > > > > arch/i386/kernel/entry.S:347: invalid character '_' in mnemonic
> > > > > > > arch/i386/kernel/entry.S:477: invalid character '_' in mnemonic
> > > > > > > arch/i386/kernel/entry.S:520: invalid character '_' in mnemonic
> > > > > > > arch/i386/kernel/entry.S:534: invalid character '_' in mnemonic
> > > > > > > [...]
> > > > > > 
> > > > > > Disable CONFIG_PARAVIRT, or upgrade to 2.6.20-1.8-05. The latest
> > patch
> > > > > > for 2.6.22 is now available.
> > > > > > 
> > > > > Thanks a lot, setting this to no solved the issue. Where do I get
> > the
> > > > patch? I can't find it in the online SVN (web access).
> > > > > 
> > > > 
> > > >
> > http://download.gna.org/adeos/patches/v2.6/i386/older/adeos-ipipe-2.6.20-i386-1.8-05.patch
> > > >
> > http://download.gna.org/adeos/patches/v2.6/i386/adeos-ipipe-2.6.22-i386-1.9-00.patch
> 
> Still get the same error while compiling 2.6.22.1 with 1.9 adeos patch:
> [...]

You won't be able to use 2.6.22 with v2.3.x. It's either v2.3.x + 2.6.20
or earlier, or the Xenomai development trunk with 2.6.22 and earlier.

> In file included from include/asm/xenomai/hal.h:40,
> >>from kernel/xenomai/arch/generic/hal.c:42:
> include/asm/xenomai/wrappers.h: in function wrap_switch_iobitmap:
> include/asm/xenomai/wrappers.h:86: error: struct tss_struct has no element named io_bitmap_base
> include/asm/xenomai/wrappers.h:96: error: struct tss_struct has no element named io_bitmap_base
> [...]
> (gcc is 4.1.2)
> 
> 
> 
> > > > 
> > > > > > > 
> > > > > > > What's the case here now? I installed all dependencies.
> > > > > > > 
> > > > > > > Karl
> > > > > > -- 
> > > > > > Philippe.
> > > > > > 
> > > > > Karl
> > > > -- 
> > > > Philippe.
> > > > 
> > > Thank you very much. Maybe this hint about paravirtualization should be
> > added to Xenomai FAQ. Otherwise somebody else could get the same issues.
> > 
> > This was a transient bug from the 1.7 series, fixed in later revisions,
> > so documenting it into the FAQ would be meaningless; adding an entry
> > into the Wiki, maybe. In any case, this is one more reason to use recent
> > patches when available.
> > 
> > -- 
> > Philippe.
> > 
> > 
> 
-- 
Philippe.




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-07-13 16:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-13  9:24 [Xenomai-help] error compiling linux 2.6.22 or 2.6.22.1 with adeos-ipipe-2.6.22-rc6-i386-1.9-00.patch Karl Reichert
2007-07-13  9:33 ` Jan Kiszka
2007-07-13  9:43   ` Karl Reichert
2007-07-13 10:48     ` Philippe Gerum
2007-07-13 13:37       ` Karl Reichert
2007-07-13 14:01         ` Philippe Gerum
2007-07-13 14:39           ` Karl Reichert
2007-07-13 14:51             ` Philippe Gerum
2007-07-13 14:57               ` Karl Reichert
2007-07-13 15:04                 ` Philippe Gerum
2007-07-13 15:35                   ` Karl Reichert
2007-07-13 16:08                     ` Philippe Gerum
2007-07-13 15:05                 ` Philippe Gerum

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.