Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] More setting up questions..

Hi Rob,

Thanks for the feedback. I've given up for the time being on CDT, I'm thankful you've confirmed that its not all in my head. :) If anyone can provide some more information about what I should try next I might have a go. It seems the CDT mailing list doesn't quite have critical mass on doing the outside the square
things I keep seeming to hit.

Thanks again,
David.



From: "Rob Jackson" <RJACKSON@xxxxxxxxxx>
Reply-To: cdt-dev@xxxxxxxxxxx
To: <cdt-dev@xxxxxxxxxxx>
Subject: RE: [cdt-dev] More setting up questions..
Date: Wed, 27 Aug 2003 18:39:24 +0100


Hi David,

I have seen the debugger selection disappearing when I tried eclipse on
an embedded target.

If my memory is right the plugin.xml for org.eclipse.cdt.debug.mi.core
limits which targets the debuggers can debug. Initially eclipse does not
know what the target is so brings up everything. When it spots a binary
which it does not recognise (labelled "[nonele]" or "[nonebe]") it masks
out the debuggers. Bit of bummer. I think we hacked the plugin.xml and
the Elf parser within CDT to get it to recognise our target.

It has been a while since I played with CDT. What we did seemed really
hacky - especially modifying the elf stuff. If someone has a cookbook
receipe for adding a new target into CDT then it would be useful.

rob



-----Original Message-----
From: David Ryan [mailto:oobles@xxxxxxxxxxx]
Sent: 21 August 2003 03:17
To: cdt-dev@xxxxxxxxxxx
Subject: Re: [cdt-dev] More setting up questions..



Hi Alan,


In relation to setting up the debuggers.  I'm currently assuming 'user
error'
but I can not work out how to set this up, and is frustrating me no end.
When I bring up a new debug configuration I am able to go to the
'Debugger'
panel and select from the drop down list from 'Cygwin GDB Debugger',
'GDB
Debugger' and 'GDB Server'.  However there is an error on the panel 'No
debugger
available'.  What does this mean and how do I fix it?

Possibly Related to the above user error.  When a project is first
created
the
build command is checked with 'Use Default'.  Where is this default set?
I
keep looking but can't find it.

Thanks,
David.

_________________________________________________________________
ninemsn Extra Storage is now available. Get five times more storage -
10MB
in your Hotmail account. Click here  http://join.msn.com/

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

_________________________________________________________________
Hotmail is now available on Australian mobile phones. Go to http://ninemsn.com.au/mobilecentral/signup.asp



Back to the top