Whole document tree
    

Whole document tree

Using PRC-Tools: 4.3 Declaring multiple code sections
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.3 Declaring multiple code sections

Each section name that you use in a function section attribute in your project needs to be listed in your definition file in a multiple code clause:

 
multiple code { sectionname... }

This is used by multigen to produce an assembly language list of the section names which needs to be linked into your executable, and also by build-prc to map named code sections to numbered code resources in the .prc file.

Build-prc will emit warnings if there are sections in your executable which are omitted from this clause, or vice versa.



This document was generated by root on January, 30 2002 using texi2html