12.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

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.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>Assembler option: --option-file (-f)Menu entry1. Select Assembler » Miscellaneous.2. Add the option --option-file to the Additional options field.Be aware that the options in the option file are added to the assembler options you have set in theother pages. Only in extraordinary cases you may want to use them in combination.Command line syntax--option-file=file,...-f file,...DescriptionThis option is primarily intended <strong>for</strong> command line use. Instead of typing all options on the command line,you can create an option file which contains all options and flags you want to specify. With this optionyou specify the option file to the assembler.Use an option file when the command line would exceed the limits of the operating system, or just to storeoptions and save typing.Option files can also be generated on the fly, <strong>for</strong> example by the make utility. You can specify the option--option-file multiple times.Format of an option file• Multiple arguments on one line in the option file are allowed.• To include whitespace in an argument, surround the argument with single or double quotes.• If you want to use single quotes as part of the argument, surround the argument by double quotes andvise versa:"This has a single quote ' embedded"'This has a double quote " embedded''This has a double quote " and a single quote '"' embedded"• When a text line reaches its length limit, use a \ to continue the line. Whitespace between quotes ispreserved."This is a continuation \line"-> "This is a continuation line"470

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

Saved successfully!

Ooh no, something went wrong!