摘要:
####################################################################### makefile Template##########################################################################################project path and name#################################DIR=$(shell pwd)BIN_DIR=$(DIR)/binLIB_DIR=$(DIR)/libSRC_DIR=$(DIR)/ 阅读全文
摘要:
#######################################################################makefile Template##########################################################################################project path and name#################################DIR=$(shell pwd)BIN_DIR=$(DIR)/binLIB_DIR=$(DIR)/libSRC_DIR=$(DIR)/s 阅读全文
摘要:
《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 阅读全文