Jump to content

Recommended Posts

Posted

 

 

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.

  • 2 weeks later...
Posted

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

 

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