From owner-freebsd-questions Mon Jul 23 13:23:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-141-144.mmcable.com [24.27.141.144]) by hub.freebsd.org (Postfix) with SMTP id 0295937B407 for ; Mon, 23 Jul 2001 13:23:50 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 97492 invoked by uid 100); 23 Jul 2001 20:23:49 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15196.34773.86613.871846@guru.mired.org> Date: Mon, 23 Jul 2001 15:23:49 -0500 To: Phillip Neiswanger Cc: Mike Meyer , questions@freebsd.org, kuriyama@freebsd.org Subject: Re: Palm Pilot programming and PRC-Tools In-Reply-To: <3B5C6433.4090602@mindspring.com> References: <15194.19831.865217.305940@guru.mired.org> <3B5B646C.7000600@mindspring.com> <15195.26904.437254.715772@guru.mired.org> <3B5C6433.4090602@mindspring.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Phillip Neiswanger types: > Currently, there is not a prc-tools-2.0 package on the 4.3 CDs, or the > FreeBSD ftp site. This is the case for both 4.3 and current. The reason > that the package is missing is that the makefile relies on a url pointing > to www.palmos.com... This url is no longer usable and should be updated to > www.sourceforge.org. I'm not sure that's the case the current version of the port claims you can't get the palmos-sdk tarball because of Palm's licensing restrictions. Hence no palmos-sdk package. Since that's required for the prc-tools package, it may have prevented it from being made available. But at this point, you should talk to the maintainer of the port. You can find their email address by doing "make -V MAINTAINER" in the port directory. > Anyway, I cannot build the binutils and gcc from source, however, I have > managed to get the crt0.o and related files built so I'm now passed that > problem. I still have some problems, here is hopefully the last: Again, if you're having problems building the port, you should talk to the port maintainer. > pgn> make > m68k-palmos-gcc -I. -O2 hello.o -o hello > hello.o(.text+0x4c):hello.c: undefined reference to `FrmGetObjectPrt' > collect2: ld returned 1 exit status > gmake: *** [hello] Error 1 Now you're trying to use functionality that's changed radically since I worked with it. It looks like it doesn't know where one of the library files are, though. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message