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
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
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
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
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
Hi,
I am trying to install the PalmOS 3.5 SDK on debian. And I am running
into a problem I cannot figure out from the gcc docs.
The headers files in the palm SDK are arranged in a hierarchy e.g
PalmOS.h, Core/System/SystemPublic.h etc. But the files reference each
other as though there are a
6 matches
Mail list logo