UCTRONICS_Smart_Robot_Car_RaspberryPi icon indicating copy to clipboard operation
UCTRONICS_Smart_Robot_Car_RaspberryPi copied to clipboard

CMake Error: The source directory "/home/pi/UCTRONICS_ ..." does not exist

Open yuyang08 opened this issue 5 years ago • 1 comments

I got the following error when I followed the instruction in https://github.com/UCTRONICS/UCTRONICS_Smart_Robot_Car_RaspberryPi/blob/master/C/Software%20User%20Guide.md to build the binary:

CMake Error: The source directory 
 "/home/pi/UCTRONICS_Smart_Robot_Car_RaspberryPi/mjpg-streamer-experimental" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make[1]: *** [cmake_check_build_system] Error 1

yuyang08 avatar Aug 27 '19 22:08 yuyang08

the script expects that you did the repo checkout into /home/pi. As quick fix do the repo checkout into /home/pi

back2war avatar Nov 14 '19 16:11 back2war