> I've followed the instructions on the prc-tools website on how > to multisegment an app. As instructed, I specified the function > attributes for the functions that I wanted to move into the new > code segment.
if you followed them correctly, whats with the map file? myapp: $(OBJS) myapp-sections.ld gcc $(CFLAGS) -o myapp $(OBJS) myapp-sections.ld why are you using myapp-sections.ld here? that should only be used when building with myappsections.s file. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
