Hello, when I tried to biuld the example caravel p...
# shuttle
p
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
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
@Peijun Hou
m
Also I'm not sure if empty is a valid target
Never tried it, but I would go for user_project_wrapper instead
j
yes - this is not a valid target for the project. the targets are user_proj_example followed by user_project_wrapper
p
Thank you all! By your instructions I solve the problem!
n
@Peijun Hou Can you explain how did you solved the problem