Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] [Debugger]:No debugger available

Hello,
	I am trying to cross-debug my powerpc application from my RH9 machine with 
the cdt-I200405130300-linux.gtk.
	As it was said in mail list, I:
> > In file plugins/org.eclipse.cdt.debug.mi.core_2.0.0/plugin.xml
> >    change the lines
> >
> >      cpu="native"
> >      into
> >      cpu="native,mycpu1,mycpu2"
> >
> >    where mycpu1, mycpu2, ... are the cpu names used by GDB, e.g.
> >    "arm,i386,..."

	In this case I wrote in all occurrences of the "cpu" statement (as I saw it 
working once):

cpu="native,ppc"

	But this does not work any more. All the time I receive the message:

[Debugger]:No debugger available

	In the upper left corner of the dialog "Create, manage and run 
configurations".

	Please, what I do incorrect?

Any help will be highly appreciated.

-- 
Leon Pollak
leonp at plris dot com



Back to the top