joe_fox Posted April 14, 2016 Report Share Posted April 14, 2016 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! Quote Link to comment Share on other sites More sharing options...
Stephan Gerth Posted April 15, 2016 Report Share Posted April 15, 2016 Hi! I just tried to reproduce this (Fedora 23, GCC 5.3.1) but failed: ./configure && make && make install && make check works without problem. Have you tried building from a fresh directory? 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.