I have not been using PRC-Tools for a long time and cannot figure out now what is going wrong with my make. Here is what is returned by make command on my computer (Windows ME, everything worked OK here months ago, and I don't know what is screwed up with the Sygwin links or whatever it is now).
$ make m68k-palmos-gcc -Wall -O2 -DCOMPILING_LIB -c -o myLib.o myLib.c sdkfind: warning: 'sdk' not found in /PalmDev myLib.c:16: PalmOS.h: No such file or directory In file included from myLib.c:18: myLib.h:4: LibTraps.h: No such file or directory make: *** [myLib.o] Error 1 I explicitly indicated the lost link with the following command (with no success): $ ln -s sdk-4 sdk The sdk-4 folder does exist in my PalmDev folder as well as the appropriate 'sdk' links of Windows. What could be the problem? What do I need to do to fix the problem up? Please give me a hand as I'm not a Unix programmer. P.S. This is what I found with the Mount command: $ mount C:\Program Files\Falch.net\DeveloperStudio 2.6\bin\PrcTools on /prc-tools type u ser (textmode) C:\Program Files\Falch.net\DeveloperStudio 2.6\bin\cygwin on /bin type user (tex tmode) C:\Program Files\Falch.net\DeveloperStudio 2.6\PalmDev on /PalmDev type user (te xtmode) C:\PalmDev\bin on /usr/bin type system (textmode) C:\PalmDev\lib on /usr/lib type system (textmode) C:\PalmDev on / type system (textmode) c: on /cygdrive/c type user (textmode,noumount) d: on /cygdrive/d type user (textmode,noumount) Falch.net Demo have been installed some times ago. I guess that some other stuff should be remounted in order to use PRC-Tools again. What is it? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
