search for: rombios_compat

Displaying 2 results from an estimated 2 matches for "rombios_compat".

2012 Apr 26
2
How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?
Hi , All I try to compile xen-unstable.hg(25249:a4e7fce6ee2b) from source repo on ubuntu11.10-amd64. It complains "/usr/include/features.h:323:26 fatal error: bits/predefs.h No such file or directory". I wonder it''s a thing related to 32bits and 64bits. How to solve this problem? Thank you. Here are my steps: [ Install prerequisites. ] sudo apt-get install git sudo apt-get
2007 Aug 26
0
Bug#439662: xen-3: FTBFS on amd64: error: gnu/stubs-32.h: No such file or directory
Package: xen-3 Version: 3.1.0-1 Severity: important Hi, Your package is failing to build on amd64 with the following error: In file included from /usr/include/features.h:345, from /usr/include/stdint.h:26, from ../rombios_compat.h:8, from tcgbios.c:24: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory make[6]: *** [tcgbios.o] Error 1 If you're really supposed to build 32 bit binaries on amd64, you should add a build dependency on gcc-multilib. Kurt