OpenSTA icon indicating copy to clipboard operation
OpenSTA copied to clipboard

Please resolve the following thing about CUDD_LIB.

Open sc256356 opened this issue 9 months ago • 0 comments

Please resolve the following thing about CUDD_LIB, earlier I could use OpenSTA but now I can't move after cmake .. command, please help me, I will be very thankful whoever will resolve this issue. I have copied the code from my wsl to show whaat it is showing after cmake while installing OpenSTA.

sc256356@Shubhankar:~$ git clone https://github.com/The-OpenRoad-Project/OpenSTA.git Cloning into 'OpenSTA'... remote: Enumerating objects: 17767, done. remote: Counting objects: 100% (3493/3493), done. remote: Compressing objects: 100% (472/472), done. remote: Total 17767 (delta 3235), reused 3021 (delta 3021), pack-reused 14274 (from 3) Receiving objects: 100% (17767/17767), 49.01 MiB | 1.53 MiB/s, done. Resolving deltas: 100% (14054/14054), done. sc256356@Shubhankar:~$ cd OpenSTA sc256356@Shubhankar:~/OpenSTA$ mkdir build sc256356@Shubhankar:~/OpenSTA$ cd build sc256356@Shubhankar:~/OpenSTA/build$ cmake .. -- The CXX compiler identification is GNU 13.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- STA version: 2.6.0 -- STA git sha: 5a46b3ceb2ad40eddcf7f118093a24258240c74c -- System name: Linux -- Compiler: GNU 13.3.0 -- Build type: RELEASE -- Build CXX_FLAGS: -O3 -DNDEBUG -- Install prefix: /usr/local -- Found FLEX: /usr/bin/flex (found version "2.6.4") -- Found BISON: /usr/bin/bison (found version "3.8.2") -- TCL library: /usr/lib/x86_64-linux-gnu/libtcl.so -- TCL header: /usr/include/tcl/tcl.h -- TCL readline library: NOT FOUND -- TCL readline header: NOT FOUND -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- CUDD library: not found -- SSTA: 0 -- Found SWIG: /usr/bin/swig4.0 (found suitable version "4.2.0", minimum required is "3.0") -- STA executable: /home/sc256356/OpenSTA/app/sta -- Configuring done (18.5s) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDD_LIB linked by target "OpenSTA" in directory /home/sc256356/OpenSTA

-- Generating done (0.4s) CMake Generate step failed. Build files cannot be regenerated correctly. sc256356@Shubhankar:~/OpenSTA/build$ sudo apt install cmake [sudo] password for sc256356: Reading package lists... Done Building dependency tree... Done Reading state information... Done cmake is already the newest version (3.28.3-1build7). 0 upgraded, 0 newly installed, 0 to remove and 90 not upgraded. sc256356@Shubhankar:~/OpenSTA/build$ cmake -DCUDD_DIR=<CUDD_INSTALL_DIR> -bash: syntax error near unexpected token newline' sc256356@Shubhankar:~/OpenSTA/build$ cmake -DCUDD_DIR=<CUDD_INSTALL_DIR> ,. -bash: CUDD_INSTALL_DIR: No such file or directory sc256356@Shubhankar:~/OpenSTA/build$ cmake -DCUDD_DIR=<CUDD_LIB> -bash: syntax error near unexpected token newline' sc256356@Shubhankar:~/OpenSTA/build$ cmake -DCUDD_DIR= CUDD_LIB CMake Error: The source directory "/home/sc256356/OpenSTA/build/CUDD_LIB" does not exist. Specify --help for usage, or press the help button on the CMake GUI.

sc256356 avatar Mar 19 '25 16:03 sc256356