Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AVG-GCC: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair MoniWiki formatting after migration)
Line 1: Line 1:
Usage: AVR-GCC.EXE [options] file... ''' 사용법 : AVR-GCC.EXE [[옵션]] FILE... '''
Usage: AVR-GCC.EXE &#91;options&#93; file... ''' 사용법 : AVR-GCC.EXE [[옵션]] FILE... '''<br />
Options:'''옵션'''
Options:'''옵션'''<br />
   -pass-exit-codes        Exit with highest error code from a phase
   -pass-exit-codes        Exit with highest error code from a phase<br />
   --help                  Display this information'''도움말'''
   --help                  Display this information'''도움말'''<br />
   --target-help            Display target specific command line options
   --target-help            Display target specific command line options<br />
   (Use '-v --help' to display command line options of sub-processes)
   (Use '-v --help' to display command line options of sub-processes)<br />
   -dumpspecs              Display all of the built in spec strings
   -dumpspecs              Display all of the built in spec strings<br />
   -dumpversion            Display the version of the compiler'''컴파일러 버전'''
   -dumpversion            Display the version of the compiler'''컴파일러 버전'''<br />
   -dumpmachine            Display the compiler's target processor
   -dumpmachine            Display the compiler's target processor<br />
   -print-search-dirs      Display the directories in the compiler's search path
   -print-search-dirs      Display the directories in the compiler's search path<br />
   -print-libgcc-file-name  Display the name of the compiler's companion library
   -print-libgcc-file-name  Display the name of the compiler's companion library<br />
   -print-file-name=&lt;lib&gt;   Display the full path to library &lt;lib&gt;
   -print-file-name=<lib>   Display the full path to library <lib><br />
   -print-prog-name=&lt;prog&gt; Display the full path to compiler component &lt;prog&gt;
   -print-prog-name=<prog> Display the full path to compiler component <prog><br />
   -print-multi-directory  Display the root directory for versions of libgcc
   -print-multi-directory  Display the root directory for versions of libgcc<br />
   -print-multi-lib        Display the mapping between command line options and
   -print-multi-lib        Display the mapping between command line options and<br />
                           multiple library search directories
                           multiple library search directories<br />
   -Wa,&lt;options&gt;           Pass comma-separated &lt;options&gt; on to the assembler  
   -Wa,<options>           Pass comma-separated <options> on to the assembler <br />
   -Wp,&lt;options&gt;           Pass comma-separated &lt;options&gt; on to the preprocessor
   -Wp,<options>           Pass comma-separated <options> on to the preprocessor<br />
   -Wl,&lt;options&gt;           Pass comma-separated &lt;options&gt; on to the linker
   -Wl,<options>           Pass comma-separated <options> on to the linker<br />
   -Xlinker &lt;arg&gt;           Pass &lt;arg&gt; on to the linker
   -Xlinker <arg>           Pass <arg> on to the linker<br />
   -save-temps              Do not delete intermediate files
   -save-temps              Do not delete intermediate files<br />
   -pipe                    Use pipes rather than intermediate files
   -pipe                    Use pipes rather than intermediate files<br />
   -time                    Time the execution of each subprocess
   -time                    Time the execution of each subprocess<br />
   -specs=&lt;file&gt;           Override builtin specs with the contents of &lt;file&gt;
   -specs=<file>           Override builtin specs with the contents of <file><br />
   -std=&lt;standard&gt;         Assume that the input sources are for &lt;standard&gt;
   -std=<standard>         Assume that the input sources are for <standard><br />
   -B &lt;directory&gt;           Add &lt;directory&gt; to the compiler's search paths
   -B <directory>           Add <directory> to the compiler's search paths<br />
   -b &lt;machine&gt;             Run gcc for target &lt;machine&gt;, if installed
   -b <machine>             Run gcc for target <machine>, if installed<br />
   -V &lt;version&gt;             Run gcc version number &lt;version&gt;, if installed
   -V <version>             Run gcc version number <version>, if installed<br />
   -v                      Display the programs invoked by the compiler
   -v                      Display the programs invoked by the compiler<br />
   -E                      Preprocess only; do not compile, assemble or link
   -E                      Preprocess only; do not compile, assemble or link<br />
   -S                      Compile only; do not assemble or link
   -S                      Compile only; do not assemble or link<br />
   -c                      Compile and assemble, but do not link
   -c                      Compile and assemble, but do not link<br />
   -o &lt;file&gt;               Place the output into &lt;file&gt;
   -o <file>               Place the output into <file><br />
   -x &lt;language&gt;           Specify the language of the following input files
   -x <language>           Specify the language of the following input files<br />
                           Permissable languages include: c c++ assembler none
                           Permissable languages include: c c++ assembler none<br />
                           'none' means revert to the default behaviour of
                           'none' means revert to the default behaviour of<br />
                           guessing the language based on the file's extension
                           guessing the language based on the file's extension<br />


Options starting with -g, -f, -m, -O or -W are automatically passed on to
Options starting with -g, -f, -m, -O or -W are automatically passed on to<br />
the various sub-processes invoked by AVR-GCC.EXE.  In order to pass other options
the various sub-processes invoked by AVR-GCC.EXE.  In order to pass other options<br />
on to these processes the -W&lt;letter&gt; options must be used.
on to these processes the -W<letter> options must be used.<br />


For bug reporting instructions, please see:
For bug reporting instructions, please see:<br />
URL : http://www.gnu.org/software/gcc/bugs.html
URL : http://www.gnu.org/software/gcc/bugs.html

Revision as of 14:01, 26 March 2026

Usage: AVR-GCC.EXE [options] file... 사용법 : AVR-GCC.EXE 옵션 FILE...
Options:옵션

 -pass-exit-codes         Exit with highest error code from a phase
--help Display this information도움말
--target-help Display target specific command line options
(Use '-v --help' to display command line options of sub-processes)
-dumpspecs Display all of the built in spec strings
-dumpversion Display the version of the compiler컴파일러 버전
-dumpmachine Display the compiler's target processor
-print-search-dirs Display the directories in the compiler's search path
-print-libgcc-file-name Display the name of the compiler's companion library
-print-file-name=<lib> Display the full path to library <lib>
-print-prog-name=<prog> Display the full path to compiler component <prog>
-print-multi-directory Display the root directory for versions of libgcc
-print-multi-lib Display the mapping between command line options and
multiple library search directories
-Wa,<options> Pass comma-separated <options> on to the assembler
-Wp,<options> Pass comma-separated <options> on to the preprocessor
-Wl,<options> Pass comma-separated <options> on to the linker
-Xlinker <arg> Pass <arg> on to the linker
-save-temps Do not delete intermediate files
-pipe Use pipes rather than intermediate files
-time Time the execution of each subprocess
-specs=<file> Override builtin specs with the contents of <file>
-std=<standard> Assume that the input sources are for <standard>
-B <directory> Add <directory> to the compiler's search paths
-b <machine> Run gcc for target <machine>, if installed
-V <version> Run gcc version number <version>, if installed
-v Display the programs invoked by the compiler
-E Preprocess only; do not compile, assemble or link
-S Compile only; do not assemble or link
-c Compile and assemble, but do not link
-o <file> Place the output into <file>
-x <language> Specify the language of the following input files
Permissable languages include: c c++ assembler none
'none' means revert to the default behaviour of
guessing the language based on the file's extension

Options starting with -g, -f, -m, -O or -W are automatically passed on to
the various sub-processes invoked by AVR-GCC.EXE. In order to pass other options
on to these processes the -W<letter> options must be used.

For bug reporting instructions, please see:
URL : http://www.gnu.org/software/gcc/bugs.html