Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] mach-o 64 parser

Hi Parya,

The new Mach-O parser is available in CDT 6.0.2 and 6.1 (aka 7.0). You can get either of them from the nightly builds. With one of these, when you create a project with the MacOS toolchain, it will use the new Mach-O parser.

For 6.0.2
http://download.eclipse.org/tools/cdt/builds/6.0.2/index.html

For 6.1 (7.0)
http://download.eclipse.org/tools/cdt/builds/6.1.0/index.html

You should also know that debugging has several problems on Mac but it will hopefully improve soon as there are some patches pending. You might want to follow some of the bugs so here's the list of Mac OS bugs.

Marc-Andre

On 09-12-22 9:04 PM, Parya Momayyezsiahkal wrote:
Hello all,

I have been using eclipse for a while on a Linux machine for writing c++ codes.
Recently, I just switched to a 64 bit mac osx snow leopard. However, I noticed that the mach-o parser does not recognize the 64 bit executables.

Googling on the web, I came across the message board talking about a contribution of Mach-O binary parser for Mac 64 bit. However, I have no idea, where I can get that parser from, or how I am able to use it. 
I would appreciate if anyone can explain to me how I can make this work?

Thanks  alot,
Parya Momayyez_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
  

Back to the top