Maryam Posted August 21, 2015 Report Share Posted August 21, 2015 Hi I am a beginner. I'm installing systemc231 on Ubuntu and I have done this Tar -xzvf systemc-2.3.1.tgz Cd systemc-2.3.1 Sudo mkdir /usr/local/systemc231 Mkdir objdir Cd objdir Export cxx="<compiler>" Export cxx=g++ Export cxx=clang++ Seven cxx g++ It answers :command not found Then I continued: ../configure It took a moment and check something but finally it answered : Configure:error: in /home/Ubuntu/systemc-2.3.1/objdir': Configure:error:c++compiler cannot create executables see 'config.log' for more details And then I continued : Make And it answered : Make:*** no targets specified no makefile found. Stop. Now what can l do? Quote Link to comment Share on other sites More sharing options...
apfitch Posted August 22, 2015 Report Share Posted August 22, 2015 You only need one export e.g. export CXX=g++ Once you've done that, try typing g++ --version and see what happens. That will check if you actually have g++ installed, regards Alan Quote Link to comment Share on other sites More sharing options...
Maryam Posted August 24, 2015 Author Report Share Posted August 24, 2015 Hello again Thank you for replying Now, during configuration I see this error:" compiler not supported " How can I fix this one? Thanks Maryam Quote Link to comment Share on other sites More sharing options...
Maryam Posted August 30, 2015 Author Report Share Posted August 30, 2015 this is the process I have done to install systemc230 on ubuntu 13.04: <a href="http://paste.ubuntu....m/12228960/</a>As you can see, I have several errors.In addition I have tried this process with making objdir and have got the same results. I have also install g++ ( sudo apt-get install g++) and all are the newest versions.I had the same errors in installing systemc220 and even more in systemc231. I have downloaded necassery software ( gun make, gcc and clang ) but I dont know, what I am supossed to do with them and in which folder, I should save them.please help me if you can Quote Link to comment Share on other sites More sharing options...
apfitch Posted August 31, 2015 Report Share Posted August 31, 2015 The example you show says checking for g++... no which suggests you haven't got g++ installed. Can you answer my previous question please? What happens if you type g++ --version ? regards Alan Quote Link to comment Share on other sites More sharing options...
Maryam Posted September 16, 2015 Author Report Share Posted September 16, 2015 Hi Alan I figured out that the version of ubuntu (13.04) was not good and I could not install g++ on it , so I have installed a new version (ubuntu 15.04) I am trying to install systemc on this version. thank you maryam Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.