sprl111 Posted July 24 Report Posted July 24 Hello, I downloaded the Core SystemC Language and Examples (tar.gz) file into my RHEL 8 Linux VM and successfully installed the buildDebug part. While attempting to install the buildRelease part the install failed. I discovered that unlike in the case of the debug build, the buildRelease folder is empty. So, how do I install the buildRelease part of the library? Thanks. Quote
Matt Bone Posted July 24 Report Posted July 24 What commands did you run to do the installation? There are multiple methods for install (autoconf/configure vs. CMake) and details matter. Your message leads me to believe that you did a build and install of a Debug library. Then you tried to install a Release library, without doing a build of a Release library. Also note that it is not required to build both a Debug and Release library to run a program with SystemC. Only one variant of the library should be provided for linking into your program. Quote
sprl111 Posted July 26 Author Report Posted July 26 Yep, you're correct. It was my fault. Thanks. Quote
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.