I'm trying to install caravel_user_project and see...
# caravel
j
I'm trying to install caravel_user_project and seeing the following error during "make install". error: pathspec 'master' did not match any file(s) known to git. Could someone help?
m
weird, are you on the correct tag for caravel_user_project? mpw-3?
j
Yes, I'm
I have cloned the caravel user project from https://github.com/efabless/caravel_user_project and tried to run "make install". It's showing me the above error.
m
I just checked it and have no problem
image.png
j
Thank you. @Matt Venn I followed the same steps as you did and still seeing the errors
m
what is your CARAVEL_ROOT set to?
and did you set CARAVEL_LITE ?\
j
yes, I'm setting export CARAVEL_LITE=0
m
try without that? maybe it's currently broken
j
It's working fine when I run export CARAVEL_LITE=1. Is CARAVEL_LITE enough for mpw-3 submission?
m
yes
@Manar Abdelatty seems if CARAVEL_LITE=0 then make install is broken
j
Great. Thank you very much!
m
@Janani Aravind try deleting the
.gitmodules
file before
make install
with
CARAVEL_LITE=0
. I think it mistakenly got included in the repo. @Manar Abdelatty
j
Sure. Thanks