can't compile simple example on solaris using prc-tools

2004-11-10 Thread Sinisa Marovic (AC/EDD)
Hi all, I'm a newbie in this palmos buisiness, but as quite experienced c programmer I'm getting frustrated not being able to compile the most simple example from prc-tools page http://prc-tools.sourceforge.net/misc/ (armlet.tar.gz). m68k-palmos-gcc armlet.o -o armlet armlet.o(.text+0x66)

Re: can't compile simple example on solaris using prc-tools

2004-11-10 Thread Aaron Ardiri
> I'm a newbie in this palmos buisiness, but as quite experienced c programmer > I'm getting frustrated not being able to compile the most simple example from > prc-tools page http://prc-tools.sourceforge.net/misc/ (armlet.tar.gz). > > m68k-palmos-gcc armlet.o -o armlet > armlet.o(.text+0x66):

RE: can't compile simple example on solaris using prc-tools

2004-11-10 Thread Sinisa Marovic (AC/EDD)
dleEvent' collect2: ld returned 1 exit status make: *** [armlet] Error 1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron Ardiri Sent: Wednesday, 10 November, 2004 14:09 To: Palm Developer Forum Subject: Re: can't compile simple example on

Re: can't compile simple example on solaris using prc-tools

2004-11-10 Thread Aaron Ardiri
> m68k-palmos-gcc -Wall -palmos5 -O2 -c -o armlet.o armlet.c this one compiles your c -> o > m68k-palmos-gcc armlet.o -o armlet > armlet.o(.text+0x66):armlet.c: undefined reference to `DmGetResource' > armlet.o(.text+0x70):armlet.c: undefined reference to `MemHandleLock' > armlet.o(.text+0x

RE: can't compile simple example on solaris using prc-tools

2004-11-10 Thread Sinisa Marovic (AC/EDD)
without a glitch. Sinisa. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Aaron Ardiri Sent: Wednesday, 10 November, 2004 14:28 To: Palm Developer Forum Subject: Re: can't compile simple example on solaris using prc-tools > m68k-palmos-gcc -Wall -p