[LLVMdev] LLVM MinGW binaries on Vista issue

Jon jon.forums at gmail.com
Wed Dec 2 09:53:33 PST 2009


I'm attempting to use the above as described here

http://stackoverflow.com/questions/1816469/llvm-mingw-installation-on-vista

...and getting the following error when attempting "llvm-gcc -o hello.exe hello.c"

llvm-gcc: CreateProcess: No such file or directory


I've heard it may be due to the way GCC is passing args to CreateProcess as in this thread

http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7113.html
http://readlist.com/lists/lists.sourceforge.net/mingw-users/1/7180.html

Is this the cause or is there something else I need to due with the LLVM binaries?

Jon



More information about the llvm-dev mailing list