#50 readlink: missing operand Issue opened by mith...
# open_pdks
g
#50 readlink: missing operand Issue opened by mithro While the configure script seems to complete, there is a
readlink: missing operand
error in the output.
Copy code
tim@desktop:~/github/RTimothyEdwards/open_pdks$ ./configure --with-sky130-source=$HOME/github/google/skywater-pdk/ --with-sky130-local-path=/opt/skywater-pdk
configure: Found technology directories: sky130
configure: Checking whether source path is specified for 'sky130'
configure: Checking specified path for 'sky130' at /home/tim/github/google/skywater-pdk
checking for /home/tim/github/google/skywater-pdk... yes
configure: 'sky130' source path found at /home/tim/github/google/skywater-pdk
configure: Checking whether local path is specified for 'sky130'
configure: Checking whether distribution path is specified for 'sky130'
configure: Option --with-sky130-dist-path=<path> not specified.  Local install only."
readlink: missing operand
Try 'readlink --help' for more information.
RTimothyEdwards/open_pdks