Does anyone know what to do with this error: In file included from kernel/driver.cc:20: ./kernel/yo...
s
Does anyone know what to do with this error: In file included from kernel/driver.cc20 ./kernel/yosys.h8112: fatal error: tcl.h: No such file or directory  # include <tcl.h>             ^~~~~~~ compilation terminated.
n
might need to install something separate to get the tcl headers (for example,
sudo apt-get install tcl-dev
on Ubuntu)