2017-04-12 19 views
0

私はこのようなものになりますEclipseでプロジェクトをビルドしようとしています:致命的なエラー:systemc.h:そのようなファイルやディレクトリ

#include <iostream> 
#include <systemc.h> 
int sc_main() 
{ 
    ... 
} 

を、私はこのエラーメッセージGAT:

make all 
Building file: ../src/main.cpp 
Invoking: GCC C++ Compiler 
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cpp" 
../src/main.cpp:11:21: fatal error: systemc.h: No such file or directory 
compilation terminated. 
make: *** [src/main.o] Error 1 

注:私はEclipseを初めて使用しています...

答えて

関連する問題