gcc编译流程解析[TOC]
1、预处理 #include
int main()
{
printf("Hello! This is our embedded world!\n");
2017-03-14