Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
- Subject: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
- From: Chris Espinosa <email@hidden>
- Date: Tue, 7 Nov 2006 19:26:49 -0800
On Nov 7, 2006, at 7:17 PM, Mike wrote: I have a driver project I imported to XCode 2.4.1 from 1.2. But when I try to compile it I get an error saying "jamToolExecution (1 error). Under that the error says "Command /Developer/Private/jam failed with exit code 1".
Any idea if I need this in 2.4.1 and if not, how to turn it off?
If you're building a kernel extension, Jam ("Just Another Make") is the build system for your kext target. yes, you could turn it off, but then
your project wouldn't be buildable.
"Jam failed with exit code 1" is the friendly Unix way of saying "build failed." It may have failed for reasons not shown in the build log. Open the full build transcript and look to see what actually failed. Since the majority of changes in Xcode 2.4.1 over 2.4 are in the compiler, it's probably in some compile (or assembly) step.
Chris |
_______________________________________________
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