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

Re: [Xen-devel] RE: mini-os compilation

To: "Hsu, Cheng-Hsin (Cheng-Hsin)" <chs@xxxxxxxxxx>
Subject: Re: [Xen-devel] RE: mini-os compilation
From: Steven Hand <Steven.Hand@xxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 16:47:36 +0000
Cc: "'xen-devel@xxxxxxxxxxxxxxxxxxxxx'" <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 30 Oct 2003 16:48:25 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Thu, 30 Oct 2003 11:36:44 EST." <1B8C2E08B21B8743A2B3AED07407DA7603F2456D@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
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

Indeed -- thanks for the message; changes yesterday didn't bother
to update minimal-os but will be fixed shortly. 

However: would strongly recommend that you work from the 1.1 (semi-stable) 
repository rather than the 1.2 (unstable) one as there will be quite a 
few changes being made to 1.2 in the next little while and there's no 
guarantee that it will always work. 

To use the 1.1 stuff just type "bk clone bk://xen.bkbits.net/xeno-1.1.bk" 

cheers, 

S.




-------------------------------------------------------
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>