search for: trigan

Displaying 3 results from an estimated 3 matches for "trigan".

Did you mean: trian
2011 Feb 01
2
[LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
Hi all. I see this error message (subj) while trying to configure LLVM Build Environment. I follow the instruction given in http://llvm.org/docs/GettingStarted.html What am I doing wrong? Help me, please :) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110201/e9a48b8d/attachment.html>
2011 Feb 01
0
[LLVMdev] checking tool compatibility... configure: error: g++|icc required but not found
Solovyov Dmitry <trigan.sda at gmail.com> writes: > Hi all. I see this error message (subj) while trying to configure LLVM Build > Environment. > I follow the instruction given in http://llvm.org/docs/GettingStarted.html > What am I doing wrong? You don't have g++ installed or in your PATH. You need a...
2011 Jan 28
0
[LLVMdev] writing LLVM bitcode interpreter in Fantom language
Hi all. I'm new to LLVM and pretty interested in it. I want to write LLVM bitcode interpreter in Fantom programming language. Or we can call it a virtual machine with LLVM bitcode as an instructions set. I'm not sure what is more correct. Ok, we can say that I need to write my own lli tool in Fantom :) Fantom is a high-level language that can run on both the Java VM and the .NET CLR.