Issue 'map' file not found
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
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?
This is related to yosys issue: https://github.com/YosysHQ/yosys/issues/4244
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
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 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.
Support for Ubuntu 24.04 has been improved in the latest master. Please reopen if the problem is still happening.