Re: GCC and Palm SDK configuration problem

2001-10-14 Thread Akintayo Holder
Dave Carrigan wrote: You need to use the -palmos3.5 switch to your command line. That makes gcc add all of the extra includes that are appropriate to the 3.5 sdk. In addition, I would recommend that you use the 4.0 sdk (in which case you would use -palmos4.0). You can still target 3.5 (or even 2

Re: GCC and Palm SDK configuration problem

2001-10-14 Thread Dave Carrigan
You need to use the -palmos3.5 switch to your command line. That makes gcc add all of the extra includes that are appropriate to the 3.5 sdk. In addition, I would recommend that you use the 4.0 sdk (in which case you would use -palmos4.0). You can still target 3.5 (or even 2.0) devices with the 4.0

Re: GCC and Palm SDK configuration problem

2001-10-14 Thread Eric G. Miller
On Sun, 14 Oct 2001 19:27:20 -0400, Akintayo Holder <[EMAIL PROTECTED]> wrote: [snip] > thanks!. > the -I switch works, but is there a way to do it without specifying each > directory. Not that I'm aware of. Typically, if header files are structured like this, the easy way to handle includes

Re: GCC and Palm SDK configuration problem

2001-10-14 Thread Akintayo Holder
Eric G. Miller wrote: On Sun, 14 Oct 2001 18:44:16 -0400, Akintayo Holder <[EMAIL PROTECTED]> wrote: [snip] In the latter case I tried m68k-palmos-coff-gcc -Wall -g -IDIR '/usr/m68k-palmos-coff/include/PalmOS/Core/System/' -IDIR '/usr/m68k-palmos-coff/include/PalmOS/Core/Hardware/' -c -o h

Re: GCC and Palm SDK configuration problem

2001-10-14 Thread Eric G. Miller
On Sun, 14 Oct 2001 18:44:16 -0400, Akintayo Holder <[EMAIL PROTECTED]> wrote: [snip] > In the latter case I tried > m68k-palmos-coff-gcc -Wall -g -IDIR > '/usr/m68k-palmos-coff/include/PalmOS/Core/System/' -IDIR > '/usr/m68k-palmos-coff/include/PalmOS/Core/Hardware/' -c -o hello.o > hello.c