Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Ubuntu 上运行一些预编译代码(源代码不可用),这需要安装 openCV。我昨天安装了最新版本的openCV(来自SVN),并根据openCV网站上的debian安装指南(cmake -> make -> sudo make install)安装了它,一切似乎都很好。
我试图运行 stipdet 程序,但这给了我以下错误。
bash: ./stipdet: 无法执行二进制文件
请问谁能帮我解决这个错误?
有什么作用:
file $(which stipdet)
...说?我猜它是为你没有的 CPU 构建的。
您需要运行chmod 755 ./stipdet以使 stipdet 可执行。
chmod 755 ./stipdet