Skip to main content

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

I suppose it will work when you disable the elf parser and use only the
gnu elf parser.
The reason is that only the gnu elf parser supports creating the objdump
output.

Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
> Sent: Wednesday, May 21, 2008 4:03 PM
> To: CDT General developers list.
> Subject: [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...
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top