https://open-source-silicon.dev logo
s

selamu said

05/20/2021, 5:28 PM
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

Noah Moroze

05/20/2021, 9:35 PM
might need to install something separate to get the tcl headers (for example,
sudo apt-get install tcl-dev
on Ubuntu)