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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
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@lists.sourceforge.net'' > 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> 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 1Indeed -- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel