#448 Unable to install open_pdk
Issue created by
emmagood987
Hi,
I am trying to install OpenPDK in my WSL2 based Ubuntu 24.04. I am getting error while doing the
process and unable to proceed. I hope someone can help me.
First, I installed Xschem, Magic and ngspice successfully. Then I started installing OpenPDK.
I ran the following commands:
1. git clone
https://github.com/RTimothyEdwards/open_pdks
This command ran OK.
2. cd open_pdks
3. ./configure --enable-sky130-pdk --prefix=/home/emma
This command also went OK. Pls see screenshot_1.jpg
Screenshot_1
4. make
After 45 min this command exited with ‘error2’. The log has several of the following errors:
……..
……..
make[3]:
* [Makefile
1524 primitive-B] Error 1
make[3]: Leaving directory '/home/nir/open_pdks/sky130'
make[2]:
* [Makefile
1407 primitive-build-B] Error 2
make[2]: Leaving directory '/home/nir/open_pdks/sky130'
make[1]:
* [Makefile
1053 all-B] Error 2
make[1]:
* Waiting for unfinished jobs....
make[3]:
* [Makefile
1524 primitive-A] Error 1
make[3]: Leaving directory '/home/nir/open_pdks/sky130'
make[2]:
* [Makefile
1407 primitive-build-A] Error 2
make[2]: Leaving directory '/home/nir/open_pdks/sky130'
make[1]:
* [Makefile
1053 all-A] Error 2
make[1]: Leaving directory '/home/nir/open_pdks/sky130'
make:
* [Makefile
132 tech-sky130] Error 2
Pls see the screenshot_2.jpg
Screenshot_2
5. sudo make install
This command is exiting with ‘error2’. Pls see the screenshot_3.jpg
Screenshot_3
Can you pls tell me why I am getting this error and most importantly, how to overcome it?
I look forward to your response.
Thanks,
Emma.
RTimothyEdwards/open_pdks