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 options--error_limitSyntaxParameters--error_limit=nnThe number of errors before the compiler stops the compilation. nmust be a positive integer; 0 indicates no limit.DescriptionUse the --error_limit option to specify the number of errors allowed before thecompiler stops the compilation. By default, 100 errors are allowed.This option is not available in the <strong>IAR</strong> Embedded Workbench IDE.-fSyntaxParametersDescriptions-f filenameFor information about specifying a filename, see Rules for specifying a filename ordirectory as parameters, page 140.Use this option to make the compilerread command line options from the named file,with the default filename extension xcl.In the command file, you format the items exactly as if they were on the command lineitself, except that you may use multiple lines, because the newline character acts just asa space or tab character.Both C and <strong>C++</strong> style comments are allowed in the file. Double quotes behave in thesame way as in the Microsoft Windows command line environment.To set this option, use Project>Options>C/<strong>C++</strong> <strong>Compiler</strong>>Extra Options.--header_contextSyntaxDescription--header_contextOccasionally, to find the cause of a problem it is necessary to know which header filethat was included from which source line. Use this option to list, for each diagnosticmessage, not only the source position of the problem, but also the entire include stack atthat point.This option is not available in the <strong>IAR</strong> Embedded Workbench IDE.152<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!