make -C sim IPAPPROX= clean\n
make[1]: Entering directory '/pulp/sim'
make -C ../rtl/tb/remote_bitbang clean
make[2]: Entering directory '/pulp/rtl/tb/remote_bitbang'
rm -rf librbs.so remote_bitbang.o sim_jtag.o ./.d
make[2]: Leaving directory '/pulp/rtl/tb/remote_bitbang'
rm -r work
rm modelsim.ini
make[1]: Leaving directory '/pulp/sim'
make -C sim all
make[1]: Entering directory '/pulp/sim'
make -C ../rtl/tb/remote_bitbang clean
make[2]: Entering directory '/pulp/rtl/tb/remote_bitbang'
rm -rf librbs.so remote_bitbang.o sim_jtag.o ./.d
make[2]: Leaving directory '/pulp/rtl/tb/remote_bitbang'
rm -r work
rm modelsim.ini
chmod: cannot access 'modelsim.ini': No such file or directory
make[1]: *** [Makefile:57: lib] Error 1
make[1]: Leaving directory '/pulp/sim'
make: *** [Makefile:120: build] Error 2
I am trying to get started with PULP, however I get the message above when I run make build or make clean build. This happened on two different machines, one that used modelsim and one that used questasim. What should I do?
make -C sim IPAPPROX= clean\nmake[1]: Entering directory '/pulp/sim'make -C ../rtl/tb/remote_bitbang cleanmake[2]: Entering directory '/pulp/rtl/tb/remote_bitbang'rm -rf librbs.so remote_bitbang.o sim_jtag.o ./.dmake[2]: Leaving directory '/pulp/rtl/tb/remote_bitbang'rm -r workrm modelsim.inimake[1]: Leaving directory '/pulp/sim'make -C sim allmake[1]: Entering directory '/pulp/sim'make -C ../rtl/tb/remote_bitbang cleanmake[2]: Entering directory '/pulp/rtl/tb/remote_bitbang'rm -rf librbs.so remote_bitbang.o sim_jtag.o ./.dmake[2]: Leaving directory '/pulp/rtl/tb/remote_bitbang'rm -r workrm modelsim.inichmod: cannot access 'modelsim.ini': No such file or directorymake[1]: *** [Makefile:57: lib] Error 1make[1]: Leaving directory '/pulp/sim'make: *** [Makefile:120: build] Error 2I am trying to get started with PULP, however I get the message above when I run make build or make clean build. This happened on two different machines, one that used modelsim and one that used questasim. What should I do?