I'm using gcc for palm.

I've 3 files : hello.rcp , hello.c and hello.h

when I try to make a file, it gives the error below . Any idea ?

Error
====
bash-2.02$ make
m68k-palmos-gcc -O1 -c hello.c -o hello.o
m68k-palmos-gcc: installation problem, cannot exec `cpp': No such file or
direct
ory
make: *** [code0001.hello.grc] Error 1
bash-2.02$


Makefile
======
hello.prc: code0001.hello.grc tfrm03e8.bin
         build-prc  hello.prc "Hello World" Hello *.grc *.bin
         ls -l *.prc

tfrm03e8.bin: hello.rcp hello.h
         pilrc hello.rcp

code0001.hello.grc: hello.c hello.h
         m68k-palmos-gcc -O1 -c hello.c -o hello.o
         m68k-palmos-gcc -O1 hello.o -o hello
         m68k-palmos-obj-res hello


TQ


regards
K E


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to