Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Interpreter `mi1' unrecognized

What is the version of your gdb? It should be >= 5.2.1.

----- Original Message ----- 
From: "Sarkar, Sumit" <sumit.sarkar@xxxxxx>
To: <cdt-debug-dev@xxxxxxxxxxx>
Sent: Tuesday, March 16, 2004 5:21 PM
Subject: [cdt-debug-dev] Interpreter `mi1' unrecognized


Hello,

I am facing the following problem when I am trying to debug a C++
program in CDT 2.0 (latest sources from CVS head):

org.eclipse.cdt.debug.core.cdi.CDIException: Error creating session:
Interpreter `mi1' unrecognized.
at
org.eclipse.cdt.debug.mi.core.GDBDebugger.createLaunchSession(GDBDebugge
r.java:78)
at
org.eclipse.cdt.launch.internal.LocalCLaunchConfigurationDelegate.launch
(LocalCLaunchConfigurationDelegate.java:89)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigu
ration.java:157)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin
.java:778)
at
org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:628)
at
org.eclipse.debug.ui.DebugUITools$3.run(DebugUITools.java:584)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)

Can anybody help on this issue?

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



Back to the top