Jump to content

Compiling SystemC 2.3.1 on Fedora 23


joe_fox

Recommended Posts

Hello!

 

I'm currently trying to compile SystemC 2.3.1 on Fedora 23. My basic procedure is: First, invoke ./configure, then make. Unfortunately, I run into an error there, for which I cannot find any useful help online:

Making all in docs
make[1]: Entering directory '/home/joe/Documents/systemc-2.3.1/objdir/docs'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/joe/Documents/systemc-2.3.1/objdir/docs'
Making all in src
make[1]: Entering directory '/home/joe/Documents/systemc-2.3.1/objdir/src'
Making all in sysc
make[2]: Entering directory '/home/joe/Documents/systemc-2.3.1/objdir/src/sysc'
Making all in kernel
make[3]: Entering directory '/home/joe/Documents/systemc-2.3.1/objdir/src/sysc/kernel'
  CXX    sc_attribute.lo
libtool: compile: Failed to create `.libs'
Makefile:548: recipe for target 'sc_attribute.lo' failed
make[3]: *** [sc_attribute.lo] Error 1
make[3]: Leaving directory '/home/joe/Documents/systemc-2.3.1/objdir/src/sysc/kernel'
Makefile:572: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/joe/Documents/systemc-2.3.1/objdir/src/sysc'
Makefile:422: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/joe/Documents/systemc-2.3.1/objdir/src'
Makefile:434: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

My initial guess is that it's a compiler issue. I'm using gcc 5.3.1. Are there any known issues related to that version?

 

I would be very glad for some help! Thank you very much for your assistance in advance!

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...