Problem building clang on Windows 7
Posted: Wed Dec 11, 2013 3:22 pm
Hey.
Followed the instructions for installing Codelite and clang found here on the website,(you forgot to add the MinGW bin folder to the PATH variable btw... )
Everything was cool until:
...not sure what is needed to fix this since I'm a relative n00b, so I ask with all sincerity, HELP!
END TRANSMISSION...
Followed the instructions for installing Codelite and clang found here on the website,(you forgot to add the MinGW bin folder to the PATH variable btw... )
Everything was cool until:
Code: Select all
[ 86%] Built target clangFrontend
[ 86%] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.ob
j
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp: In function 'llvm::Value* EmitAArch64S
calarBuiltinExpr(clang::CodeGen::CodeGenFunction&, unsigned int, const clang::CallExpr*)':
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2134:11: error: 'aarch64_neon_vcvtint2f
ps' is not a member of 'llvm::Intrinsic'
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2139:11: error: 'aarch64_neon_vcvtint2f
pu' is not a member of 'llvm::Intrinsic'
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2537:11: error: 'aarch64_neon_vcvtfxs2f
p_n' is not a member of 'llvm::Intrinsic'
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2542:11: error: 'aarch64_neon_vcvtfxu2f
p_n' is not a member of 'llvm::Intrinsic'
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2547:11: error: 'aarch64_neon_vcvtfp2fx
s_n' is not a member of 'llvm::Intrinsic'
C:\clang-src\llvm\tools\clang\lib\CodeGen\CGBuiltin.cpp:2552:11: error: 'aarch64_neon_vcvtfp2fx
u_n' is not a member of 'llvm::Intrinsic'
tools\clang\lib\CodeGen\CMakeFiles\clangCodeGen.dir\build.make:129: recipe for target `tools/cl
ang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.obj' failed
mingw32-make[2]: *** [tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGBuiltin.cpp.obj] Er
ror 1
CMakeFiles\Makefile2:11424: recipe for target `tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.
dir/all' failed
mingw32-make[1]: *** [tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/all] Error 2
makefile:135: recipe for target `all' failed
mingw32-make: *** [all] Error 2
END TRANSMISSION...