Hi all,

I'm trying to cut down on the number of Palm development environments on my
laptop, so I'm trying to compile Handspring applications with PRC-Tools 2.0.

Has anyone managed to get the Handspring headers to work with PRC-Tools 2.0?
When I include the Handspring headers in my test application, I get a bunch
of warnings from m68k-palmos-gcc:

/PalmDev/sdk/include/Core/Handspring/HsExt.h:674: warning: `inline'
attribute directive ignored


>From HsExt.h :

#if (defined __GNUC__) && (EMULATION_LEVEL == EMULATION_NONE)

 #define SYS_SEL_TRAP(trapNum, selector) \
     __attribute__ ((inline (0x3f3c, selector,
m68kTrapInstr+sysDispatchTrapNum,trapNum)))

#else

 #define SYS_SEL_TRAP(trapNum, selector) \
  FOURWORD_INLINE(0x3f3c, selector,
m68kTrapInstr+sysDispatchTrapNum,trapNum)

#endif


Thanks in advance,
Art
[EMAIL PROTECTED]




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

Reply via email to