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
I'm using Xcode 2.4.1. Known bug, or should this be filed? gdb can
disassemble this file OK.
--Sanjay
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden