search for: predefs

Displaying 20 results from an estimated 28 matches for "predefs".

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 install mercurial sudo apt-get install zlib1g-dev sudo apt-get install libncu...
2012 Nov 13
3
[LLVMdev] Mips instructions using llvm?
...e 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 found.   =========================================== Phone : 82-42-860-1838 Fax : 82-42-860-6790 Cell Phone: 82-10-7599-1981 =========================================== --- On Mon, 11/12/12, Eli Friedman <eli.friedman at gmail.com> wrote: From: Eli Friedman <eli.fri...
2013 Sep 26
1
[LLVMdev] ARM NEON intrinsics in clang
...4/include/arm_neon.h:31: In file included from /home/stan/Fortress/Dev/llvm/build-trunk/Debug+Asserts/bin/../lib/clang/3.4/include/stdint.h:64: In file included from /usr/include/stdint.h:25: In file included from /usr/include/features.h:341: /usr/include/stdc-predef.h:30:10: fatal error: 'bits/predefs.h' file not found #include <bits/predefs.h> which I suspect has something to do with the fact that in /usr/include I have a folder called x86_64-linux-gnu but not one called arm-linux-gnueabihf. Am I even remotely right? Cheers, - Stan -------------- next part -------------- An HTML at...
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
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
2013 Dec 17
6
EFI build problems
...;/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ -f /home/wferi/syslinux/syslinux/efi/Makefile spotless In file included from /usr/include/elf.h:24:0, from reloc_ia32.c:39: /usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory compilation terminated. make[4]: *** [reloc_ia32.o] Error 1 make[3]: *** [gnuefi] Error 2 make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/efi' /home/wferi/syslinux/syslinux/mk/efi.mk:27: *** Failed to build gnu-efi for ia32. Stop. make[...
2009 Jan 16
2
regshell only goes to HKEY_CLASSES_ROOT
Hi all, I've compiled samba 4 from branches and it worked like a charm. I'm trying to use regshell to read (remotely) the following Windows registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall I can connect to the remote machine with no problems: ./regshell --remote=192.168.50.142 --user=Administrador%xxx HKEY_CLASSES_ROOT> HKEY_CLASSES_ROOT>
2014 Jan 10
2
EFI build problems
...ot;/home/wferi/syslinux/syslinux/efi32/efi" \ >> -f /home/wferi/syslinux/syslinux/efi/Makefile spotless >> In file included from /usr/include/elf.h:24:0, >> from reloc_ia32.c:39: >> /usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory >> compilation terminated. >> make[4]: *** [reloc_ia32.o] Error 1 >> make[3]: *** [gnuefi] Error 2 >> make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/efi' >> /home/wferi/syslinux/syslinux/mk/efi.mk:27: *** Fai...
2012 Dec 17
2
[LLVMdev] target arm
Hello, I'm trying to use clang to compile a file in an x86 machine (running i386 GNU/Linux) to ARM. In the end, all I want is for the bit code (I use -emit-llvm) getArch() result to be Triple::ARM. I tried to use "-target arm" but I get a "fatal error: 'bits/predefs.h' file not found". Is there any easy way to make the target architecture "ARM" without running into such trouble? Thanks! Alon ________________________________ This message is confidential and intended only for the addressee. If you have received this message in error, pleas...
2012 Aug 14
2
[TESTDAY] Compiling on 64-bit Ubuntu systems
...include/stdint.h:26:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/include/stdint.h:3, from ../../../hvmloader/acpi/acpi2_0.h:21, from ../util.h:4, from tcgbios.c:27: /usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory compilation terminated. gcc -O1 -fno-omit-frame-pointer -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -D__XEN_TOOLS__ -MMD -MF .tpm_drivers.o.d -D_LARGEFILE_SOURCE -D_L...
2012 Dec 17
0
[LLVMdev] target arm
...dev] target arm Hello, I'm trying to use clang to compile a file in an x86 machine (running i386 GNU/Linux) to ARM. In the end, all I want is for the bit code (I use -emit-llvm) getArch() result to be Triple::ARM. I tried to use "-target arm" but I get a "fatal error: 'bits/predefs.h' file not found". Is there any easy way to make the target architecture "ARM" without running into such trouble? Thanks! Alon ________________________________ This message is confidential and intended only for the addressee. If you have received this message in error, pleas...
2012 Nov 13
2
[LLVMdev] Mips instructions using llvm?
Hi All, Is there any way to generate MIPS instructions from C code in llvm ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/9c351737/attachment.html>
2012 Nov 13
0
[LLVMdev] Mips instructions using llvm?
On Mon, Nov 12, 2012 at 4:41 PM, janarbek <canarbekmatay at yahoo.com> wrote: > > Hi All, > > Is there any way to generate MIPS instructions from C code in llvm ? "Generate MIPS instructions" is kind of vague, but something like "clang myfile.c -S -target mips-unknown-linux" will make clang generate MIPS assembly. -Eli
2012 Nov 13
1
[LLVMdev] Mips instructions using llvm?
...; 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:1 > In file included from /usr/include/stdio.h:28 > /usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not found. This sounds like you are using headers that do not support MIPS. David
2019 Jan 18
0
[klibc:master] alpha: Support building without glibc headers
Commit-ID: c8fc455bb5667c97e21a76621ae8317e1bf0ad24 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=c8fc455bb5667c97e21a76621ae8317e1bf0ad24 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 18 Jan 2019 00:35:40 +0000 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 18 Jan 2019 03:10:14 +0000 [klibc] alpha: Support building
2004 Aug 06
0
Extensive definitions with reserved identifiers
Hi, the icecast source code contains many definitions with identifiers reserved in C. For instance, include guards typically are __LIKE_THIS__ (note the underscores at the beginning). While gcc does not complain about these, they might lead to problems with other compilers (or a future gcc release) and also make code analyzers complain. For an overview of reserved identifers, see for instance
2014 Jan 04
0
EFI build problems
...fi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ > -f /home/wferi/syslinux/syslinux/efi/Makefile spotless > In file included from /usr/include/elf.h:24:0, > from reloc_ia32.c:39: > /usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory > compilation terminated. > make[4]: *** [reloc_ia32.o] Error 1 > make[3]: *** [gnuefi] Error 2 > make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/efi' > /home/wferi/syslinux/syslinux/mk/efi.mk:27: *** Failed to build gnu-efi...
2012 Nov 13
0
[LLVMdev] Mips instructions using llvm?
...; 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:1 > In file included from /usr/include/stdio.h:28 > /usr/include/features.h:323:10 fatak error 'bits/predefs.h' file not found. This sounds like you are using headers that do not support MIPS. David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121112/7f124beb/attachment.html>
2013 Dec 19
0
EFI build problems
...linux/efi" > OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ > -f /home/wferi/syslinux/syslinux/efi/Makefile spotless > In file included from /usr/include/elf.h:24:0, > from reloc_ia32.c:39: > /usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file > or directory > compilation terminated. > make[4]: *** [reloc_ia32.o] Error 1 > make[3]: *** [gnuefi] Error 2 > make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/efi' > /home/wferi/syslinux/syslinux/mk/efi.mk:27: *** Failed to build gn...
2014 Jan 10
0
EFI build problems
...yslinux/syslinux/efi32/efi" \ >>> -f /home/wferi/syslinux/syslinux/efi/Makefile spotless >>> In file included from /usr/include/elf.h:24:0, >>> from reloc_ia32.c:39: >>> /usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory >>> compilation terminated. >>> make[4]: *** [reloc_ia32.o] Error 1 >>> make[3]: *** [gnuefi] Error 2 >>> make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/efi' >>> /home/wferi/syslinux/syslinux/m...