On 2006-08-18, Jay Ts <[EMAIL PROTECTED]> wrote:
> Anders Green wrote:
>> 
>> The documentation led to
>> some linker options that might help, but I found no
>> way to pass them on through the IDE.
>
> Take a look in the PODS IDE menus, I think it's Project->
> Properties. It's possible to specify linker options there.
>
> Jay Ts

For a Managed Make project:
Open the project properties.
Select C/C++ Build.
Under Configuration Settings under the PRC-Tools 68K Linker heading
select Miscellaneous.
Select the icon with the 3 '+' signs to the right of 'Additional options'.
In the popup window add the following extra options:
        -Wl,-Map -Wl,<projectname>.map
Then rebuild the project. This should produce a memory map file
<projectname>.map.

For a Standard Make project:
Just add the '-Wl,-Map -Wl,<projectname>.map' to the LDFLAGS symbol
in makefile-engine.mk.

HTH
Ton van Overbeek

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to