Shark not working with XCode 3.2.6?
Shark not working with XCode 3.2.6?
- Subject: Shark not working with XCode 3.2.6?
- From: Derek Gaston <email@hidden>
- Date: Thu, 24 Mar 2011 16:09:19 -0600
Just updated to XCode 3.2.6 last week and today I tried to fire up Shark to do some simple profiling... and everything is showing up as "Uknown Library" and the symbols are either "uknown" or unreadable.
Even just putting something like this into a file:
int main()
{
int i=0;
for(;t;)
i++;
}
And then compiling it with "g++ -g something.C".... and running it and trying to profile it with Shark shows the same thing!
Any ideas where to start? Shark is an invaluable tool for me (I make massively parallel simulation software...)..... so I gotta get this working!
Also... I wouldn't mind backing up to 3.2.5.... but I can't find the download anywhere! Anyone know where to pick it up?
Finally... one more data point. All our other macs here that haven't updated to 3.2.6 can still use Shark fine...
Derek _______________________________________________
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