Hello all, I am facing this problem when I'm runn...
# gf180mcu
t
Hello all, I am facing this problem when I'm running make setup command. Can someone address the issue??
m
@Tanmay Sorry to hear that you’re having problems. I assume that you’ve cloned
caravel_user_project
and are trying to install from there. Looks like you tried
make install
(which installs
caravel-lite
) first, but that didn’t work because
could not resolve host
. However, when you tried
make setup
next,
caravel-lite
was installed correctly! However, the Makefile stopped again with
could not resolve host
. Sounds like it might be an intermittent internet connection. Is that likely? Maybe you could just try
make setup
again.