Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] binaries

> I am on linux and I cannot make CDT recognize binaries made with gcc 
> properly
> 1) When cdt opens binary editor it shown garbage in there (well binary 
> symbols)
> 2) I cannot run attach on process it gives me an error
> Program is not a recognized executable. Debug/hello
> 
> However it does show proper icon and binary outline works properly
> 
> This is standard managed project from template. I checked binary parsers 
> are enabled (elf and gnu elf).
> Anybody has this problem before? I can open bug but I just want to check 
> if I am missing something...

With respect to 1) you might have ran into:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=115984
or
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=215459
At least I can reproduce that issue with CDT 4.0, but it seems to
have been fixed in the cdt_5_0_M5 branch.


Back to the top