I don't find that file...
I've created a new project: file -> new -> managed make 68k C/C++.... meta-data only
and no sections file.
I was confused. Sections.def is part of the standard make 68K templates, but not in the managed make. You just need to add a text file to your project called "Sections.def" in the root of the project. The managed make system will pick it up and use it in the prc-tools build commands.
A sample file looks like:
application { "Address" ADDR }
multiple code { "code1" "code2" }If the Sections.def file isn't in the root of the project, it won't be used.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
