The-OpenROAD-Project / TritonSizer

UCSD Sizer for leakage/dynamic power recovery, timing recovery
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

/bin/sh: line 1: ./bootstrap: No such file or directory #6

Open speedbooster opened 5 years ago

speedbooster commented 5 years ago

Hi, I'm doing make on CentOS7 and i got this:

Making directory /home/user/Downloads/openflow/TritonSizer/module/tcl/unix/install-sp/man/man3 Making directory /home/user/Downloads/openflow/TritonSizer/module/tcl/unix/install-sp/man/mann Installing and cross-linking top-level (.1) docs Installing and cross-linking C API (.3) docs Installing and cross-linking command (.n) docs make[1]: Leaving directory '/home/user/Downloads/openflow/TritonSizer/module/tcl/unix' cd module/OpenSTA && mkdir -p install-sp && \ ./bootstrap && ./configure --prefix=/home/user/Downloads/openflow/TritonSizer/module/OpenSTA/install-sp \ --with-lib=/home/user/Downloads/openflow/TritonSizer/module/tcl/unix/install-sp/lib \ --with-include=/home/user/Downloads/openflow/TritonSizer/module/tcl/unix/install-sp/include \ --with-tcl=/home/user/Downloads/openflow/TritonSizer/module/tcl/unix/install-sp/lib/tcl8.4 && \ make install; /bin/sh: line 1: ./bootstrap: No such file or directory make: *** [Makefile:14: sta] Error 127

chauncygu commented 3 years ago

I also have met the problem, could anyone help me solve it?