Thanks for all your help. It all fixed up now. There seemed to be some confusion across several of the tools/compilers. I also had an old version of the PRC tools. I re-loaded all the software as follows: starting in the palm web page downloaded the newest.... CYGWIN-b20 SDK 3.5 PRC-TOOLS Then adjusted the "cygnus.bat" file to include the binary directory @echo off SET MAKE_MODE=UNIX SET PATH= c:\cygnus\CYGWIN~1\H-I586~1\BIN;c:\Program Files\PRC-TOOLS\H-i586-cygwin32\bin;%PATH% Then transfered "pilrc.exe" into the c:\Program Files\PRC-TOOLS\H-i586-cygwin32\bin directory (from the ....\PilRC\ directory). I launched the MS-DOS box, then launch the cygnus.bat file, and change directory. .....$ cd "C:\Program Files\PRC-Tools\H-i586-cygwin32\bin" make -C c:/PRJ/A -f makefile where c:/PRJ/A is the directory of the source code and contains the makefile. makefile --- has the knowledge of the SDK3.5 directories via -I 'include' parameters to the compiler program. This gobble-dy gook worked like a charm. Especially after I transfered it ALL into a macro express macro. I highly reccomend Macro Express. Dirt cheap and lots of uses. Regards, Dave. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
