1) You can only link 68k .o with a 68k project.
2) You can only link ARM .o with an ARM project.
3) You *CAN* link gcc-generated ARM .o files with a CW project. LJP does that.
4) You *CAN'T* link C or C++with Java code because Java is not native compiled.
5) You can't link a .o designed for the x86 platform for example, for
using with a Palm project. Not even in your wildest dreams.
Basically you only can include a .o in your project if it WAS designed to be used in the Palm platform.
Anyway, just include the .o in your project.
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
- Re: How to link object file ...... Tinnus
- Re: How to link object file ...... P. Douglas Reeder
- Re: How to link object file ...... Ben Combee
- RE: How to link object file ...... Drew Haninger
- Re: How to link object file ...... hv reddy
- Re: How to link object file ...... hvreddy
- Re: How to link object file ...... Ben Combee
