Now I'm facing problem similar to this ("(...)doesnt contain any host platform architectures:"):

http://comments.gmane.org/gmane.comp.debugging.lldb.devel/3530

That's the message I got whet I tried to attach cross-compiled lldb to any process working in Linux that works in the emulator.

What I found in mentioned ArchSpec.cpp is that AArch64 architecture is defined as ARM64, while I'm building everything with -DLLVM_TARGET_ARCH=AArch64 (cmake setting). There must be some confusion with ARM64 vs AArch64 naming. I'll try to address it somehow in my free time.

On Wed, 11 Jun 2014, Todd Fiala wrote:

Ah I see.
I'll have to ping you separately on details - I had started doing something 
like that for some chip bringup a few months back.  Let me know how it goes!

Will have a look at this shortly.


On Wed, Jun 11, 2014 at 1:08 PM, Paul Osmialowski <[email protected]> wrote:
      Hi Todd,

      I'm cross-compiling on desktop Linux (x86_64) for Linaro Linux 
(Foundation_V2 AArch64 simulator) using Linaro's toolchain.

      On Tue, 10 Jun 2014, Todd Fiala wrote:

            Hey Paul,

            Am I understanding you correctly that you are trying to cross 
compile this
            for Linux on a non-Linux box?

            -Todd

            http://reviews.llvm.org/D4092






--
Todd Fiala |
 Software Engineer |
 [email protected] |
 650-943-3180

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to