Displaying 2 results from an estimated 2 matches for "1e82168b".
2011 May 15
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen,
2011/5/13 陈晓宇 <xychen0921 at gmail.com>:
> ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
> --host=x86_64-w64-mingw32
> --disable-multilib
Please try with "--build=x86_64-w64-mingw32", not "--host".
If you would still have any troubles, make sure your
x86_64-w64-g++.exe can generate correct
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I
specified --host option for a cross compiling. Following are my configure
options:
../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj
--host=x86_64-w64-mingw32
--disable-multilib
The error:
make[1]: Entering directory `/home/AutoESL/llvm-obj/lib/VMCore'
make[1]: ***