[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pilot-Unix] Here's prc-tools 0.4.3a4 (0.5.0 tomorrow,



> 
> At 12:42 AM 6/26/97 +0000, in a burst of unprecedented eloquence, Donald
> Jeff Dionne said the following:
> >ftp://ftp.pfnet.com/pub/PalmOS/prc-tools.0.4.3a4.tar.gz
> >
> >This one contains mostly changes to the install, and the major bugs
> introduced
> >in 0.4.3a3.  The Win32 patches announced today have been partially folded
> >in, I'll finish with that in the next day or so, call it good and that
> >will be 0.5.0.  If you're and end user, you might want to wait for that
> >one, but if you feel like building it, I'd apprecate knowing how it goes.

Turns out there were a lot of thigs to look fix before an official 0.5.0 :-(
I'm still working on it, but there is an 0.5.0a1 (don't widely distribute!)
in ftp://ftp.pfnet.com/pub/PalmOS/ALPHA  This also, unfortunately, has known
bugs.  

There are some bugs in Palm's headers that are going to require looking 
after before a "public" release is made, and I don't have permission
to make those changes and widely distribute.  Palm wants control of
the headers (understandable), so we have to wait for them to ok and
integrate the fixes.  This may be a week or so, there are some ppl there
out of the office for a while.

Until then, have a look at the ALPHA directory from time to time.  I'm
putting stuff there, but it's for ppl to test out, not distribute widely,
as it contains headers with fixes Palm has not yet approved.

> Nope, still dies...

[chop]
Yeah, I broke gcc.  It's fixed in the 0.5.0 alphas, but you can fix it
yourself by removing the comment (with the names of the contributors
to the gcc port) from gcc-2.7.2.2/version.c the comments are confusing
sed.  Thanks to Ian Goldberg for spotting that one, That's what I get for
manually editing patch files :-(  Sorry about that one, really bad, I know.

Jeff.

> (I Grabbed the errors from the second time I tried it...  Here they are.
> ----------------------------
> echo " About to try to untar the gnutools build and install them and
> prc-tools"
>  About to try to untar the gnutools build and install them and prc-tools
> echo " in /usr/local"
>  in /usr/local
> echo " If you don't have permissions to write there turn back now"
>  If you don't have permissions to write there turn back now
> sleep 5
> make gnuuntar
> make[1]: Entering directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> make[1]: Nothing to be done for `gnuuntar'.
> make[1]: Leaving directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> make patch
> make[1]: Entering directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> make[1]: Nothing to be done for `patch'.
> make[1]: Leaving directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> make gnutools
> make[1]: Entering directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> cd ../gcc-2.7.2.2 ; ./configure --host=i386-slackware-linux
> --prefix=/usr/local --target=m68k-palmos-coff
> Using `./config/m68k/m68k.c'
> to output insns.
> Using `./config/m68k/m68k.md' as machine description file.
> Using `./config/m68k/m68kpalmos.h' as target machine macro file.
> Using `./config/i386/xm-linux.h' as host machine macro file.
> Merged x-linux.
> Merged m68k/t-m68kpalmos.
> Merged c++ fragment(s).
> Created `./Makefile'.
> Merged x-linux.
> Merged m68k/t-m68kpalmos.
> Created `cp/Makefile'.
> Links are now set up to build a cross-compiler for m68k-palmos-coff
>   from i386-slackware-linux.
> cd ../gcc-2.7.2.2 ; make LANGUAGES=c
> make[2]: Entering directory `/home/bwinton/pilot/gcc-2.7.2.2'
> cc -DCROSS_COMPILE -DIN_GCC   -g     -I. -I. -I./config \
>   -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/m68k-palmos-coff/;/include\" \
>   -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" \
>   -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
> 
> -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/m68k-palmos-coff/;/sys-include\
> " \
>   -DTOOL_INCLUDE_DIR=\"/usr/local/m68k-palmos-coff/include\" \
>   -c `echo ./cccp.c | sed 's,^\./,,'`
> cc: No input files
> /bin/sh: /include": No such file or directory
> /bin/sh: /sys-include": No such file or directory
> make[2]: *** [cccp.o] Error 126
> make[2]: Leaving directory `/home/bwinton/pilot/gcc-2.7.2.2'
> make[1]: *** [stamp.gcc] Error 2
> make[1]: Leaving directory `/home/bwinton/pilot/prc-tools-0.4.3a4'
> make: *** [doeverything] Error 2
> -------------------------
> 
> Hope this helps...
> 
> Later,
> Blake.
>