|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] Compile broken since cset 10240 ?
I am currently running change-set 10240, the first one that I succeeded to
configure networking. I am experiencing some instability, with an average
up-time of 2 or 3 days --- failures are intermittent, sometimes the SCSI
complains about losing connection with the disks, sometimes it don´t, but in
any case the network fails with no messages whatsoever.
Knowing that this version is quite old, I have been trying for a couple of
weeks to compile a newer version -- I check out almost daily. The problem is
that I am getting the same errors during build. All concerning "mfn" undefined
references, both "xen" and "kernels" fail during build -- messages attached.
I have already cleaned up with a new "hg clone" to ensure working with a clean
tree with no success.
My toolchain is 2.15.90 version -- the default with Suse 9 SP3.
Maybe I am doing something wrong ? What is the latest changeset that is known
to build cleanly ?
regards,
Guilherme
----- Compile logs ----------
$ make xen
...
/usr/local/src/xen-unstable/xen-unstable.hg/xen/common/built_in.o(.text+0x24bb2):
In function `tb_control':
/usr/local/src/xen-unstable/xen-unstable.hg/xen/common/trace.c:175: undefined
reference to `virt_to_mfn'
$ make kernels
...
LD .tmp_vmlinux1
lib/built-in.o(.text+0x3b62): In function `swiotlb_unmap_page':
: undefined reference to `mfn_to_local_pfn'
lib/built-in.o(.text+0x3fe2): In function `swiotlb_unmap_single':
: undefined reference to `mfn_to_local_pfn'
lib/built-in.o(.text+0x4c22): In function `swiotlb_sync_single_for_device':
: undefined reference to `mfn_to_local_pfn'
lib/built-in.o(.text+0x4de2): In function `swiotlb_sync_single_for_cpu':
: undefined reference to `mfn_to_local_pfn'
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|