#297 Issues encountered when installing v0.12 bran...
# openlane
g
#297 Issues encountered when installing v0.12 branch Issue opened by IanBoyanZhang Describe the bug Trying to follow the quickstart guide to install the toolchain. Hitting below error when
make pdk
Copy code
mkdir -p /home/pdks/open_pdks/sky130/sky130A/libs.tech/xschem
mkdir -p /home/pdks/open_pdks/sky130/sky130A/libs.tech/xschem
# Copy the entire repository (other than .git, if it exists)
if test "x../sources/xschem_sky130" != "x" ; then \
    cp -rp ../sources/xschem_sky130/* /home/pdks/open_pdks/sky130/sky130A/libs.tech/xschem ; \
fi
cp: cannot stat '../sources/xschem_sky130/*': No such file or directory
make[1]: *** [xschem-a] Error 1
make[1]: Leaving directory `/home/pdks/open_pdks/sky130'
make: *** [all-a] Error 2
To Reproduce Steps to reproduce the behavior:
Copy code
git clone <https://github.com/efabless/openlane.git> --branch v0.12
    cd openlane/
    # Default PDK_ROOT is $(pwd)/pdks. If you want to install the PDK at a differnt location, uncomment the next line.
    #export PDK_ROOT=<absolute path to where skywater-pdk and open_pdks will reside>
    make openlane
    make pdk
Expected behavior N/A Screenshots If applicable, add screenshots to help explain your problem. Desktop (please complete the following information): • OS: Ubuntu 18.04 • Openlane Version [e.g. v0.12] • open_pdks Version: [b9ffc1f] • skywater-pdk Version: [commit hash] efabless/openlane