Dear Liana,
I am trying to run my first script but I don’t know how to start.
In "How to use" it is mentioned that the execution of MPSoCBench execution is controlled through the command line tool.
Kindly, can you advice me how to reach this tool and start my first example.
Using the other option "manually" controlling MPSoCBench:
1. I changed the makfile (included in the MPSoCBench directory) to the following:
export PROCESSOR := arm
export SOFTWARE := water-spatial
export NUMPROCESSORS := 8
export CROSS := $(PROCESSOR)-elf-gcc
export PLATFORM :=
platform.noc.ltexport POWER_SIM_FLAG :=
export WAIT_TRANSPORT_FLAG := -DWAIT_TRANSPORT
export TRANSPORT := block
include Makefile.conf
include Makefile.rules
2. The following results appears on the terminal:
lubnabadri@lubnabadri-HP-Pavilion-g6-Notebook-PC:~/MPSoCBench$ make
Making IP tlm_memory ...
In file included from tlm_memory.cpp:53:0:
tlm_memory.h:51:29: fatal error: ac_tlm_protocol.H: No such file or directory
compilation terminated.
make[1]: *** [tlm_memory.o] Error 1
Making IP tlm_lock ...
In file included from tlm_lock.cpp:13:0:
tlm_lock.h:40:29: fatal error: ac_tlm_protocol.H: No such file or directory
compilation terminated.
make[1]: *** [tlm_lock.o] Error 1
Making IS tlm_noc_lt ...
In file included from tlm_noc.cpp:14:0:
tlm_noc.h:19:29: fatal error: ac_tlm_protocol.H: No such file or directory
compilation terminated.
make[1]: *** [tlm_noc.o] Error 1
Making Processor arm ...
--- No simulator found, using acsim to generate one.
make[1]: /home/lubnabadri/archc/bin/acsim: Command not found
make[1]: *** [arm.cpp] Error 127
Making Software water-spatial ...
make[1]: arm-elf-gcc: Command not found
make[1]: *** [barrier.o] Error 127
cp: cannot stat `sw/water-spatial/*.x': No such file or directory
make: *** [all] Error 1
lubnabadri@lubnabadri-HP-Pavilion-g6-Notebook-PC:~/MPSoCBench$
knowing that the "makefile.conf" contents are:
export SYSTEMC:=/home/lubnabadri/systemc
export TLM_PATH := /home/lubnabadri/systemc/include
export ARCHC_PATH := /home/lubnabadri/l/archc
export POWERSC_PATH := /home/lubnabadri/powersc
export ARP:=$(PWD)
export PATH:=/l/archc/compilers/arm/bin:/l/archc/compilers/bin:/home/lubnabadri/l/archc/bin:$(PATH)
export HOST_OS:= linux
export LD_LIBRARY_PATH:=/home/lubnabadri/systemc/lib-linux:$(LD LIBRARY PATH) or
Thank you in advance
Regards;
Lubna Badri