[LLVMdev] Has anyone sucessfully compile the llvm code using visual

Óscar Fuentes ofv at wanadoo.es
Sat Sep 20 22:32:09 PDT 2008


"Cloud Strife" <geforce8800 at gmail.com> writes:

> Thank you very much for your reply.
> However, my question is not completely solved.
> I svned the latest version of the llvm. After I open in the visual studio
> 2005, the building errors are still there and there was not any .exe
> executable file output.
> I set the Fibonacci project under the solution as my startup project and
> issue the debug-run command. However, the vs 2005 just prompted me that the
> .exe missing.

The error messages you posted indicate that tblgen.exe was not
built. Either the build failed or it is not on the list of (direct or
indirect) dependencies for Fibonacci. Instead of building a specific
project, try a Build All.

[snip]

-- 
Oscar




More information about the llvm-dev mailing list