-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting errors while building RTL-bridges ACE example #8
Comments
Hi Andy, There should have been an error message from the compiler before make[1] bails out, could you please post the compilation error messages so we can have a look? Thanks, |
@ Docker
It seems like some messages have been changed. I just used
to log.. that's the only difference. @ Ubuntu (which I manually installed packages)
|
I see. We're going to need to look at the error in your make.log file. The Ubuntu error seems related to using older verilators that have had some bugs with SystemC support. 4.016 is for example known to work. Best regards, |
As for docker, I made it work by changing size of memory and swap. Thanks for your help. Have a nice day 👍 |
Ah I see, If there's something wrong with 4.101 that'll be something we'd like to fix. Thanks for reporting it, I'll have a look at 4.101 on my side. You too, have a nice weekend! |
There is a problem with building examples for RTL modules.
I'm currently working on docker, which means every package needed is installed properly.
Thus this works fine and I could get a vcd result.
However, what I want to do is test ACE RTL modules, so I tried
but it gave me result like this.
I also tried this at Ubuntu 18.04 and it still works fine with "make examples-run", and gets errors with "make all".
In this case, errors are like this.
Thanks.
The text was updated successfully, but these errors were encountered: