简体   繁体   English

Makefile:致命错误:NE10.h:没有那个文件或目录

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

Currently trying to Makefile and encountered this error:当前正在尝试 Makefile 并遇到此错误:

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

Am looking for the cause of this (is it related to the root directory?) and possible resolution of such an error?正在寻找导致此问题的原因(是否与根目录有关?)以及此类错误的可能解决方案?

Currently on a NVIDIA Xavier Arm Processor.目前在 NVIDIA Xavier Arm 处理器上。

And

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

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

Resolved this by doing an install of the NE10 package, then including in cmake/make process.通过安装 NE10 包解决了这个问题,然后将其包含在 cmake/make 过程中。

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

Was missing the package on the whole, for anyone looking for this answer.对于寻找此答案的任何人,总体上都缺少包裹。 Thanks!谢谢!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM