Makefile:致命错误:NE10.h:没有这样的文件或目录

时间:2019-12-09 07:05:51

标签: makefile cmake neon

当前正在尝试生成文件并遇到此错误:

fatal error: NE10.h: No such file or directory
#include "NE10.h"
         ^~~~~~~~
compilation terminated

是否正在寻找引起此错误的原因(与根目录有关吗?)以及可能的解决方法?

当前在NVIDIA Xavier Arm处理器上。

command -v g++
/usr/bin/g++

g++ --version
g++ (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1) 7.4.0

1 个答案:

答案 0 :(得分:0)

通过安装NE10软件包来解决此问题,然后将其包含在cmake / make过程中。

https://projectne10.github.io/Ne10/

对于寻求此答案的任何人,总体上都缺少该软件包。谢谢!