|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Booting halts
> Alliluia, it works! Thanks a lot for responses.
Good news! Perhaps it'll work on my desktop now too :-)
> Booting from unstable prebuild packages goes fine. Unfortunately building
> from source cause
> some errors:
The errors appear to be in the device model code. I'm sure it'll get fixed
but in the meantime you can do:
XEN_NO_IOEMU=y make <whatever>
In the repository root. Not building the ioemu package won't matter to you,
since I imagine you don't have VT hardware (given it's not on sale yet :-p).
Cheers,
Mark
> cpu.o(.text+0xa62): In function `bx_cpu_c::cpu_loop(int)':
> : undefined reference to `xc_evtchn_send'
>
> main.o(.text+0x59d0): In function `bx_init_main(int, char**)':
> : undefined reference to `xc_interface_open'
>
> ../memory/libmemory.a(misc_mem.o)(.text+0x3fb): In function
>
> `bx_mem_c::init_memory(int)':
> : undefined reference to `xc_get_pfn_list'
>
> ../memory/libmemory.a(misc_mem.o)(.text+0x44c): In function
>
> `bx_mem_c::init_memory(int)':
> : undefined reference to `xc_map_foreign_batch'
>
> ../memory/libmemory.a(misc_mem.o)(.text+0x4b3): In function
>
> `bx_mem_c::init_memory(int)':
> : undefined reference to `xc_map_foreign_range'
>
> collect2: ld returned 1 exit status
>
> If anyone can shed the light, i'll be very happy :).
>
> Thanks, Konstantin.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|