Jacob Posted November 21 Report Posted November 21 I installed systemc-3.0.1, do the following steps: 1. mkdir objdir 2. cd objdir 3. ../configure --prefix=/home/xxxx/Software/systemc 4. gmake -j16 The process had a error: No rule to make target 'DEVELOPMENT.md', needed by 'all-am'. Stop. I think my steps are correct, but something went wrong. Please help me. There are some informations about my PC: System: Ubuntu 22.04.4 LTS gcc --version: 11.4.0 g++ --version: 11.4.0 Thanks. Quote
AmeyaVS Posted Tuesday at 07:20 AM Report Posted Tuesday at 07:20 AM Hello @Jacob, It seems the file DEVELOPMENT.md is missing in the packaged, as well as on the git branch. It would be better if you could use the main branch from github: https://github.com/accellera-official/systemc or you could download a copy of the file from github and place it docs/ subdirectory. It was renamed/removed in this commit: https://github.com/accellera-official/systemc/commit/b7446588fb55131fed5ad3c1706813f3e80d3bed and it was reintroduced/created again in this commit: https://github.com/accellera-official/systemc/commit/144977fb713e4268998521e5b580de4ea746c988 Hope this helps. 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.