Thx for your reply.
But still i have one basic doubt about this object file linking.
 
How to link an object file generated by "Code warrier " it self with some other application which is also developed by code warrier .
 
My basic need is i have one application and i want to make use of functions ..... which are there in other object file which is generated by code warrier itself.
this is quite possible because both are generated by codewarrier(same compiler) but i don't know how to link them.
any help is appriciated.
 
Thanks once again.
 
Harsha.

Tinnus <[EMAIL PROTECTED]> wrote:
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/


What makes Sachin India's highest paid sports celebrity?, Share your knowledge on Yahoo! India Answers
Send instant messages to your online friends - NOW -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Reply via email to