OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

Build failure: undefined reference

Open DoraemonMiku opened this issue 2 months ago • 4 comments

Describe the bug

Hello, I was able to successfully build the project a few days ago, but recently, when I tried to recreate the same virtual machine setup, the build failed. It appears that OpenROAD may have introduced some changes that are causing this issue. Could you please advise on how to resolve this? Thank you! Image

Expected Behavior

see above

Environment

Ubuntu 22.04.5 desktop with vmware

To Reproduce

git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts cd OpenROAD-flow-scripts sudo ./setup.sh

./build_openroad.sh --local

Relevant log output


Screenshots

No response

Additional Context

No response

DoraemonMiku avatar Oct 25 '25 06:10 DoraemonMiku

It works when I commented all test target

Image

DoraemonMiku avatar Oct 25 '25 10:10 DoraemonMiku

You can build with cmake -DENABLE_TESTS=OFF .. and that will disable the test builds (does the same as your suggestion)

gadfort avatar Oct 25 '25 13:10 gadfort

Looks similar to #8737

maliberty avatar Oct 25 '25 15:10 maliberty

Same problem exists on macOS, good to see that it’s also on Linux …

stefanottili avatar Oct 26 '25 23:10 stefanottili