tenstorrent / tt-buda

Tenstorrent TT-BUDA Repository
Other
162 stars 21 forks source link

tt-buda env_for_wormhole_b0.sh build problem #22

Open hanw opened 2 months ago

hanw commented 2 months ago

Currently, the env_for_wormhole_b0.sh script returns an error.

~/p/tt-buda-2$ bash env_for_wormhole_b0.sh
CC=gcc CXX=g++ CONFIG=release ARCH_NAME=wormhole_b0 DEVICE_VERSIM_INSTALL_ROOT=third_party/budabackend ROOT=/home/hanwang/p/tt-buda-2/third_party/budabackend /home/hanwang/p/cosmocc/bin/make -C third_party/budabackend backend build_hw dbd
make[2]: Nothing to be done for 'all'.
make[3]: Entering directory '/home/hanwang/p/tt-buda-2/third_party/budabackend'
make[3]:  src/firmware/riscv/targets/erisc: No such file or directory.  Stop.
make[3]: Leaving directory '/home/hanwang/p/tt-buda-2/third_party/budabackend'
make[2]:  [src/firmware/module.mk:30: src/firmware/clean] Error 2
make[1]:  [src/firmware/module.mk:16: change-config] Error 2
make[1]:  Waiting for unfinished jobs....

Creating the issue to track the open-source effort on wormhole support.

staylorTT commented 2 months ago

We are investigating the dependency that was removed, it was done intentionally and we will work to get the build working as expected. We have active conversations internally on what the best approach for this will be. Please stay tuned.