Hi, i'm new at this and I am trying to compile one of the SDK included samples, i tryied with
sdk-5r4samplesTicTacToe
What I have done is:
-File|import|Existing Project into workspace
-browse-->sdk-5r4samplesTicTacToe
-finish
-project|build make target
-add|create (with default options)
-build
and the console gave me this:
| Code: |
make all
m68k-palmos-gcc -c Src/TicTacToe.c -IRsc -ISrc/ -palmos5r4 -D__PALMOS__=0x05000000 -O0 -g -o Debug/TicTacToe.o
m68k-palmos-gcc: unrecognized option `-palmos5r4'
m68k-palmos-gcc: installation problem, cannot exec `cpp0': No such file or directory
make: *** [Debug/TicTacToe.o] Error 1
|
Can any body tell me what's wrong?
I googled it a little and I found that I have to run "palmdev-prep" or reinstall the CGYWIN but that is not with the "Garnet OS Development Suite" installer, just with a plane PRC-tools installation
I'm using
Garnet OS Development Suite version: 1.2.1.02
win xp
thanks in advance