search for: ake_rc_compil

Displaying 4 results from an estimated 4 matches for "ake_rc_compil".

Did you mean: ake_rc_compiler
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...I am attempting to compile it for ARM, but I get errors from CMake. It appears to be trying to pass VC++ flags to Clang. I am using a version of Clang built from trunk. PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" ..\compiler-rt -- The C compiler identification is Clang 3.7.0 clang.exe: error: no such file or directory: '/nologo' clang.exe: error: no such file or directory: '/showIncludes' -- The CXX compiler identification...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...trying to pass VC++ >>> flags to Clang. I am using a version of Clang built from trunk. >>> >>> >>> >>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>> ..\compiler-rt >>> -- The C compiler identification is Clang 3.7.0 >>> clang.exe: error: no such file or directory: '/nologo' >>> clang.exe: error: no such file or directory: '/s...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...This is unclear to me. Are you trying to build it for Windows ARM? Or some other ARM environment? > >>>> >>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>> ..\compiler-rt >>>> -- The C compiler identification is Clang 3.7.0 >>>> clang.exe: error: no such file or directory: '/nologo' >>>> clang.exe: error: no such file or di...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...trying to build it for Windows ARM? Or > some other ARM environment? > > >> >>>>> >>>>> PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja >>>>> -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM >>>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS="" >>>>> ..\compiler-rt >>>>> -- The C compiler identification is Clang 3.7.0 >>>>> clang.exe: error: no such file or directory: '/nologo' >>>>> clang.exe: error: no...