Re: otool and x86-64
Re: otool and x86-64
- Subject: Re: otool and x86-64
- From: "Peter O'Gorman" <email@hidden>
- Date: Fri, 9 Feb 2007 11:54:30 +0900
On Feb 9, 2007, at 10:53 AM, Sanjay Patel wrote:
Sorry, this isn't an Xcode-specific question, but I'm not sure if
there's a
better list for it:
I can't get otool to disassemble x86-64 code:
$ cat foo.c
long long foo(long long y) { return y/343.3; }
$ cc -g foo.c -c -arch x86_64
$ otool -arch all -tv foo.o
foo.o: is not an object file
try otool64 instead of otool.
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden