Displaying 4 results from an estimated 4 matches for "workspacecpp".
2012 Apr 08
1
[LLVMdev] LLVM show error preprocessor "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
Hello All,
I build source code of Ocelot[http://code.google.com/p/gpuocelot/]. It
using LLVM dependency of Ocelot. llvm-config get cppflags represent as
below in order to build with Ocelot.
./llvm-config --cppflags
-I/home/chatsiri/workspacecpp/llvm/include
-I/home/chatsiri/workspacecpp/llvm/include -D_DEBUG -D_GNU_SOURCE
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
Why DataType.h line 49 through error as #error "Must #define
__STDC_LIMIT_MACROS before #including Support/DataTypes.h"
g++ -o .relea...
2012 Jun 06
2
[LLVMdev] Compile-rt throw error undeclared identifier 'O_CLOEXEC'
...I build LLVM source code version 3.2 from SVN repository. After I
> build source code of LLVM include "compiler-rt"(Compiler-rt at revision
> 158057.
> ) and "clang" are represent an error as below.
>
> make[5]: Entering directory
> `/san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt'
> COMPILE: clang_linux/asan-x86_64/x86_64:
> /san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
> /san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux...
2012 Jun 06
0
[LLVMdev] Compile-rt throw error undeclared identifier 'O_CLOEXEC'
...rsion 3.2 from SVN repository. After I
>> build source code of LLVM include "compiler-rt"(Compiler-rt at revision
>> 158057.
>> ) and "clang" are represent an error as below.
>>
>
>
>> make[5]: Entering directory
>> `/san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt'
>> COMPILE: clang_linux/asan-x86_64/x86_64:
>> /san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
>> /san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/san...
2012 Jun 06
0
[LLVMdev] Compile-rt throw error undeclared identifier 'O_CLOEXEC'
Hello All,
I build LLVM source code version 3.2 from SVN repository. After I
build source code of LLVM include "compiler-rt"(Compiler-rt at revision
158057.
) and "clang" are represent an error as below.
make[5]: Entering directory
`/san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt'
COMPILE: clang_linux/asan-x86_64/x86_64:
/san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
/san01/home/chatsiri/workspacecpp/llvm-svn/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:47:36:
erro...