Closed jake-ke closed 7 months ago
tapa-clang
is required even if you are running tapac
from CLI since 898fbf52d8b511407e212e031c5f8b2affe3be7c. Assuming you were following https://tapa.readthedocs.io/en/release/installation.html#build-and-installation, one more line is needed:
sudo ln -sf "${PWD}"/backend/tapa-clang /usr/local/bin/
The documentation needs to be updated.
I installed the latest TAPA from source. make test passed. When I run
cd apps/vadd && source run_tapa.sh
, I got the following error:It seems to be looking for
tapa-clang
in/usr/local/bin
. From the past TAPA installation, I don't think we used to have that. What am I missing during the installation?