Jump to content

Installing SystemC by MSYS error


hubert0408

Recommended Posts

Hi,

 

    There is some errors when I compile the library. I really cannot figure out what's they means.  Here is the errors during make.    

make[3]: Entering directory 'd:/SystemC/systemc-2.3.1/src/sysc/datatypes'
process_begin: CreateProcess(NULL, /bin/mkdir -p bit, ...) failed.
make (e=2):
Makefile:495: recipe for target 'bit/.dirstamp' failed
make[3]: *** [bit/.dirstamp] Error 2
make[3]: Leaving directory 'd:/SystemC/systemc-2.3.1/src/sysc/datatypes'
Makefile:572: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 'd:/SystemC/systemc-2.3.1/src/sysc'
Makefile:422: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 'd:/SystemC/systemc-2.3.1/src'
Makefile:434: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1 

    Thank you in advance!

Link to comment
Share on other sites

  • 5 years later...

Hi there 🙂

Just a quick hint if anyone wants to build SystemC for Windows using MSYS2 - there seems to be issue while using .configure-based flow (linker complains about missing references in some coroutines' stuff) - for me using CMake allowed to build library.

Best regards!

Link to comment
Share on other sites

Thanks @raku99 for reporting this issue. Could you please have a look to accellera-official/systemc#3 on GitHub to check whether it is the same issue? If yes, it would be nice if you would add any additional information, you may have on it. If not, please open a new issue and provide some more details about the exact platform and toolchain you are using as well as instructions how to reproduce your issue. MSYS2 provides nowadays already 6 environments with different toolchains, so we require that information to reproduce your issue.

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