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...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of optionsDescriptionFor <strong>MSP430</strong>X devices, use this option to select the data model for which the code is tobe generated. If you do not choose a data model option, the compiler uses the defaultdata model. Note that all modules of your application must use the same data model.See also Data models (<strong>MSP430</strong>X only), page 14.Project>Options>General Options>Target>Data model--debug, -rSyntaxDescription--debug-rUse the --debug or -r option to make the compiler include information in the objectmodules required by the <strong>IAR</strong> C-SPY® Debugger and other symbolic debuggers.Note: Including debug information will make the object files larger than otherwise.Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>Output>Generate debug information--dependenciesSyntax--dependencies[=[i|m]] {filename|directory}Parametersi (default)mLists only the names of filesLists in makefile styleFor information about specifying a filename or a directory, see Rules for specifying afilename or directory as parameters, page 140.DescriptionExampleUse this option to make the compiler list all source and header files opened by thecompilation into a file with the default filename extension i.If --dependencies or --dependencies=i is used, the name of each opened sourcefile, including the full path, if available, is output on a separate line. For example:c:\iar\product\include\stdio.hd:\myproject\include\foo.h146<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!