Hello, when I tried to biuld the example caravel project, I keep having this error, does anyone knows why?
$ make user_project_wrapper_empty
###############################################
sh: flow.tcl: command not found
make: * [user_project_wrapper_empty] Error 127
b
Baloch
06/11/2021, 4:55 AM
Re-check your OPENLANE_ROOT, it is set but probably to a different directory.
May be by mistake you set it to the OpenLANE folder in caravel_user_proj but you need to set it to the install directory for OpenLANE
Baloch
06/11/2021, 4:55 AM
@Peijun Hou
m
Matt Venn
06/11/2021, 6:40 AM
Also I'm not sure if empty is a valid target
Matt Venn
06/11/2021, 6:41 AM
Never tried it, but I would go for user_project_wrapper instead
j
jeffdi
06/11/2021, 2:26 PM
yes - this is not a valid target for the project. the targets are user_proj_example followed by user_project_wrapper
p
Peijun Hou
06/11/2021, 2:49 PM
Thank you all! By your instructions I solve the problem!
n
Nihar Gowda S
03/16/2024, 6:31 AM
@Peijun Hou
Can you explain how did you solved the problem