Can't compile piControl
Posted: 28 Aug 2019, 11:09
I loaded the piControl C-stuff via git
git clone https://github.com/RevolutionPi/piControl.git
I can compile piTest. But in piControl make shows
epics@RevPi12773:~/REVPI/piControl $ make
echo "#define COMPILETIME \""`date`"\"" > compiletime.h
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -C M=/home/epics/REVPI/piControl modules
make[1]: *** M=/home/epics/REVPI/piControl: No such file or directory. Stop.
Makefile:41: recipe for target 'all' failed
make: *** [all] Error 2
git clone https://github.com/RevolutionPi/piControl.git
I can compile piTest. But in piControl make shows
epics@RevPi12773:~/REVPI/piControl $ make
echo "#define COMPILETIME \""`date`"\"" > compiletime.h
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -C M=/home/epics/REVPI/piControl modules
make[1]: *** M=/home/epics/REVPI/piControl: No such file or directory. Stop.
Makefile:41: recipe for target 'all' failed
make: *** [all] Error 2