1.gcc编译器 gcc编译器的基本格式为gcc(-选项)(文件名称) -ESc -ISO hello.c->预处理器->hello.i->编译器->hello.s->汇编器->hello.o->链接器->hello.exe