Add #include directive to the C source files to include variable/function information file, and then compile the files. |
Specifying -preinclude option is another way to include the information file. |
This enables users to tune the code size by enabling/disabling saddr specification for global variables or callt/near specification for functions in the variable/function information file and by adding/removing saddr specification for static variables or callt/near specification for static functions in the C source files.