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

问题描述 投票:0回答:1

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

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
makefile cmake neon
1个回答
0
投票

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

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

对于寻求此答案的任何人,整体上都缺少包裹。谢谢!

© www.soinside.com 2019 - 2024. All rights reserved.