摘要: ####################################################################### makefile Template##########################################################################################project path and name#################################DIR=$(shell pwd)BIN_DIR=$(DIR)/binLIB_DIR=$(DIR)/libSRC_DIR=$(DIR)/ 阅读全文
posted @ 2012-04-23 15:14 导学宝 阅读(594) 评论(0) 推荐(0) 编辑
摘要: #######################################################################makefile Template##########################################################################################project path and name#################################DIR=$(shell pwd)BIN_DIR=$(DIR)/binLIB_DIR=$(DIR)/libSRC_DIR=$(DIR)/s 阅读全文
posted @ 2012-04-23 10:59 导学宝 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 《GCC:the complete referrence》说,gcc的include有以下几个组成:On a UNIX system, the standard set of system directories is as follows:/usr/local/include/usr/lib/gcc-lib/target/version/include/usr/target/include/usr/include通过gcc -v *.c可以看编译时具体过程:[hyang0@pek-wb-auto ~]$ gcc -v hello.cUsing built-in specs.Target: i 阅读全文
posted @ 2012-04-23 09:57 导学宝 阅读(1223) 评论(0) 推荐(0) 编辑