search for: enable_execute_stack

Displaying 17 results from an estimated 17 matches for "enable_execute_stack".

2013 Jun 25
0
[LLVMdev] [PATCH] Windows implementation of enable_execute_stack
...nce moved to be a subproject requiring the LLVM tree to be built. >> > >> > >> > Please comment or apply. Thanks! >> > >> > Ruben >> > >> > PS: I'm not subscribed, please keep me in the CC list >> > >> > Index: lib/enable_execute_stack.c >> > =================================================================== >> > --- lib/enable_execute_stack.c (revision 182667) >> > +++ lib/enable_execute_stack.c (working copy) >> > @@ -10,7 +10,11 @@ >> > >> > #include "int_lib.h"...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...av/smack-project/llvm/build/Release+Asserts/bin/clang -fPIC -Wall -Werror -O3 -fomit-frame-pointer -m64 --sysroot=/home/pranav/smack-project/llvm/src/projects/compiler-rt/SDKs/linux -c -o /home/pranav/smack-project/llvm/build/tools/clang/runtime/compiler-rt/clang_linux/full-x86_64/x86_64/SubDir.lib/enable_execute_stack.o /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: error: cast to 'unsigned char *' from smaller integer type 'unsigned int' [-Werror,-Wint-to-pointer-...
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
...I am getting the following compilation error (I tried compiling llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and the current llvm source from the git repository). ... COMPILE: clang_linux/full-x86_64/x86_64: /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: error: cast to 'unsigned char *' from smaller integer type 'unsigned int' [-Werror,-Wint-to-pointer-cast] unsigned char* startPage = (unsigned char*)(p & pageAlignMask);...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...Asserts/bin/clang -fPIC >> -Wall -Werror -O3 -fomit-frame-pointer -m64 >> --sysroot=/home/pranav/smack-project/llvm/src/projects/compiler-rt/SDKs/linux >> -c -o >> /home/pranav/smack-project/llvm/build/tools/clang/runtime/compiler-rt/clang_linux/full-x86_64/x86_64/SubDir.lib/enable_execute_stack.o >> /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c >> >> /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: >> error: cast to 'unsigned char *' from smaller integer type 'unsigned int...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...m/build/Release+Asserts/bin/clang -fPIC > -Wall -Werror -O3 -fomit-frame-pointer -m64 > --sysroot=/home/pranav/smack-project/llvm/src/projects/compiler-rt/SDKs/linux > -c -o > /home/pranav/smack-project/llvm/build/tools/clang/runtime/compiler-rt/clang_linux/full-x86_64/x86_64/SubDir.lib/enable_execute_stack.o > /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c > > /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: > error: cast to 'unsigned char *' from smaller integer type 'unsigned int' > [...
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
...(I tried compiling > llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and > the current llvm source from the git repository). > > > > ... > > COMPILE: clang_linux/full-x86_64/x86_64: > /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c > > > /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: > error: cast to 'unsigned char *' from smaller integer type 'unsigned int' > > [-Werror,-Wint-to-pointer-cast] > > unsigned char* startPage = (un...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...> llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and >> the current llvm source from the git repository). >> > >> > ... >> > COMPILE: clang_linux/full-x86_64/x86_64: >> /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c >> > >> /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: >> error: cast to 'unsigned char *' from smaller integer type 'unsigned int' >> > [-Werror,-Wint-to-pointer-cast] >> > unsigned c...
2013 Jul 31
0
[LLVMdev] Error building compiler-rt
...e following compilation error (I tried compiling llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and the current llvm source from the git repository). > > ... > COMPILE: clang_linux/full-x86_64/x86_64: /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c > /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29: error: cast to 'unsigned char *' from smaller integer type 'unsigned int' > [-Werror,-Wint-to-pointer-cast] > unsigned char* startPage = (unsigned char*)(p & pag...
2013 Jul 31
0
[LLVMdev] Error building compiler-rt
Hi, I am trying to build llvm along with clang and compiler-rt. when I run make, I am getting the following compilation error: ... COMPILE: clang_linux/full-x86_64/x86_64:/home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c /home/pranav/smack-project/llvm/src/projects/compiler-rt/lib/enable_execute_stack.c:53:29:error: cast to 'unsigned char *' from smaller integer type 'unsigned int' [-Werror,-Wint-to-pointer-cast] unsigned char* startPage = (unsigned char*)(p & pageAlignMask);...
2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
...output): ... make[4]: Entering directory `/home/youngmj/DevTools/LLVM/Version_3.2/build/tools/clang/runtime/compiler-rt' /bin/sh: 1: sw_vers: not found ... COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c In file included from /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c:13: /usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found #include <features.h> ^ 1 error genera...
2013 Nov 14
1
[LLVMdev] MingGW32 and MinGW64 builds (Windows) fail
Hi, I tried to do a build with CMake, Ninja, and MinGW32 and MinG64 respectively: MinGW32 failed on an missing sys/mman.h (POSIX-specific header): D:/test/llvm-trunk/projects/compiler-rt/lib/enable_execute_stack.c:13:22: fatal error: sys/mman.h: No such file or directory #include <sys/mman.h> ^ MinGW64 failed on an #error directive: D:/test/llvm-trunk/projects/compiler-rt/lib/ubsan/ubsan_value.h:20:2: error: #error "UBSan not supported for this platform!" #error &q...
2013 Jan 22
2
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32 using MinGW (4.7.1). The error is: sys/mman.h: No such file or directory ...and it happens during compilation of: [LLVM/Clang]\projects\compiler-rt\lib\enable_execute_stack.c I configured everything carefully as "CMAKE_BUILD_TYPE" "Release". I have in the PATH (in that order): - CMake - MinGW - Python 2.7.2 - ActivePerl - Subversion 1.7.x - GraphViz 2.3.0 All tools are found, configuration w/ Cmake succeeds hence that error. It used to work like th...
2013 Feb 26
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
....c > <* SNIP *> > COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/divxc3.c > COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c > In file included from /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c:13: > /usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found > #include <features.h> > ^ > 1 e...
2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
...ler-rt/lib/absvdi2.c <* SNIP *> COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/divxc3.c COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c In file included from /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_stack.c:13: /usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found #include <features.h> ^ 1 error generated. ... **...
2013 Jan 23
0
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
...MortenMacFly <mac-fly at gmx.net> wrote: > I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32 > using MinGW (4.7.1). The error is: > sys/mman.h: No such file or directory > ...and it happens during compilation of: > [LLVM/Clang]\projects\compiler-rt\lib\enable_execute_stack.c > I configured everything carefully as "CMAKE_BUILD_TYPE" "Release". I have > in > the PATH (in that order): > - CMake > - MinGW > - Python 2.7.2 > - ActivePerl > - Subversion 1.7.x > - GraphViz 2.3.0 > All tools are found, configuration w/ Cmake...
2013 Jan 22
3
[LLVMdev] Fails to compile w/ MinGW: sys/mman.h: No such file or directory
I am having trouble getting LLVM/Clang to compile from SVN/trunk on win32 using MinGW (4.7.1). The error is: sys/mman.h: No such file or directory ...and it happens during compilation of: [LLVM/Clang]\projects\compiler-rt\lib\enable_execute_stack.c I configured everything carefully as "CMAKE_BUILD_TYPE" "Release". I have in the PATH (in that order): - CMake - MinGW - Python 2.7.2 - ActivePerl - Subversion 1.7.x - GraphViz 2.3.0 All tools are found, configuration w/ Cmake succeeds hence that error. It used to work like th...
2013 Oct 31
3
[releng_10 tinderbox] failure on i386/pc98
...libcompiler_rt/../../contrib/compiler-rt/lib/divmodsi4.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/divsc3.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/divti3.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/divxc3.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/enable_execute_stack.c /src/lib/libcompiler_rt/../! ../contrib/compiler-rt/lib/eprintf.c /src/lib/libcompiler_rt/.! ./../contrib/compiler-rt/lib/ffsdi2.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/ffsti2.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/fixdfdi.c /src/lib/libcompiler_rt/../../contrib...