ARI Posted August 3, 2023 Report Posted August 3, 2023 Hello Everyone, I hope this msg finds you all well. I am currently working on a project that requires building and generating the `libqt.a` library using the `qt` package available at `systemc-2.3.3/src/syscsysc/packages/qt`. As I'm relatively new to this process, I am reaching out to seek your assistance and guidance. I have already set up the necessary development tools and dependencies on my system. However, I am unsure about the specific steps required to build the library successfully. I would greatly appreciate it if you could provide me with some simple instructions or pointers on how to proceed. If you could kindly share the relevant build commands or any essential tips, it would be of immense help in completing this task. I want to make sure I can utilize the `libqt.a` library effectively for my project. Thank you for considering my request, and I'm looking forward to your valuable assistance. Please let me know if you require any further information from my end. Thanks and Regards, ARI Quote
Eyck Posted August 3, 2023 Report Posted August 3, 2023 This library gets automatically build when you build the libsystemc either using cmake or the autoconf tools according to the documentation. This package is used by SystemC to implement SC_THREADs so it will be part of libsystemc Quote
ARI Posted August 4, 2023 Author Report Posted August 4, 2023 Hi Eyck, Thanks for your reply. As you said libqt.a will be part of libsystemc lib. can we generate it separately? Best Regards, ARI Quote
AmeyaVS Posted August 5, 2023 Report Posted August 5, 2023 Hello @ARI, You could find the original sources here on GitHub: https://github.com/Onuonga/QuickThreads But looking at it from high-level the source has not been touched for a while. You could build SystemC library in verbose mode and capture the build logs. From there only focus on the source files you are interested in to extract the QuickThreads library. Regards, Ameya Vikram Singh 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.