怎样在makefile中加入打印语句
1个回答
展开全部
1,使用info/warning/error增加调试信息
方法1: $(info, "here add the debug info")
但是此不能打印出.mk的行号
方法2: $(warning, "here add the debug info")
方法3: $(error "error: this will stop the compile")
这个可以停止当前makefile的编译
方法4: 打印变量的值
$(info, $(TARGET_DEVICE) )
方法1: $(info, "here add the debug info")
但是此不能打印出.mk的行号
方法2: $(warning, "here add the debug info")
方法3: $(error "error: this will stop the compile")
这个可以停止当前makefile的编译
方法4: 打印变量的值
$(info, $(TARGET_DEVICE) )
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询