|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: mini-os compilation
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>
|
- [Xen-devel] RE: mini-os compilation,
Hsu, Cheng-Hsin (Cheng-Hsin) <=
|
|
|
|
|