Hi Ben
Are you using a standard make 68K project or a managed make 68K project?
>> I'm using a managed make.
Have you edited your sections.def file to define the code sections in your
program?
>> I've tried to add a def file, but couldn't not get the make file to use it.
Have you added section attributes to your source files to tell the
PRC-Tools compiler what sections you code is in?
>> yes I have.
#define NAME1_SECTION __attribute__ ((section("segname1")))
and NAME1_SECTION after the functions I want to relocate.
Have you looked over the documentation at http://prc-tools.sourceforge.net/
for more information about how PRC-Tools handles this?
>> Yes and I guess I've understand it, my problem is adjusting this settings in PODS.
>> Maybe there is no "easy way" for doing this on the current release...
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/