linux高级讲解11QC(国外英语资料).docVIP

  • 7
  • 0
  • 约1.93万字
  • 约 40页
  • 2017-06-26 发布于河南
  • 举报
linux高级讲解11QC(国外英语资料)

linux高级讲解11QC(国外英语资料) A.c.- execution file GCC compiles a source file for four steps: 1. The preprocessing 2. Compile 3. The assembly Links to 4. GCC usage GCC - option filename GCC -o a.c a. -o: generates an executable target file O2: - - o3: GCC -o not not. C Time. / not GCC - o2 not not. C Time. / not GCC - o3 not not. C Time. / not -c: GCC - c demo1.c produces a demo1.o, which does not complete the final link -s: GCC -s demo1.c generates a demo1.s, assembly file -e: GCC - E demo1.c finishes preprocessing, producing a new piece of code, in a temporary file GCC - E demo1.c-o demo1.i finishes

文档评论(0)

1亿VIP精品文档

相关文档