The-OpenROAD-Project / OpenSTA

OpenSTA engine
GNU General Public License v3.0
389 stars 170 forks source link

COmpilation error please do need help #93

Closed csvijay43 closed 2 years ago

csvijay43 commented 2 years ago

[ 70%] Building CXX object CMakeFiles/OpenSTA.dir/search/Power.cc.o /bin/c++ -I/home/veera/vsdflow/work/tools/OpenSTA/include -I/home/veera/vsdflow/work/tools/OpenSTA/include/sta -I/home/veera/vsdflow/work/tools/OpenSTA -O3 -DNDEBUG -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security -std=c++11 -o CMakeFiles/OpenSTA.dir/search/Power.cc.o -c /home/veera/vsdflow/work/tools/OpenSTA/search/Power.cc /home/veera/vsdflow/work/tools/OpenSTA/search/Power.cc: In member function ‘float sta::Power::findInputDuty(const sta::Pin, const sta::Instance, sta::FuncExpr, sta::InternalPower)’: /home/veera/vsdflow/work/tools/OpenSTA/search/Power.cc:876:22: error: ‘isnormal’ was not declared in this scope if (!isnormal(duty)) ^ /home/veera/vsdflow/work/tools/OpenSTA/search/Power.cc:876:22: note: suggested alternative: In file included from /usr/include/c++/4.8.2/random:38:0, from /usr/include/c++/4.8.2/bits/stl_algo.h:65, from /usr/include/c++/4.8.2/algorithm:62, from /home/veera/vsdflow/work/tools/OpenSTA/include/sta/UnorderedMap.hh:20, from /home/veera/vsdflow/work/tools/OpenSTA/search/Power.hh:21, from /home/veera/vsdflow/work/tools/OpenSTA/search/Power.cc:17: /usr/include/c++/4.8.2/cmath:650:5: note: ‘std::isnormal’ isnormal(_Tp __x) ^ make[2]: [CMakeFiles/OpenSTA.dir/search/Power.cc.o] Error 1 make[2]: Leaving directory `/home/veera/vsdflow/work/tools/OpenSTA/build' make[1]: [CMakeFiles/OpenSTA.dir/all] Error 2 make[1]: Leaving directory `/home/veera/vsdflow/work/tools/OpenSTA/build' make: *** [all] Error 2

jjcherry56 commented 2 years ago

fixed

csvijay43 commented 2 years ago

Thank you very much for the support.

On Mon, 28 Feb 2022 at 21:07, James Cherry @.***> wrote:

Closed #93 https://github.com/The-OpenROAD-Project/OpenSTA/issues/93.

— Reply to this email directly, view it on GitHub https://github.com/The-OpenROAD-Project/OpenSTA/issues/93#event-6155578346, or unsubscribe https://github.com/notifications/unsubscribe-auth/AX7PCO3ZCU4R7UI4H5J7OTLU5OJEPANCNFSM5PRJU2WQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>