<@U016EM8L91B> building a fresh cloned open_pdks w...
# gf180mcu
s
@Tim Edwards building a fresh cloned open_pdks with the
--enable-gf180mcu-pdk
option aborts with following message.
Copy code
./configure --enable-sky130-pdk --enable-gf180mcu-pdk --prefix=/home/schippes
...
make
...
Generated file gf180mcuC/libs.ref/gf180mcu_fd_sc_mcu7t5v0/techlef/gf180mcu_fd_sc_mcu7t5v0__nom.tlef (Done)
make[3]: Leaving directory '/mnt/sda7/open_pdks_git/gf180mcu'
make[2]: Leaving directory '/mnt/sda7/open_pdks_git/gf180mcu'
make[1]: *** [Makefile:578: all-C] Error 2
make[1]: Leaving directory '/mnt/sda7/open_pdks_git/gf180mcu'
make: *** [Makefile:132: tech-gf180mcu] Error 2
If you need additional info let me know. Thanks
t
I still have not cleaned up the error and warning messages in open_pdks which makes finding an actual error a bit of looking for a needle in a haystack. I will give this a try, though, and let you know what I find.
@Stefan Schippers: Probably I will need more information. I just did a full update and build, and I didn't get any errors.
I see that you enabled both PDKs in the same build. That doesn't seem to be related to the error, which states that it came from
make tech-gf180mcu
, but just FYI, the build I did was only gf180mcu.
s
ok will try that
@Tim Edwards Followup: updated my magic install, and built first gf180mcu (./configure...; make; make install) and then sky130. This way all pdks got built and installed. Thank you.