Hello, I have a question as I was installing the P...
# sky130
u
Hello, I have a question as I was installing the PDK while setting up a new development environment. I'm trying to install the PDK using open-pdk, but it seems like there is no "--enable-sky130-pdk" option in the "./configure". Is there a prerequisite step that needs to be done to use this option? Ignoring this for now and continuing with the process, I observed that during the "make" process, an error similar to the one shown in the picture occurs.
t
"configure" will take "--enable-sky130-pdk"; there is something about the way that the configuration options are defined with variables that apparently doesn't work with the way that autoconf generates its automatic usage information.
Fatal errors that stop the build process have to be tracked down in the output log file. Doing
make -j 1
can help by forcing a single thread so that the output isn't the scrambled text of multiple threads. The first thing to check is your version number for magic, which is the most common reason for the build to stop early.
u
Thank you. I'll try changing the "magic" version