j_ard Posted December 13, 2019 Report Share Posted December 13, 2019 Hello Everyone, I'm trying to install SystemC onto Visual Studio 2017. I followed the instructions found in the INSTALL text file, but I am having a Linker error. Hopefully some here can point me to the right direction. Thank you, J Quote Link to comment Share on other sites More sharing options...
maehne Posted December 14, 2019 Report Share Posted December 14, 2019 Your message is not providing enough information about your environment. Which version of SystemC did you compile. I suggest you to start with the latest released version of the SystemC proof-of-concept library. Did you follow all the instructions found in section "Installation Notes for Windows" of INSTALL.md? Did you compile SystemC as a static library or DLL? Where you able to build and execute the examples coming along with the SystemC library? Did you also follow the instructions for "Creating SystemC Applications" when you compiled your test program? If you want to link your application against a DLL build of SystemC, you also have to following the instructions in the section "Building against a SystemC DLL". Especially, when running the simulation, your SystemC DLL needs to be in the PATH! 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.