Anyone done a fresh install recently? Setting up m...
# xschem
w
Anyone done a fresh install recently? Setting up my new desktop and things seem broken. When I try to start xschem from the my tapeout project folder I get:
Copy code
Tcl_AppInit() error: can not execute /usr/local/share/xschem/xschem.tcl, please fix:
s
Did you build and install xschem from the xschem git repository? You need to install xschem from sources and build / install. Ensure no xschem is installed from the ubuntu/your linux system package manager as these versions are too old. You can start xschem with debug mode enabled (xschem -d 1) and post the log here.
w
My bad description, it was actually unable to run a command in the tcl file itself. I resolved the issue and mentioned it chat
Copy code
Ah, my issue is resolved. It looks like at some point openPDKs was installing in /usr/share/pdk/ and now it installs in /usr/local/share/pdk/, so the paths for some things, such as xschemrc files are incorrect
👍 1