Re: LLVM
Re: LLVM
- Subject: Re: LLVM
- From: Andrew Merenbach <email@hidden>
- Date: Thu, 9 Oct 2008 17:55:02 -0700
On Oct 9, 2008, at 11:24 AM, Luca Ciciriello wrote:
Hi All.
I've just installed Xcode 3.1.1 and I'm really interested in
developing my application using the technology LLVM.
To try some experiment I've take an old my C++ application and I've
builded it using LLVM-GCC-4.2 as compiler choice in Xcode. All was
fine. The problem is that when I try to debug this application the
debugger start and suddenly exit whit the massage:
"Error from debugger: Dwarf error: cannot find type of die [in
module /etc...]"
-- snipped --
Is there something else I've to do to debug my application?
Can anyone suggest to me where find a good introduction to the LLVM
technology?
Thanks in advance for any answer.
Luca
Hi! I can't seem to find the relevant postings in the archives, but
my recollection is that one major reason that GCC-4.2 -- and,
consequently, LLVM-GCC-4.2 -- are not set as the defaults at this time
is that C++ debugging will not, in general, work with them yet. You
won't, therefore, be able to debug your application unless you drop
down to a prior version of GCC. :(
Best,
Andrew
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >LLVM (From: Luca Ciciriello <email@hidden>) |