Russell McGaha wrote:
How's the integration coming; if it's working, are there any doc.s on how to use it;
My priority is CodeWarrior, see <www.microbizz.nl/gpccw.html>.
if it's not working, how may I help (if I can).
The following applies to ProjectBuilder with OS X 10.2. Apple has renamed ProjectBuilder to Xcode and made it work with OS X 10.3 only (not for technical reasons, I guess, but for "political" reasons, to force everybody into the update treadmill).
I refer to an earlier discussion, see <http://www.gnu-pascal.de/crystal/gpc/en/ mail8436.html?pos=26282247#26282247>
Try this.
- Create a new project (menu File) from the template Empty Project.
- Add a new target (menu Project) and choose the option "Legacy
Makefile"
Apple promised me to rename "Legacy target" into something more meaningfull (and I guess they did in Xcode).
- Choose the Targets tab in the PB main window and edit General
Settings and Custom Build Command, adding a GNU Makefile. 4. A starting point for the Makefile is the one included with the GPC Pinterfaces installer for the SillyBalls example, but I have improved it since (it is still evolving).
Once we have added template files for GPC, this will be even simpler.
- A major problem is that source level debugging doesn't work. A have
to look into this further, but the cause may be that the GDB files for GPC are incomplete and/or incorrect.
Please let us know if this gets you anyway further.
Regards,
Adriaan van Os