你的位置:首页 > 软件开发 > 数据库 > Linux (五) gcc

Linux (五) gcc

发布时间:2016-03-05 04:00:55
GCC = GNU C Compiler, 下面简单介绍其使用。 1 预处理(pre-processing)$ gcc -E -o hello.i hello.c -E 预处理后停止 2 编译(compiling)$ gcc -S -o h ...

  GCC = GNU C Compiler, 下面简单介绍其使用。

 

1  预处理(pre-processing)

$ gcc -E -o hello.i hello.c

原标题:Linux (五) gcc

关键词:linux

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录