juribeparada / MMDVM_CM

Cross-mode conversion tools for MMDVM software
43 stars 53 forks source link

DSTAR2YSF compiling error #69

Open Seong-Hwan opened 2 years ago

Seong-Hwan commented 2 years ago

I have a raspberry pi 3B and pi version is pi@raspberrypi:~/MMDVM_CM/DSTAR2YSF $ uname -a Linux raspberrypi 5.10.103-v8+ #1530 SMP PREEMPT Tue Mar 8 13:06:35 GMT 2022 aarch64 GNU/Linux

DSTAR2YSF compiling error happens as follows;

pi@raspberrypi:~/MMDVM_CM/DSTAR2YSF $ sudo make g++ -g -O3 -Wall -std=c++0x -pthread -c -o Conf.o Conf.cpp g++ -g -O3 -Wall -std=c++0x -pthread -c -o CRC.o CRC.cpp g++ -g -O3 -Wall -std=c++0x -pthread -c -o Golay24128.o Golay24128.cpp g++ -g -O3 -Wall -std=c++0x -pthread -c -o Log.o Log.cpp g++ -g -O3 -Wall -std=c++0x -pthread -c -o ModeConv.o ModeConv.cpp ModeConv.cpp:28:10: fatal error: md380_vocoder.h: No such file or directory 28 | #include | ^~~~~ compilation terminated. make: *** [Makefile:16: ModeConv.o] Error 1

How can I overcome this error?

W0CHP commented 2 years ago

You need https://github.com/nostar/md380_vocoder.git before compiling.