随笔分类 - Makefile
摘要:获取日期时间 GET_DATE := $(shell date +%F)GET_TIME := $(shell date +%H:%M:%S) 添加宏定义 DEFINE_PAR += -D SDK_VERSION=\"V1.0.0\"DEFINE_PAR += -D MAKE_TIME=\"$(GE
阅读全文
摘要:#makefile 编译错误 — make: No rule to make target 最近使用make编译引用静态库,结果出现标题所示完整错误类似为: make: *** No rule to make target /xxx/xxx/xxxx/xxxxx/xxx.cpp(or .h )',
阅读全文