More actions
imported>Unknown No edit summary |
(Repair batch-0001 pages from live compare) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Usage: AVR-GCC.EXE [options] file... ''' 사용법 : AVR-GCC.EXE | Usage: AVR-GCC.EXE [options] 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= | -print-file-name=<lib> Display the full path to library <lib><br /> | ||
-print-prog-name= | -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, | -Wa,<options> Pass comma-separated <options> on to the assembler <br /> | ||
-Wp, | -Wp,<options> Pass comma-separated <options> on to the preprocessor<br /> | ||
-Wl, | -Wl,<options> Pass comma-separated <options> on to the linker<br /> | ||
-Xlinker | -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= | -specs=<file> Override builtin specs with the contents of <file><br /> | ||
-std= | -std=<standard> Assume that the input sources are for <standard><br /> | ||
-B | -B <directory> Add <directory> to the compiler's search paths<br /> | ||
-b | -b <machine> Run gcc for target <machine>, if installed<br /> | ||
-V | -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 | -o <file> Place the output into <file><br /> | ||
-x | -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 | 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 | ||
Latest revision as of 23:56, 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