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

Cédric Venet cedric.venet at laposte.net
Sun Sep 21 01:13:57 PDT 2008


Óscar Fuentes a écrit :
> "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]
> 

I wonder if the fact that your path contain space could make the build
fail. Some path may not be correctly escaped...
You may also want to try build all a few times.
The project files are a little complex, because some file are generated
with tablegen and I think the only way to acces these info is to
manually edit the project file.



More information about the llvm-dev mailing list