Thanks Ted,<div><br></div><div>Updated libc++ and pointed gcc to the correct paths. That is sorted and compiled successfully.</div><div><br></div><div>However, when I try to run lookup on an iOS app dsym I am getting an error as in the following:</div><div><br></div><div>error: '{myDSYM}' doesn't contain architecture arm64</div><div><br></div><div>The command I use is :</div><div><br></div><div>$ lldb-lookup -arch=arm64 {myDSYM} {address}</div><div><br></div><div>I verified that the dsym contains the arm64 slice. Any thoughts? Do I have to add a flag when compiling to include any additional functionality?</div><div><br></div><div>Cheers,<br><br>On Wednesday, 24 June 2015, Murat Yakici <<a href="mailto:murat.yakici@gmail.com">murat.yakici@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I have successfully built LLDB on a linux x86_64 (following exact steps from the LLVM and LLDB web build pages).<br>
<br>
Cd to llvm/tools/lldb/examples/lookup/ and running make gives me the following error:<br>
<br>
main.cpp:17:10: fatal error: 'LLDB/SBBlock.h' file not found<br>
<br>
So it turns out this file exists in ../include/lldb/API/SBBlock.h<br>
<br>
I changed all includes in the example to point to 'lldb/API/..' (Which I believe should not be necessary in the first place)<br>
<br>
Now I am getting:<br>
<br>
..SharingPtr.h:13:10: fatal error: 'algorithm' file not found<br>
<br>
<br>
I will appreciate if you can help me out on this.<br>
<br>
Thanks,<br>
Murat</blockquote></div>