libsystemctlm-soc
libsystemctlm-soc copied to clipboard
Getting errors while building RTL-bridges ACE example
There is a problem with building examples for RTL modules.
I'm currently working on docker, which means every package needed is installed properly.
$ cd tests/ $ make examples-run
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
$ make all
but it gave me result like this.
make[1]: *** [Makefile:100: obj_dir/Vace_mst__ALL.a] Error 255 make[1]: Leaving directory '/home/builder/sources/libsystemctlm-soc/tests/rtl-bridges/ace' make: *** [Makefile:62: rtl-bridges/ace] Error 2
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.
make[1]: *** [ace-mst-test.o] Error 1 make[1]: Leaving directory '/home/soc/posh-rtl-birdges-refdesigns/libsystemctlm-soc/tests/rtl-bridges/ace' Makefile:62: recipe for traget 'rtl-bridges/ace' failed make: *** [rtl-bridges/ace] Error 2
Thanks.