Jump to content

getting error when installing


Recommended Posts

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
 
 
Link to comment
Share on other sites

  • 1 month later...

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
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...