David Dandeneau <[EMAIL PROTECTED]> wrote:
> I have the sdk in c:\palmDev, as well as some of the tools. When I gcc
> <options> "file" it can't see the palmOS files and returns errors
> accordingly.

The problem may be that you are trying to #include the old Pilot.h instead
of 3.5's PalmOS.h, and so on.  See
        http://www.palm.com/devzone/docs/palmos35.html#SDK+include+files

Otherwise: m68k-palmos-gcc has built-in paths to the SDK headers, and is
quite dependent on you installing them where it expects.  If you use the
3.5 SDK installer you should be okay.  If you install the SDK manually,
the instructions in ReadMe.txt (in the sdk35-docs.zip archive; for
prc-tools 2.0 you want the "newer prc-tools, based on GCC 2.95.2"
section) show what the directory tree needs to look like.

For further details, see

        news://news.massena.com/C6MxouDe$[EMAIL PROTECTED]
        http://www.palm.com/devzone/tools/gcc/building.html

Good luck.  The next release will have a check_sdks script (and will use
it in the installer), and more accessible instructions.

    John

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to