All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Problem compiling kernel-2.6.20-11-ipipe
@ 2007-05-12 14:36 Zany Super Chimp
  2007-05-12 17:15 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Zany Super Chimp @ 2007-05-12 14:36 UTC (permalink / raw)
  To: xenomai

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

Hi !

I just configured my kernel with the prepare-kernel script:

sudo ./scripts/prepare-kernel.sh
--linux=/usr/src/linux-2.6.20.11-ipipe--adeos=~/xenomai/src/ksrc
/arch/i386/patches/adeos-ipipe-2.6.20-i386-1.8-00.patch --arch=i386


When I make all, I get the following error:

  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CHK     include/linux/compile.h
  AS      arch/i386/kernel/entry.o
arch/i386/kernel/entry.S: Assembler messages:
arch/i386/kernel/entry.S:270: Error: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:347: Error: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:477: Error: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:520: Error: invalid character '_' in mnemonic
arch/i386/kernel/entry.S:534: Error: invalid character '_' in mnemonic
make[1]: *** [arch/i386/kernel/entry.o] Error 1
make: *** [arch/i386/kernel] Error 2

I'm using gcc 4.1.2 and GNU assembler 2.17.50 on Ubuntu 7.04. Maybe it is
the problem...

 Did someone already stumble over that problem ?

Best regards,

--Zany

[-- Attachment #2: Type: text/html, Size: 1358 bytes --]

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

* Re: [Xenomai-help] Problem compiling kernel-2.6.20-11-ipipe
  2007-05-12 14:36 [Xenomai-help] Problem compiling kernel-2.6.20-11-ipipe Zany Super Chimp
@ 2007-05-12 17:15 ` Jan Kiszka
  2007-05-12 18:56   ` Zany Super Chimp
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2007-05-12 17:15 UTC (permalink / raw)
  To: Zany Super Chimp; +Cc: xenomai

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

Zany Super Chimp wrote:
> Hi !
> 
> I just configured my kernel with the prepare-kernel script:
> 
> sudo ./scripts/prepare-kernel.sh
> --linux=/usr/src/linux-2.6.20.11-ipipe--adeos=~/xenomai/src/ksrc
> /arch/i386/patches/adeos-ipipe-2.6.20-i386-1.8-00.patch --arch=i386
> 
> 
> When I make all, I get the following error:
> 
>  CHK     include/linux/version.h
>  CHK     include/linux/utsrelease.h
>  CHK     include/linux/compile.h
>  AS      arch/i386/kernel/entry.o
> arch/i386/kernel/entry.S: Assembler messages:
> arch/i386/kernel/entry.S:270: Error: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:347: Error: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:477: Error: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:520: Error: invalid character '_' in mnemonic
> arch/i386/kernel/entry.S:534: Error: invalid character '_' in mnemonic
> make[1]: *** [arch/i386/kernel/entry.o] Error 1
> make: *** [arch/i386/kernel] Error 2
> 
> I'm using gcc 4.1.2 and GNU assembler 2.17.50 on Ubuntu 7.04. Maybe it is
> the problem...
> 
> Did someone already stumble over that problem ?

Please check your .config for CONFIG_PARAVIRT, that must be off (maybe
we should catch this...). If it already is, please post your .config.

Jan


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

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

* Re: [Xenomai-help] Problem compiling kernel-2.6.20-11-ipipe
  2007-05-12 17:15 ` Jan Kiszka
@ 2007-05-12 18:56   ` Zany Super Chimp
  0 siblings, 0 replies; 3+ messages in thread
From: Zany Super Chimp @ 2007-05-12 18:56 UTC (permalink / raw)
  To: xenomai

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

2007/5/12, Jan Kiszka <jan.kiszka@domain.hid>:
>
> Zany Super Chimp wrote:
> > Hi !
> >
> > I just configured my kernel with the prepare-kernel script:
> >
> > sudo ./scripts/prepare-kernel.sh
> > --linux=/usr/src/linux-2.6.20.11-ipipe--adeos=~/xenomai/src/ksrc
> > /arch/i386/patches/adeos-ipipe-2.6.20-i386-1.8-00.patch --arch=i386
> >
> >
> > When I make all, I get the following error:
> >
> >  CHK     include/linux/version.h
> >  CHK     include/linux/utsrelease.h
> >  CHK     include/linux/compile.h
> >  AS      arch/i386/kernel/entry.o
> > arch/i386/kernel/entry.S: Assembler messages:
> > arch/i386/kernel/entry.S:270: Error: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:347: Error: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:477: Error: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:520: Error: invalid character '_' in mnemonic
> > arch/i386/kernel/entry.S:534: Error: invalid character '_' in mnemonic
> > make[1]: *** [arch/i386/kernel/entry.o] Error 1
> > make: *** [arch/i386/kernel] Error 2
> >
> > I'm using gcc 4.1.2 and GNU assembler 2.17.50 on Ubuntu 7.04. Maybe it
> is
> > the problem...
> >
> > Did someone already stumble over that problem ?
>
> Please check your .config for CONFIG_PARAVIRT, that must be off (maybe
> we should catch this...). If it already is, please post your .config.


Well... I don't know how you figured that one out but yes, it fixes my
problem ^^.

Thanks a lot.

Jan
>
>
>
--Zany

[-- Attachment #2: Type: text/html, Size: 2201 bytes --]

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

end of thread, other threads:[~2007-05-12 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 14:36 [Xenomai-help] Problem compiling kernel-2.6.20-11-ipipe Zany Super Chimp
2007-05-12 17:15 ` Jan Kiszka
2007-05-12 18:56   ` Zany Super Chimp

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.