简体   繁体   English

如何修复 Access Noxim 安装错误

[英]How can fix Access Noxim installation Error

Plz Help what is the error when I run the "make"请帮助我运行“make”时出现什么错误

g++ -g -O3 -I. g++ -g -O3 -I。 -I.. -I../src -I/usr/local/systemc-2.3.2/include/systemc-2.2 -c../src/NoximNoC.cpp../src/NoximNoC.cpp:14:10: fatal error: systemc.h: No such file or directory 14 | -I.. -I../src -I/usr/local/systemc-2.3.2/include/systemc-2.2 -c../src/NoximNoC.cpp../src/NoximNoC.cpp:14:10 : 致命错误: systemc.h: 没有这样的文件或目录 14 | #include <systemc.h> | #include <systemc.h> | ^~~~~~~~~~~ compilation terminated. ^~~~~~~~~~~ 编译终止。 make: *** [Makefile.defs:26: ../src/NoximNoC.o] Error 1 make: *** [Makefile.defs:26: ../src/NoximNoC.o] 错误 1

Welcome to StackOverflow:-)欢迎来到 StackOverflow :-)

systemc.h: No such file or directory systemc.h:没有这样的文件或目录

That's the core error here.这是这里的核心错误。 Maybe that file is indeed not present on your system, or your make toolchain can't find it.也许您的系统上确实不存在该文件,或者您的make工具链找不到它。 Please try the advice in https://stackoverflow.com/a/43375326/4341322 .请尝试https://stackoverflow.com/a/43375326/4341322中的建议。

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

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