<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi I am new to llvm and Linux (I am using ubuntu 10)<br><br>My aim is to add backend to llvm. <br><br>I install llvm using <br><br>$ sudo apt-get install llvm<br><br>and I am able to understand what I read about Writing an LLVM Compiler Backend.<br><br>I have seen the assembly codes of the targets on llvm using llc. What I need now is to change some of the TableGen files of one of the target like SparcInstrInfo.td.  So I uninstall llvm and I try to build it manually as specified in Getting Started with the LLVM System. http://llvm.org/releases/2.7/docs/GettingStarted.html. <br><br>The building finish with out error (I didn\t include <a href="http://llvm.org/releases/2.7/llvm-test-2.7.tgz">LLVM Test Suite</a>).<br>I use default for all of the options!! <br><br>But when I use all of tools  for example <br>$ lli hello.bc<br><br>I get<br><br>The program
 'lli' is currently not installed.  You can install it by typing:<br>sudo apt-get install llvm-2.7-runtime<br><br>Any help please.<br><br>I just need to see the effect of a changes in TableGen files, when i print the assembly code.<br>like name of register, or name of Instruction. <br><br>thanks<br><br><br></td></tr></table><br>