Here's what my cygnus.bat looks like: @ECHO OFF SET MAKE_MODE=UNIX SET PATH=c:\cygnus\CYGWIN~1\H-I586~1\bin;c:\PalmDev\pilrc;c:\Program Files\PRC-TOOLS\H-i586-cygwin32\bin;%PATH% Bash
Hope this helps! I installed everything into their default locations. Brian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Davis Sent: Wednesday, March 27, 2002 7:09 AM To: Palm Developer Forum Subject: RE: prc-tools (Testing?) Ok, I tried the installation all over. I am using Win98 OS. I reinstalled the full cygwin, in directory c:\cygwin. I had already installed the prc-tools, in c:\PalmDev. I have placed the 3.5 SDK in the c:\PalmDev folder I have copied the hello program below to a folder. I set the path to point to c:\cygwin\bin I used the mount -tf "c:\PalmDev" /PalmDev My SDK directory structure is: C:\PalmDev\sdk-3.5\lib C:\PalmDev\sdk-3.5\include C:\PalmDev\sdk-3.5\include\Libraries C:\PalmDev\sdk-3.5\include\Dynamic C:\PalmDev\sdk-3.5\include\Core C:\PalmDev\sdk-3.5\include\Core\UI C:\PalmDev\sdk-3.5\include\Core\System C:\PalmDev\sdk-3.5\include\Core\Hardware C:\PalmDev\sdk-3.5\include\Core\System\Unix C:\PalmDev\sdk-3.5\include\Libraries\INet C:\PalmDev\sdk-3.5\lib\m68k-palmos-coff I navigated to the hello example. I executed "make" I now get the following errors: m68k-palmos-gcc -palmos3.5 -Wall -g -c -o hello.o hello.c sdkfind: installation problem, cannot exec '/usr/m68k-palmos/real- bin/gcc.exe': No such file or directory MAKE: *** [hello.o] Error 255 Then, I thought that maybe it was because I did not reinstall prc- tools after I executed the "mount" So, I then reinstalled prc-tools again per the instructions. Then when I executed "make" again, I got a different error. This time I got: m68k-palmos-gcc -palmos3.5 -Wall -g -c -o hello.o hello.c m68k-palmos-gcc: installation problem, cannot exec 'cpp0': No such file or directory MAKE: *** [hello.o] Error 1 Any ideas, Chris? Thanks, In response to this below: > There's a simple Helloworld project with a PRC-Tools makefile that > should work at http://tangentsoft.net/palmfaq/examples/hello.html > > Chris Ring > Software Engineer > Texas Instruments > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > [EMAIL PROTECTED] Sent: Wednesday, March 27, 2002 11:34 AM To: > > Palm Developer Forum Subject: prc-tools (Testing?) > > > > <snip> > > > I have never tested this installation, from the command line. > > That would > > require making a makefile for my application; something that > > I don't look > > forward to. Is there an easy to test such an installation, > > with something > > that is included in the installation process? > > > > It would be of use to have a test program or some test program in > > the PalmDev folder that one could simply execute that would test the > > installations to make sure everything works without having to go > > through the process of generating a makefile. > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
