|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Getting frustrated with Xen
It's a 64-bit machine, isn't it? I had the same problem on my 64-bit
installation. I can't remember now what I did to fix it - I think I
copied the missing file(s) from a 32-bit machine - but I'm not sure.
You could try "linux32 bash; make" to build it in 32-bit mode...
--
Mats
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Art Fore
> Sent: 29 October 2006 13:59
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: RE: [Xen-users] Getting frustrated with Xen
>
> Found a message about dev86, so finally found an rpm for Suse
> and installed it after having to also install bin86.
> Now I get the following from make install:
> make[3]: Entering directory
> `/home/afore/Downloads/xen-3.0.3_0-src/tools/firmware/vmxassist'
> gcc -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes
> -Wdeclaration-after-statement -DDEBUG
> -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -fno-builtin
> -O2 -msoft-float -c vm86.c
> In file included from /usr/include/features.h:346,
> from /usr/include/stdint.h:26,
> from vm86.h:24,
> from vm86.c:21:
> /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such
> file or directory
> make[3]: *** [vm86.o] Error 1
> make[3]: Leaving directory
> `/home/afore/Downloads/xen-3.0.3_0-src/tools/firmware/vmxassist'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory
> `/home/afore/Downloads/xen-3.0.3_0-src/tools/firmware'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory
> `/home/afore/Downloads/xen-3.0.3_0-src/tools'
> make: *** [install-tools] Error 2
>
> Now I really don't have a clue as to what this means. I done
> a search on google and it said to use -disable-multilib.
> Tried that on the make install command line, it does not recognize it.
> I checked for /usr/include/gnu/ and there is no such stub-32.h there.
>
> Anyone else have a clue about this?
>
> Art
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|