Makefile: fatal error: NE10.h: No such file or directory

Makefile: fatal error: NE10.h: No such file or directory

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

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

通过安装 NE10 包解决了这个问题,然后包含在 cmake/make 过程中。

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

对于所有寻找此答案的人来说,整个包裹都丢失了。谢谢!