添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
爱听歌的土豆  ·  [Mingw-users] first ...·  3 月前    · 
儒雅的羊肉串  ·  javascript - ...·  2 年前    · 
会开车的钱包  ·  Status 415 ...·  2 年前    · 
方法2: $(warning “here add the debug info”)
方法3: $(error “error: this will stop the compile”)
这个可以停止当前makefile的编译
方法4: 打印变量的值
$(info $(TARGET_DEVICE) )
2,使用echo增加调试信息(echo只能在target:后面的语句中使用,且前面是个TAB)
方法1: @echo “start the compilexxxxxxxxxxxxxxxxxxxxxxx”
方法2: @echo $(files)