gnu开发指南

版权声明:learn spots ,CREAT areas https://blog.csdn.net/whalefall/article/details/85063255

学习方法:老师说官网,源码,书籍。我是直接找专门的视频教程跟着学的

学习点:gcc编译过程,编译过程中所涉及到的文件类型,makefile

1,gcc编译过程:预处理,编译,汇编,链接

2,makefile:描述整个工程的编译,链接过程等规则

    自定义变量,预定义变量,工作流程,makefile规则(显式,隐式),伪目标,makefile嵌套,条件判断,使用函数,管理命令

3,autotools: sutoscan,aclocal,autoconf,[sutoheader],automake

4,eclipse开发

参考:


猜你喜欢

转载自blog.csdn.net/whalefall/article/details/85063255