当前第2页 返回上一页
1 | [root@localhost ~]#gcc -o helloworld helloworld.c
|
4.输入命令:
1 | [root@localhost ~]#gcc -g helloworld.c -o helloworld
|
输入命令:
1 | [root@localhost ~]gcc -S helloworld.c
|
我们可以使用vi编辑器查看汇编文件:
1 | [root@localhost ~]# vi helloworld.s
|
输入命令:
1 | [root@localhost ~]#gcc -E helloworld.c
|
相关教程推荐:centos教程
以上就是centos7如何安装gcc?的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
CentOS7 如何取消自动锁屏
CentOS7使用ftp上传文件中文名显示乱码怎么办
CentOS7下httpd无法访问怎么办
CentOS7更换国内yum源
CentOS7如何安装php扩展
CentOS7怎么关闭防火墙
CentOS7上elastic search安装详解
CentOS7环境下vnc出现乱码怎么办
CentOS7如何关机
rhel和CentOS7下更改网卡名称ens33为eth0
更多相关阅读请进入《CentOS7》频道 >>
转载请注明出处:木庄网络博客 » centos7如何安装gcc?