错误:“没有规则使目标'ilclient'。停止。”当尝试使用raspbian的chromecast替代项目时

时间:2017-09-20 18:46:24

标签: chromecast openmax orange-pi raspbian-wheezy

您好我正在使用运行raspbian wheezy的橙色pi lite,我正在尝试使用此方法将其作为chromecast替代方案

https://thepi.io/how-to-use-your-raspberry-pi-as-a-chromecast-alternative/

我在第5步遇到了这个错误

“没有规则让目标'ilclient'。停止。”

我相信我需要一个名为open max的项目来运作吗?

我是一个完整的n00b并且不知道我在做什么,除了复制和粘贴到终端,任何帮助将不胜感激

1 个答案:

答案 0 :(得分:0)

这是make相关错误。构建系统基于makemakefiles。在makefile中指定了TARGETS。依赖于在makefile中命名或附加在make命令上的TARGET,源代码的不同部分被编译为包含在可执行文件(http://mrbook.org/blog/tutorials/make/https://en.wikipedia.org/wiki/Make_(software))中的{{1并比较这个Makefile: no rule to make target

构建系统可以包含多个makefile。在这种情况下,在大多数情况下存在层次结构:top makefile调用submakefiles ... 以下文件似乎是主要的makefile https://github.com/HaarigerHarald/omxiv/blob/master/Makefile

检查是否满足TARGET ilclient的所有依赖项:

ilclient