Hi

Hello, I want to use LLVM to develop a 64-bit operating system (64-bit Win64 DLL targets) on a 32-bit Windows host. Is this possible?
Also I get the following error when I try make install:
llvm[1]: Compiling StringPool.cpp for Release build
llvm[1]: Compiling SystemUtils.cpp for Release build
llvm[1]: Compiling Timer.cpp for Release build
llvm[1]: Building Release Archive Library libLLVMSupport.a
llvm[1]: Installing Release Archive Library /usr/local/lib/libLLVMSupport.a
make[1]: Leaving directory `/c/Downloads/llvm-2.3/llvm-2.3/lib/Support'
make[1]: Entering directory `/c/Downloads/llvm-2.3/llvm-2.3/lib/VMCore'
make[1]: *** No rule to make target `/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/
tblgen.exe', needed by `/c/Downloads/llvm-2.3/llvm-2.3/lib/VMCore/Release/Intrin
sics.gen.tmp'. Stop.
make[1]: Leaving directory `/c/Downloads/llvm-2.3/llvm-2.3/lib/VMCore'
make: *** [install] Error 1
sh-2.04$