I want to use a .s file generated using arm gcc compiler, in a Code warrior armlet (.sbin) resource, which is a part of application, Is it possible? Can any one suggest me a way to do that? Any help in this regard would be thankful.
CodeWarrior cannot compile GCC assembly files. However, if you can produce a .o file from the GCC PNO tools, you may be able to link it with a CW PNO by adding the .o file to the PNO target, as long as the code isn't using global variables (R9 or R10 registers). CW and GCC have different models for PNO access to global variables, but plain non-data-using code should work in both tools. The only place I've seen this done, so far, is the OS 5 glue libraries that Igor Nesterov provides.
-- Ben Combee, senior DTS engineer, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
