|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [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
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
|
|
|
|
|