Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Binary Parser now faster

I added the .elf via content type extension. I also checked the
General->Content Types. 

Binary File
	Executable File
		*.elf (locked)
		*.exe (locked)

	Object File
		*.o (locked)
		*.obj (locked)

But nothing gets parsed.

Raised bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=183825

Sascha

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im
Auftrag von Doug Schaefer
Gesendet: Dienstag, 24. April 2007 18:26
An: CDT General developers list.
Betreff: RE: [cdt-dev] Binary Parser now faster

.elf isn't a recognized binary file extension. Try adding it to the Binary
File associations in the General->Content Types preference page.

As for the others, it looks like the PE parser has finally given up the
ghost. I have a workspace with ELF files and they work fine. But the project
with PE files (generated by MinGW) doesn't. Please raise a bug.

Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com




Back to the top