Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] debugger not found

On Thu, 2004-03-11 at 23:42, NGB wrote:
> Hi 
> I just upgraded to V1.2.1 and when trying to setup a new Debug I keep getting 
> "No debugger available"
> This was working fine with CDT 1.2.0.
> 
> Any ideas what is wrong ?

Make sure that the e_machine definition of the architecture you are
running on is present in:

org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/Elf.java

If it is not, add it in as well as a case statement to return the proper
attrib.cpu. I experienced the same problem trying to run on both AMD64
and IA64.

Peter



Back to the top