OpenROAD-flow-scripts icon indicating copy to clipboard operation
OpenROAD-flow-scripts copied to clipboard

Issue 'map' file not found

Open farhan-sw opened this issue 9 months ago • 1 comments

I have successfully installed the dependencies in the script. However, when building, I encountered the error 'map' file not found.

./kernel/yosys_common.h:23:10: fatal error: 'map' file not found

build_openroad.log

farhan-sw avatar Mar 14 '25 07:03 farhan-sw

Please follow the issue template so we can better help you. What is your OS? What commands did you run to install the dependencies? What is the version of ORFS you are using?

vvbandeira avatar Mar 14 '25 15:03 vvbandeira

This is related to yosys issue: https://github.com/YosysHQ/yosys/issues/4244

mguthaus avatar Apr 17 '25 17:04 mguthaus

I've found that the OR dependency installer misses some dependencies on Ubuntu 24.04: sudo apt install libstdc++-14-dev and on Ubuntu 22.04: sudo apt install libstdc++-12-dev

mguthaus avatar Apr 17 '25 17:04 mguthaus

If you wish you can PR the dependency installer as it sounds like you have a machine to test on that shows the issue.

maliberty avatar Apr 17 '25 18:04 maliberty

@maliberty I pushed a change to the OpenROAD DependencyInstaller.sh, but then I realized that ORFS has it's own.

This should probably be in ORFS instead since it is used by Yosys.

mguthaus avatar Apr 17 '25 19:04 mguthaus

Support for Ubuntu 24.04 has been improved in the latest master. Please reopen if the problem is still happening.

vvbandeira avatar Aug 22 '25 14:08 vvbandeira