search for: ld86

Displaying 5 results from an estimated 5 matches for "ld86".

Did you mean: ld8
2006 Feb 04
2
dev86/vmxloader for debian
Hi all I have built a preliminary debian package for dev86, required to build xen with vmx support. you can get my packages here: http://debian.nsp.co.nz/dev86. I have also trivially patched the rules for xen 3 to build the vmxloader and include it in the resulting packages, my builds/sources for these packages are here: http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
.../usr/bin/python-config > checking Python.h usability... yes > checking Python.h presence... yes > checking for Python.h... yes > checking for PyArg_ParseTuple in -lpython2.7... yes > checking for xgettext... /usr/bin/xgettext > checking for as86... /usr/bin/as86 > checking for ld86... /usr/bin/ld86 > checking for bcc... /usr/bin/bcc > checking for iasl... /usr/bin/iasl > checking uuid/uuid.h usability... yes > checking uuid/uuid.h presence... yes > checking for uuid/uuid.h... yes > checking for uuid_clear in -luuid... yes > checking uuid.h usability... no...
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki:
2013 Apr 30
5
Unaible to create DomU Guest
Hello. First of all I ''m pretty new to Linux and this is my first install of Xen. So don''t mind me wrong if sometimes I don''t know which command is appropriate to fetch results. I''m running a new Debian Squeeze release 2.6.32-5-xen-amd64 with minimal components. I''ve been going through install of Xen as per the documentation for the 4.2.1 release and
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...configure.ac +++ b/tools/configure.ac @@ -67,6 +67,7 @@ AC_ARG_VAR([CURL], [Path to curl-config tool]) AC_ARG_VAR([XML], [Path to xml2-config tool]) AC_ARG_VAR([BASH], [Path to bash shell]) AC_ARG_VAR([XGETTEXT], [Path to xgetttext tool]) +AC_ARG_VAR([CMAKE], [Path to cmake binary]) dnl as86, ld86, bcc and iasl are only present in x86* systems case "$host_cpu" in @@ -108,6 +109,9 @@ AS_IF([test "x$pythontools" = "xy"], [ AX_CHECK_PYTHON_VERSION([2], [3]) AX_CHECK_PYTHON_DEVEL() ]) +AS_IF([test "x$vtpm" = "xy"], [ + AX_PATH_PROG...