<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>a bit more info … i want to get lldb built using mingw.  llvm's configure seems to create Makefiles in most appropriate places.  i've got as far as the following (with a workaround for a PERL variable dependency that chokes if the containing windows environment contains a PERL variable that has a windows-specific full-path name):</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">make[2]: Leaving directory `/x/lldb-win/tools/llvm-config'</font></div><div><font class="Apple-style-span" face="Courier">llvm-config: unknown component name: bitreader</font></div><div><font class="Apple-style-span" face="Courier">make[2]: Entering directory `/x/lldb-win/tools/opt'</font></div><div><font class="Apple-style-span" face="Courier">/x/lldb-win/Makefile.rules:939: *** llvm-config --libs failed.  Stop.</font></div><div><font class="Apple-style-span" face="Courier">make[2]: Leaving directory `/x/lldb-win/tools/opt'</font></div><div><font class="Apple-style-span" face="Courier">make[1]: *** [opt/.makeall] Error 2</font></div><div><font class="Apple-style-span" face="Courier">make[1]: Leaving directory `/x/lldb-win/tools'</font></div><div><font class="Apple-style-span" face="Courier">make: *** [all] Error 1</font></div></div><div><br></div>i browsed around in <a href="http://llvm.org/svn/llvm-project">http://llvm.org/svn/llvm-project</a> and don't see anything obvious called bitreader.<div><br></div><div>i fgrep'ed for bitreader through what i did get co from svn, and i see some stuff under "bindings".</div><div><br></div><div>do i really need 'bitreader' for lldb?  is there already a way to turn off support for trying to make it using configure?  if it's not needed for lldb, and if configure doesn't already have a way to ignore it, i'll see if i can tweak configure to do so.</div><div><br></div><div>thanks for any info or help.</div><div>++ kirk<br><div><br><div><div>On 2011-Jan-25, at 4:43 PM, ext Greg Clayton wrote:</div><br><blockquote type="cite"><div><blockquote type="cite">i had been of the understanding that some work is being done on building lldb for linux … which would imply that something similar has to be done with linux-specific archives and tools … given that the committed llvm.zip contains mac "fat" archives, and that the extraction scripts use the mac/darwin tool 'lipo' to extract the archives for use in building lldb.<br></blockquote><br>On linux, you checkout LLDB into the tools directory:<br><br>svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a> -r 123723 llvm<br>cd llvm/tools<br>svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk">http://llvm.org/svn/llvm-project/cfe/trunk</a> -r 123723 clang<br>svn co <a href="https://$USER@llvm.org/svn/llvm-project/lldb/trunk">https://$USER@llvm.org/svn/llvm-project/lldb/trunk</a> lldb<br>cd ..<br>./configure --enable-optimized --disable-assertions --enable-targets=x86_64,arm<br>make<br><br>This should just build everything you need.<br><br><blockquote type="cite"><br></blockquote><blockquote type="cite">any information/help on any work already done on this front would be greatly appreciated.<br></blockquote><br><br>Let me know if you have any other questions! But this should get you going.<br><br>Greg Clayton<br><br><br></div></blockquote></div><br><div>
<div style="font-size: 11px; font-family: Helvetica; "><font class="Apple-style-span" face="Monaco"><span class="Apple-style-span" style="font-family: Helvetica; "><font class="Apple-style-span" face="Monaco"><br class="Apple-interchange-newline">++ kirk beitz : nokia : austin + san diego </font><span class="Apple-style-span" style="font-family: Monaco; ">: <a href="mailto:kirk.beitz@nokia.com">kirk.beitz@nokia.com</a> ++</span></span></font></div><div style="font-family: Helvetica; "><br></div><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>