Xcode & Dtrace USDT Building
Xcode & Dtrace USDT Building
- Subject: Xcode & Dtrace USDT Building
- From: "Lally Singh" <email@hidden>
- Date: Wed, 30 Apr 2008 20:43:34 -0400
Hey all,
I've got a project that compiles on both Solaris and OSX. Only
problem is that I've got some USDT probes added on the Solaris side
I'd like to work on OS X. The D file torque_provider.d contains all
my probes.
I have the following shell script run in my XCode build:
echo dtrace -G -32 -s $PROJECT_DIR/torque_provider.d `find
$OBJECT_FILE_DIR -name '*.o'`
dtrace -G -32 -s $PROJECT_DIR/torque_provider.d `find $OBJECT_FILE_DIR
-name '*.o'`
Only thing is, I don't know how to link against torque_provider.o,
which dtrace generates. I'm sure it's simple, but I've lost my edge
working with xcode.
Any ideas? Thanks in advance!
--
H. Lally Singh
Ph.D. Candidate, Computer Science
Virginia Tech
_______________________________________________
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