WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] RE: mini-os compilation

To: "'xen-devel@xxxxxxxxxxxxxxxxxxxxx'" <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: mini-os compilation
From: "Hsu, Cheng-Hsin (Cheng-Hsin)" <chs@xxxxxxxxxx>
Date: Thu, 30 Oct 2003 11:36:44 -0500
Delivery-date: Thu, 30 Oct 2003 16:38:31 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Sorry, forgot to include the log...

ln -sf ../../../xen/include/hypervisor-ifs h/hypervisor-ifs
gcc -fno-builtin -O3 -Wall -Ih/ -D__ASSEMBLY__ -c head.S -o head.o
gcc -fno-builtin -O3 -Wall -Ih/ -D__ASSEMBLY__ -c entry.S -o entry.o
gcc -fno-builtin -O3 -Wall -Ih/ -c kernel.c -o kernel.o
kernel.c: In function `start_kernel':
kernel.c:75: warning: assignment makes pointer from integer without a cast
kernel.c:93: warning: format argument is not a pointer (arg 2)
gcc -fno-builtin -O3 -Wall -Ih/ -c traps.c -o traps.o
gcc -fno-builtin -O3 -Wall -Ih/ -c hypervisor.c -o hypervisor.o
gcc -fno-builtin -O3 -Wall -Ih/ -c mm.c -o mm.o
gcc -fno-builtin -O3 -Wall -Ih/ -c events.c -o events.o
gcc -fno-builtin -O3 -Wall -Ih/ -c time.c -o time.o
time.c: In function `get_s_time':
time.c:74: structure has no member named `wc_version'
time.c:80: structure has no member named `tv_sec'
time.c:81: structure has no member named `tv_usec'
time.c:82: structure has no member named `wc_timestamp'
time.c:83: structure has no member named `st_timestamp'
make: *** [time.o] Error 1

Thanks,
Bear.

>  -----Original Message-----
> From:         Hsu, Cheng-Hsin (Cheng-Hsin)  
> Sent: Thursday, October 30, 2003 11:34 AM
> To:   'xen-devel@xxxxxxxxxxxxxxxxxxxxx'
> Subject:      mini-os compilation
> 
> Hi All,
> 
>       I'm interested in playing around with guest OS. And just download the 
> unstable source tree. When I tried to compile the mini-os, I got the 
> following errors. Looks like the shared_info_t is not sync-ed with mini-os? 
> Maybe I missed something?
>       Thank you!
> 
> Regards,
> Bear.
> 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>