Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] EDC on 64-bit Linux?

Hi Doug,
 
> Hmm, the TCF reference agent seems to support 64-bit. I'll work on trying to get EDC working with it. Ken promised us it should work with any TCF agent ;).

The main problem you'll find is not the agent, but the EDC DWARF reader.  It's only expecting 32-bit DWARF info at the moment.  I think most of EDC is aware of different address sizes, but the DWARF reader does not yet do anything about detecting the 64-bit format.
 
-- Ed

On Tue, Mar 30, 2010 at 11:10 PM, Doug Schaefer <cdtdoug@xxxxxxxxx> wrote:
That's unfortunate. I only have 64-bit Linux and was hoping to test it out.

On Tue, Mar 30, 2010 at 8:48 PM, <Ling.5.Wang@xxxxxxxxx> wrote:
Hi Doug,
 
EDC does not support 64-bit archtecture right now. And I don't think Nokia team has any plan for that in foreseeable future.
 
Regards.
 
- Ling


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Doug Schaefer
Sent: Tuesday, March 30, 2010 5:58 PM
To: CDT General developers list.
Subject: [cdt-dev] EDC on 64-bit Linux?

Hey EDC gang,

Are you guys planning on supporting x86_84? I just tried it after copying the gdbserver.jar file over to the right arch directory and it didn't give me much love. Thoughts?

Thanks
Doug

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top