All of lore.kernel.org
 help / color / mirror / Atom feed
* Compiling a xen patched 2.4.27 kernel
@ 2004-11-22 15:02 Hugo Delchini
  2004-11-23  8:22 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Hugo Delchini @ 2004-11-22 15:02 UTC (permalink / raw)
  To: xen-devel

Hi there, i'm a new Xen user and try to experiment it for a future use
with our High Availability product "Availix". We are currently using
VMWare stuff and seriously plan to replace it by Xen.

As a start, currently our product is based on a 2.4.27 linux kernel
with several patches for ACLs and various other things.

I retrieved "xen-2.0.1-install.tar.gz" and "xen-2.0.1-src.tar.gz"
and generated the "linux-2.4.27-xen.patch" by using the "make
mkpatches" command under the base of the src directory of Xen.

I applied this patch to our already patched linux kernel without
any problem.

Then, i used the domain0 default config under the linux
source tree via "cp arch/xen/defconfig-xen0 .config".

Then according to the documentation i tried to compile
the kernel :

% make ARCH=xen oldconfig
% make ARCH=xen dep
% make ARCH=xen bzImage

And here is what i got :

gcc -D__KERNEL__ -I/usr/src/linux-2.4.27/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   
-DKBUILD_BASENAME=main -c -o init/main.o init/main.c
In file included from /usr/src/linux-2.4.27/include/asm/processor.h:188,
                 from /usr/src/linux-2.4.27/include/linux/prefetch.h:13,
                 from /usr/src/linux-2.4.27/include/linux/list.h:6,
                 from /usr/src/linux-2.4.27/include/linux/wait.h:14,
                 from /usr/src/linux-2.4.27/include/linux/fs.h:12,
                 from /usr/src/linux-2.4.27/include/linux/capability.h:17,
                 from /usr/src/linux-2.4.27/include/linux/binfmts.h:5,
                 from /usr/src/linux-2.4.27/include/linux/sched.h:9,
                 from /usr/src/linux-2.4.27/include/linux/mm.h:4,
                 from /usr/src/linux-2.4.27/include/linux/slab.h:14,
                 from /usr/src/linux-2.4.27/include/linux/proc_fs.h:5,
                 from init/main.c:15:
/usr/src/linux-2.4.27/include/asm/hypervisor.h: In function 
`HYPERVISOR_dom_mem_op':
/usr/src/linux-2.4.27/include/asm/hypervisor.h:494: more than 10 
operands in `asm'
make: *** [init/main.o] Error 1

Sorry if it is a trivial/common question, i searched the mailing list
but found nothing about such a problem.
Any help is apreciated.
Thanks a lot and long life to Xen.

Hugo Delchini.
Availix Founder and CTO.





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: Compiling a xen patched 2.4.27 kernel
  2004-11-22 15:02 Compiling a xen patched 2.4.27 kernel Hugo Delchini
@ 2004-11-23  8:22 ` Keir Fraser
  2004-11-23  8:31   ` Hugo Delchini
  0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2004-11-23  8:22 UTC (permalink / raw)
  To: Hugo.Delchini; +Cc: xen-devel


What version of GCC are you using? I suspect 2.95 which is too old for
building Xen and XenLinux. Upgrade to at least 3.2.x or 3.3.x.

 -- Keir

> % make ARCH=xen oldconfig
> % make ARCH=xen dep
> % make ARCH=xen bzImage
> 
> And here is what i got :
> 
> gcc -D__KERNEL__ -I/usr/src/linux-2.4.27/include -Wall 
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
> -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   
> -DKBUILD_BASENAME=main -c -o init/main.o init/main.c
> In file included from /usr/src/linux-2.4.27/include/asm/processor.h:188,
>                  from /usr/src/linux-2.4.27/include/linux/prefetch.h:13,
>                  from /usr/src/linux-2.4.27/include/linux/list.h:6,
>                  from /usr/src/linux-2.4.27/include/linux/wait.h:14,
>                  from /usr/src/linux-2.4.27/include/linux/fs.h:12,
>                  from /usr/src/linux-2.4.27/include/linux/capability.h:17,
>                  from /usr/src/linux-2.4.27/include/linux/binfmts.h:5,
>                  from /usr/src/linux-2.4.27/include/linux/sched.h:9,
>                  from /usr/src/linux-2.4.27/include/linux/mm.h:4,
>                  from /usr/src/linux-2.4.27/include/linux/slab.h:14,
>                  from /usr/src/linux-2.4.27/include/linux/proc_fs.h:5,
>                  from init/main.c:15:
> /usr/src/linux-2.4.27/include/asm/hypervisor.h: In function 
> `HYPERVISOR_dom_mem_op':
> /usr/src/linux-2.4.27/include/asm/hypervisor.h:494: more than 10 
> operands in `asm'
> make: *** [init/main.o] Error 1
> 
> Sorry if it is a trivial/common question, i searched the mailing list
> but found nothing about such a problem.
> Any help is apreciated.
> Thanks a lot and long life to Xen.
> 
> Hugo Delchini.
> Availix Founder and CTO.
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: Compiling a xen patched 2.4.27 kernel
  2004-11-23  8:22 ` Keir Fraser
@ 2004-11-23  8:31   ` Hugo Delchini
  0 siblings, 0 replies; 3+ messages in thread
From: Hugo Delchini @ 2004-11-23  8:31 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

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

Yep, just after the post to the mailing list, i re-read carefully
the documentation and saw that it was a gcc version problem.
I upgraded to 3.2.2 and everything works fine.
Thanks a lot for your answer.
Hugo.

Keir Fraser wrote:

>What version of GCC are you using? I suspect 2.95 which is too old for
>building Xen and XenLinux. Upgrade to at least 3.2.x or 3.3.x.
>
> -- Keir
>
>  
>
>>% make ARCH=xen oldconfig
>>% make ARCH=xen dep
>>% make ARCH=xen bzImage
>>
>>And here is what i got :
>>
>>gcc -D__KERNEL__ -I/usr/src/linux-2.4.27/include -Wall 
>>-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common 
>>-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   
>>-DKBUILD_BASENAME=main -c -o init/main.o init/main.c
>>In file included from /usr/src/linux-2.4.27/include/asm/processor.h:188,
>>                 from /usr/src/linux-2.4.27/include/linux/prefetch.h:13,
>>                 from /usr/src/linux-2.4.27/include/linux/list.h:6,
>>                 from /usr/src/linux-2.4.27/include/linux/wait.h:14,
>>                 from /usr/src/linux-2.4.27/include/linux/fs.h:12,
>>                 from /usr/src/linux-2.4.27/include/linux/capability.h:17,
>>                 from /usr/src/linux-2.4.27/include/linux/binfmts.h:5,
>>                 from /usr/src/linux-2.4.27/include/linux/sched.h:9,
>>                 from /usr/src/linux-2.4.27/include/linux/mm.h:4,
>>                 from /usr/src/linux-2.4.27/include/linux/slab.h:14,
>>                 from /usr/src/linux-2.4.27/include/linux/proc_fs.h:5,
>>                 from init/main.c:15:
>>/usr/src/linux-2.4.27/include/asm/hypervisor.h: In function 
>>`HYPERVISOR_dom_mem_op':
>>/usr/src/linux-2.4.27/include/asm/hypervisor.h:494: more than 10 
>>operands in `asm'
>>make: *** [init/main.o] Error 1
>>
>>Sorry if it is a trivial/common question, i searched the mailing list
>>but found nothing about such a problem.
>>Any help is apreciated.
>>Thanks a lot and long life to Xen.
>>
>>Hugo Delchini.
>>Availix Founder and CTO.
>>
>>
>>
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real users.
>>Discover which products truly live up to the hype. Start reading now. 
>>http://productguide.itmanagersjournal.com/
>>_______________________________________________
>>Xen-devel mailing list
>>Xen-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/xen-devel
>>    
>>
>
>
>
>  
>


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

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

end of thread, other threads:[~2004-11-23  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22 15:02 Compiling a xen patched 2.4.27 kernel Hugo Delchini
2004-11-23  8:22 ` Keir Fraser
2004-11-23  8:31   ` Hugo Delchini

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.