Sorry for the delay in posting the builds. Anybody who is interested, can grab them here: http://www.bluenomad.com/palmdev-macosx.tar.gz (binaries only includes pilrc) http://www.bluenomad.com/prc-tools-build.tar.gz (entire build directory; does not include pilrc) I'd recommend getting the latest pilrc as the version I built does not have the most recent patches. You will need to: 1. untar the (binaries) to /usr/local/palmdev 2. install the sdk4 headers, and symlink from /usr/local/palmdev/sdk4 to /usr/local/palmdev/sdk 3. create /opt/palmdev as a link to /usr/local/palmdev Follow up should be directed to the prc-tools list on SourceForge. Here are my rather incomplete build notes: --- PRC-TOOLS on MacOS X ../prc-tools-2.0.92/configure --target=m68k-palmos-coff --host=powerpc-apple --enable-languages=c,c++ --with-headers=/Users/ahinds/Projects/prc-tools-build/buildempty --sharedstatedir=/usr/local/palmdev --prefix=/usr/local/palmdev --exec-prefix=/usr/local/palmdev --with-palmdev-prefix=/usr/local/palmdev This is copied verbatum from my config.status file. And the with "--with-headers" line is not a typo - I actually missed the '/' in front of empty, and there was no directory called "buildempty", though there was a directory called "empty" under build. I actually left out --with-build-sdk=palmos4, and had to manually copy the SDK files to the appropriate directory towards the end of the build (was too tired to rerun configure at that point ;-). I tried spec'ing just "m68k-palmos", but the config script gave errors about unrecognized or invalid targets right away, and the build failed later on. Before running configure I had to: 1. Copy config.* from /usr/libexec prior to running configure). 2. Copy the darwin and macosx gcc config files from the darwin source to the appropriate gcc directories. 3. Create new config entries for gcc and gdb so that configure would recognize "powerpc-apple". For GDB I just copied the settings for powerpc/linux and it worked. The same did not work for gcc (wouldn't link). 4. In build/gcc/gcc/Makefile, comment out 3 occurences of "-traditional-cpp" 5. in build/gcc/gcc/include/limits.h, comment out "#include_next <limits.h>" towards the end of the file. 6. create /opt/palmdev symlink /opt/palmdev/sdk to /usr/local/palmdev/sdk PILRC: 1. Makefile: add -traditional-cpp to CFLAGS BROKEN: PRCTOOLS 1. make dist 2. still looking in /opt/palmdev, even though not config'd to do so (sdkfind warning) -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
