最近make 遇到这个问题很纠结,于是上网查了查,都是英文的,还好能看懂,(咋都是有基础的嘛,(*^__^*) 嘻嘻……),他们也没给出答案,不过我查到关键的了。招骋这个错误的好像是由于在make一个任务时,并没有结束,这时在进行make就会报
make: *** [out/target/common/obj/APPS/CMParts_intermediates/classes-full-debug.jar] 错误 41 这个错误,解决方法,知道的话就很简单了,只需打如下命令即可:$ make clobber      $ make       就可以啦!


本文转自:http://hi.baidu.com/455611934/blog/item/102aa62e42c146271e30895b.html

相关文章:

  • 2021-08-14
  • 2021-07-16
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-01-29
  • 2022-12-23
  • 2021-10-08
相关资源
相似解决方案