similar to: How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?

Displaying 20 results from an estimated 300 matches similar to: "How to avoid this error "bits/predefs.h No such file or directory" when compiling XEN?"

2013 Nov 25
3
[PATCH 0/2] Coverity fixes for tools/firmware
These two fixes are the final two outstanding issues in tools/firmware. They are both quite minor. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> -- 1.7.10.4
2012 Aug 02
2
[LLVMdev] Questions about clang options
Hi, I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html clang -cc1 -O0 -g -emit-llvm showdebug.c where showdebug.c contains: #include<stdio.h> int main() { printf("hello\n"); return 0; } But I got Fatal error: 'stdio.h' file not found. However, clang showdebug.c has no
2007 Jan 29
8
x86_64 build break in rombios
I am getting the following build break on changeset 13662. I am compiling on x86_64 SLES10 with gcc 4.1.0. Is there a fix for this? Thanks, Aravindh Puthiyaparambil Xen Development Team Unisys, Tredyffrin PA make[1]: Entering directory `/root/xen/xen-unstable.hg/tools/firmware'' make[2]: Entering directory `/root/xen/xen-unstable.hg/tools/firmware/rombios'' gcc -o biossums
2012 Apr 30
1
Touhou Project game doesn't come up in a Ubuntu12.04 Wine1.4
Now, I am using is Wine1.4 Ubuntu12.04. Update to 12.04 from Ubuntu11.10, has been updated as well Wine. Then, the game was east of the project will not start for some reason all. Also double-click the executable file, the reaction does not (boot). Was working in previous versions of Wine. We also check to run as a program. Why did not start, why? What remedy is there? In addition, the package
2011 Nov 05
2
running application rynga
hi i use wine for runnig an application rynga.i success fully install it. but when i try to run an error message appear that it cant be run because of the deficiency of wine. i am running this programme in windows 7 without any problem. i want to run it in ubuntu11.10.this is a software which help to making phone calls from internet
2012 Apr 29
6
How to test my patch before I post it to public?
Hi , All I 'm a green hand and interested in open source development. I have a general question “How to test my patch before I post it to public?” Hope you guys give me some suggestions. : ) Firstly, I can re-compile the code, to assure no syntax error. However,I don't know how to test my patch's function is right or not. Some software requires unit test for each function. Is there
2013 Jan 11
1
libvirt RPC error
Hi, I'm using qemu+ssh://username at hostname/system as the remote URI. Libvirt seems to be communicating fine until some 2 minutes (we poll every 5 seconds) and then it throws up RPC error and many counters are wrong. But if I collect on localhost the counters seems to be coming fine. Test and testvm are guests on the local machine where as Win8 and Ubuntu* are remote URI's connected
2012 Aug 02
0
[LLVMdev] Questions about clang options
On Thu, Aug 2, 2012 at 8:56 AM, Xinglin Zhang <xinglinzh at gmail.com> wrote: > Hi, > > I am quite new to LLVM. I just compiled LLVM and clang on Ubuntu11.10 then > followed the tutorial http://llvm.org/docs/DebuggingJITedCode.html > > clang -cc1 -O0 -g -emit-llvm showdebug.c > > > where showdebug.c contains: > > #include<stdio.h> > int main() >
2010 Jun 04
6
Package Distribution Server?
Dear List, I'm trying to set up a lab with multiple workstations running CentOS 5. Does anybody knows how to keep the packages in sync among workstations? Ideally I want any change made on any machine be able to applied to all other machines. Alternatively, to "push" the changes (add and/or remove packages) from one central server to all other machine is also fine. Thanks
2012 Apr 12
6
fatal error if Flex and Bison is not configured
Hi all, I try to build xen 4.2( revision number: 25161) on Ubuntu 11.10_amd64, Mac pro. After running ./configure and make. I got the following fatal error: *libxlu_cfg_y.y:22:26: fatal error: libxlu_cfg_l.h: No such file or directory compilation terminated.* So the original libxlu_cfg_l.h is deleted when making, and should be regenerated but it is not. I find the path of flex and bison is not
2012 May 04
3
How to select a rootfs to test job test-amd64-amd64-xl on my own machine ?
Hi All I try to test flight 12785 job test-amd64-amd64-xl on my own machine. I download kerndist.tar.gz , dist.tar.gz and xendist.tar.gz from logfiles generated by job build-amd64-pvops and build-amd64. But there is no clue on how to get a root file system. So I try Ubuntu 11.10 as its rootfs, which is ext3 format. Unfortunately, it complains the <The disk drive for / is not ready yet or
2012 Aug 02
1
[LLVMdev] Questions about clang options
Dear Zhang, Compiler ends up invoking cc1 (the backend) anyways. So if you would like to invoke it by hand, the only thing to know is the right combination of options. Try to use the compiler verbose option "-v". It will show you how exactly clang invokes the backend: > clang -v -c showdebug.c clang version 3.2 (trunk 156703) Target: x86_64-unknown-linux-gnu Thread model: posix
2012 Feb 21
3
How to merge the Xen kernel with modules into one single file ?
Hi all, To boot a Xen from grub, we normally use a Xen kernel and a domain0 kernel & initrd.img as its modules. Now, I want to merge these three files into one single kernel file, then I can boot it without modules. I am doing this because a simulator environment only has one file entry for the kernel. Do you guys have some hints on how to do that? BTW, I can merge the domain0 kernel &
2012 Aug 14
2
[TESTDAY] Compiling on 64-bit Ubuntu systems
It appears that we have a build dependency on 32-bit headers which isn''t checked during ./configure, leading to strange-looking error: ---- snip ---- make -C tcgbios all make[10]: Entering directory `/home/xenuser/hg/xen-unstable.hg/tools/firmware/rombios/32bit/tcgbios'' gcc -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall
2012 Nov 13
3
[LLVMdev] Mips instructions using llvm?
Hi Eli, What do you mean by "kind of vague" ? So does not guarantee to generate correct instructions ? I just tried what you said but getting following error ? Any ideas ? What I did is clang hello.c -S -target mips-unknown-linux Error: In file included from hello.c:1In file included from /usr/include/stdio.h:28/usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not
2013 Sep 26
0
[LLVMdev] ARM NEON intrinsics in clang
On 26 September 2013 17:52, Stanislav Manilov <stanislav.manilov at gmail.com>wrote: > To answer your question I am testing on a pandaboard currently, which has > an arm cortex-a9 processor, which I think is 64-bit. > Cortex-A9 is still 32-bits, so you'll have all support you need. ;) however it doesn't if I remove the -ffreestanding flag. I need to figure > this out
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]: ***
2013 Dec 17
6
EFI build problems
Hi, The internal Gnu-EFI build gives me grief: * efi/check-gnu-efi.sh: uses realpath, which is not available on my Debian wheezy system. I now use readlink -f, but wonder if it's needed at all. * efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd, which is not built into a standard Bourne shell invoked by #!/bin/sh. Again I wonder what's the point of it, as
2013 Sep 26
2
[LLVMdev] ARM NEON intrinsics in clang
Hello Renato, It turned out I just didn't do the cross-compilation correctly, and Tim Northover already pointed me to a guide you have written on it ( http://clang.llvm.org/docs/CrossCompilation.html), so I will read that before continuing with my efforts. To answer your question I am testing on a pandaboard currently, which has an arm cortex-a9 processor, which I think is 64-bit. I am much
2014 Jan 10
2
EFI build problems
On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote: > >> * make spotless still fails after working around the above: >> [...] >> make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ >>