2) Run: pitonstream -b vc707 -f lsu_misses.s
Can't exec "bw_cpp": Not a directory at /home/cmuresearch/Research/openpiton/piton/tools/src/sims/sims,1.262 line 4057.
<princeton_c_tests>
custom custom.s
</princeton_c_tests>
We have been using pitonstream for more than a year in different setups.
In patricular, we tried it on VM runing Ubuntu 14.04, host running 16.04, host running Arch Linux.
The errors which you are decribing are related to compilation phase (hboot.s problem and midas problem you specified), and we didn't modify this flow provided by OpenSpar T1.
This makes me think that you have a particular environment which causes these problems.
So, can you please try to create a new Piton working folder (just untar archive from release 4), source Piton settings and run
sims -vcs_build -sys=manycore
sims -vcs_run -sys=manycore princeton-test-test.s
and tell us what is the test PASS?
After this works, you can be sure that piton tools can correctly compile and execute assembly tests.
Having that working, we will be able to move forward with pitonstream.
Alexey