<div dir="ltr"><div><div><div><div>Hello Greg,<br><br></div>Please find attached the 'test.o' file.<br></div>i396 is definitly a typo of mine (i386 was meant).<br><br></div>Best regards,<br></div>Maxime.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-04-03 20:24 GMT+02:00 Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If you can attach your .o file, I can take a look.<br>
<br>
and is the "i396" a typo in the error message?<br>
<div><div class="h5"><br>
On Apr 3, 2014, at 7:19 AM, Maxime PUYS <<a href="mailto:drakes00@gmail.com">drakes00@gmail.com</a>> wrote:<br>
<br>
> Hello,<br>
><br>
> I am trying to run a program with lldb-3.4 but I always get the same error :<br>
> $ uname -a<br>
> Linux llvm-dev-x64 3.11.0-12-generic #19-Ubuntu SMP Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux<br>
><br>
> $ clang -v<br>
> Ununtu clang version 3.4-1ubuntu1 (trunk) (based on LLVM 3.4)<br>
> Target: x86_64-pc-linux-gnu<br>
> Thread model: posix<br>
> $ cat test.c<br>
> #include <stdio.h><br>
><br>
> int main(void) {<br>
> int n = 5;<br>
> printf("n=%i\n", n);<br>
> return 0;<br>
> }<br>
> $ clang test.c -emit-llvm -c -o test.o<br>
> $ lldb-3.4 -v<br>
> lldb version 3.4 (  revision  )<br>
> $ lldb-3.4 test.o<br>
> error: '/home/llvm/tmp/test.o' doesn't contain any 'host' platform architectures: x86_64, i396<br>
> (lldb)<br>
> Thank you in advance,<br>
> Best regards.<br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div><br></div>