gcc -c -MM -MD main.c -MP 生成的 main.d 文件内容如下: ---> main.o: main.c defs.h #该选项会生成该伪目标,其没有任何依赖项, #若不使用 '-MP' 选项,则不会生成该伪目标规则 defs.h: <--- 1 2 3 4 5 6 7 8 9 10 -MT Target 在生成的依赖文件中,指定依赖规则中的目标 例: gc...
When used with -M or -MM, specifies a file to write the dependencies to. If no -MF switch is given the preprocessor sends the rules to the same place it would have sent preprocessed output. When used with the driver options -MD or -MMD, -MF overrides the default dependency output file...
注意:’-MD’ 不会像 ‘-M’ 那样阻止正常的编译任务. 因为它默认关闭了 ‘-E’ 选项, 比如命令中使用了 -c 选项,其结果要生成 .o 文件,若使用了 ‘-M’ 选项,则不会生成 .o 文件,若使用的是 ‘-MD’ 选项,则会生成 .o 文件 例如1:gcc -E -MD main.c 本目录下生成了以下文件: main.d 同...
例如1: gcc -c -MM -MD main.c生成的 main.d 文件内容如下:main.o: main.c defs.h例如1: gcc -c -MM -MD main.c -MP生成的 main.d 文件内容如下:main.o: main.c defs.hdefs.h: //该选项会生成该伪目标,其没有任何依赖项,若不使用 '-MP' 选项,则不会生成该伪目标规则 -MT Target 在...
gcc -M -MM -MQ -MF -MT -MD 2017-08-23 18:28 −... suonikeyinsu 0 5501 GCC编译器 2019-12-12 16:22 −简介 GCC是LINUX环境下的编译工具集,是GNU Compiler Collection的缩写,其中包含gcc、g++等编译器及ar、nm等工具集。 GCC工具集不仅能编译C/C++语言,其他如Objective-C、Pascal、Fortran、...
file -M -MD -MF -MG -MM -MMD -MP -MQ -MT -no-integrated-cpp -P -pthread -remap -traditional inhibited with the negated form -fno-working-directory. If the -P flag is present in the command line, this option -P Inhibit generation of linemarkers in the output from the preprocessor...
-o /home/sir/cc-sir/glibc-2.23/misc/regexp.os -MD -MP -MF /home/sir/cc-sir/glibc-2.23/misc/regexp.os.dt -MT /home/sir/cc-sir/glibc-2.23/misc/regexp.os /tmp/cc2dus00.s: Assembler messages: /tmp/cc2dus00.s: 错误:`loc1@GLIBC_2.2.5' can't be versioned to common symbol...
(1) -m4-single -m4 -m4a-nofpu -m4a-single-only -m4a-single -m4a -m4al -m5-64media -m5-64media-nofpu -m5-32media -m5-32media-nofpu -m5-compact -m5-compact-nofpu -mb -ml -mdalign -mrelax -mbigtable -mfmovd -mhitachi -mrenesas -mno-renesas -mnomacsave -mieee -mno-ieee...
-gdwarf-2 -DF_CPU=8000000UL -Os -fsigned-char -MD -MP -MT main.o -MF dep/main.o....
-DBUILDSTAMP="\"`date '+%F %T'`\"" -I../dependencies/canmpdconf/1.0/generic_x86/include -I../dependencies/mow2monitor/1.0/generic_x86/include -DGENERIC_X86 -g -ggdb -O0 -Wall -Wl,--verbose -MT can_mpd-komodo_can_provider.o -MD -MP -MF .deps/can_mpd-komodo_...