yuhang Posted November 8, 2013 Report Posted November 8, 2013 Hello all, I was trying to install systemc-2.3.0 as instruction in the INSTALL file. I successfully configure the file using systemc-2.3.0/objdir$ ../configure --prefix=/usr/local/systemc2.3.0 But when I tried to run make The error happens: make[4]: Entering directory `/home/yuhang/Software/systemc-2.3.0/objdir/examples/sysc/2.3/include' make[4]: *** No rule to make target `sc_rvd.h', needed by `all-am'. Stop. I was using system 2.2.0 before. I installed a new ubuntu so I want to install systemc-2.3.0. Could someone help me solve the problem? Thanks, Yuhang Quote
yuhang Posted November 8, 2013 Author Report Posted November 8, 2013 I'm using ubuntu 12.04 with gcc 4.6.3 by the way Quote
satbinderram Posted December 9, 2013 Report Posted December 9, 2013 Hi, I'm getting similiar problem during installation process, I'm using ubuntu and my version of gcc is 4.4.3 and I'm getting foolowing error after configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /home/msb/tools/systemC/scv-1.0p2-sysc2.2/missing: Unknown `--run' option Try `/home/msb/tools/systemC/scv-1.0p2-sysc2.2/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ranlib... ranlib checking make for GNU make... found 3.81 which is OK checking for GNU ld... yes checking for assembler... Assembler found checking "for supported C++ compiler"... configure: WARNING: gcc 4.4 is not a supported version (i.e. (2.95|2.96|3.2)). Beware. checking "for supported operating system"... linux-gnu is supported checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for shl_load in -ldld... no setting compiler flags for Intel (Linux) setting compiler flags for g++ setting library options for g++ on Intel Linux checking "for working C++ compiler"... configure: error: A bad C++ compiler or library or linker found. Please check your C++ installation. The testfile that failed: ./conftest.cc may be useful in helping you find the problem. I don't have any clue to the issue can anyone support? With best regards Satbinder S. Ram Quote
apfitch Posted December 9, 2013 Report Posted December 9, 2013 That looks like the error you used to get with SystemC 2.2 - are you installing 2.2 or 2.3? 2.3 should work, Alan Quote
satbinderram Posted December 10, 2013 Report Posted December 10, 2013 Hi Allan, I just installed systemC 2.3 on an ubuntu 32bit machine. I would like to install scv-1.0p2-sysc2.2, is that ok or can I find a newer one somewhere? With best regards Ram Quote
apfitch Posted December 12, 2013 Report Posted December 12, 2013 Hi Ram, at the moment there isn't a newer one, but the VWG are working on it as I write. If you can join the VWG you could download the beta latest version, but I'm confused (!) by the rules over who can join and who can observer a working group. regards Alan Quote
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.