On Tue, Mar 04, 2003 at 09:50:18AM +0000, Michael Nordstr�m wrote: > On Mon, Mar 03, 2003, Eugene Y. Vasserman wrote: > > /usr/share/prc-tools/include/PalmTypes.h:159: M68KHwr.h: No such file or directory
Part of the issue is that m68k-palmos-gcc should have a set of pre-defined includes to handle all of this for you. > Check where m68k-palmos-gcc looks for the include files by running, > > $ m68k-palmos-gcc -dumpspecs As well, run the program `palmdev-prep --dump-specs M68K`, what's the output to that? You should see something like this: --- When GCC is given no -palmos options, SDK '5' will be used by default *cpp_sdk_5: -isystem /usr/local/palmdev//sdk-5/include -isystem /usr/local/palmdev//sdk-5/include/Libraries -isystem /usr/local/palmdev//sdk-5/include/Libraries/Telephony -isystem /usr/local/palmdev//sdk-5/include/Libraries/Telephony/UI -isystem [etc] --- These are the directorys where m68k-palmos-gcc will automatically include. If you don't see anything like this, just try running `palmdev-prep` w/o any options.. what does it say? -- Adam McDaniel Array.org Calgary, AB, Canada _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
