11.07.2015 Views

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of optionsFor information about specifying a filename or a directory, see Rules for specifying afilename or directory as parameters, page 140.DescriptionUse this option to generate an assembler or C/<strong>C++</strong> listing to a file. Note that this optioncan be used one or more times on the command line.To set related options, choose:Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>List--library_moduleSyntaxDescription--library_moduleUse this option to make the compiler generate a library module rather than a programmodule. A program module is always included during linking. A library module willonly be included if it is <strong>reference</strong>d in your program.Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>Output>Module type>Library Module--lock_r4SyntaxDescription--lock_R4Use this option to exclude the register R4 from use by the compiler. This makes themodule linkable with both modules that use R4 as __regvar and modules that does notdefine its R4 usage. Use this option if the R4 registers is used by another tool, forexample a ROM-monitor debugger.Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>Code>R4 utilization>Not used--lock_r5SyntaxDescription--lock_R5Use this option to exclude the register R5 from use by the compiler. This makes themodule linkable with both modules that use R5 as __regvar and modules that does notdefine its R5 usage. Use this option if the R5 registers is used by another tool, forexample a ROM-monitor debugger.Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>Code>R5 utilization>Not used154<strong>MSP430</strong> <strong>IAR</strong> C/<strong>C++</strong> <strong>Compiler</strong>Reference Guide

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!