Displaying 3 results from an estimated 3 matches for "tianshuo_1".
2009 Nov 06
0
[LLVMdev] llvm-gcc-4.2-2.6 build failed,
oooo. I check out llvm form svn by
"svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm",
but not "svn co https://user at llvm.org/svn/llvm-project/llvm/trunk llvm",,,,
在2009-11-06,"Duncan Sands" <baldrick at free.fr> 写道:
>> and , I found no file ,System/DataTypes.h, exist in the directory llvm-2.6/include/llvm/
>
>Are you sure you are
2009 Nov 06
1
[LLVMdev] llvm-gcc-4.2-2.6 build failed,
Thank you for reply,
I have tried building llvm-2.6 first in place, and configure llvm-gcc-4.2 with --enable-llvm=/path\to\llvm-2.6/,
but, still the same problerm,
and there's no files missed reported in the error message, such as "lvm/System/DataTypes.h", in the file system including /usr/include and ~/llvm/llvm-2.6/include/.
May these files should be generated during llvm-2.6
2009 Nov 05
5
[LLVMdev] llvm-gcc-4.2-2.6 build failed,
I try to build llvm-gcc-4.2-2.6.source before build and install llvm-2.6, the configure is shown bellow
../llvm-gcc-4.2/configure --prefix=/home/ts/program/ --program-prefix=llvm- --enable-llvm=/home/ts/llvm/llvm-2.6 --enable-languages=c,c++
where, it is the path where llvm-2.6 source is stored, -enable-llvm=/home/ts/llvm/llvm-2.6
the "make" gave error message as bellow: