Building OpenRoad locally on an Intel mac #637
Unanswered
ishwars1618
asked this question in
General
Replies: 2 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm a student learning digital design and would like to use OpenRoad. I am trying to build OpenRoad locally on my Macbook Pro (Catalina MacOS 10.15). I have installed pandas, tcl, libffi etc. using brew, and did a git clone to get the build scripts. However, when building it, I run into first "readlink: illegal option -- f", and then errors below (after which I aborted the build).
kernel/driver.cc:178:4: error: use of undeclared identifier 'append_history'
append_history(where_history() - yosys_history_offset, yosys_history_file.c_str());
^
kernel/driver.cc:188:27: error: use of undeclared identifier 'history_list'
HIST_ENTRY **hist_list = history_list();
Not sure how to fix the errors.
Can anyone share a complete setup for building OpenRoad locally on a Mac?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions