Open KenwoodFox opened 6 years ago
you need to compile pisstv.c as stated in line 4 of the source: // Note: Compile me thus: gcc -lgd -lmagic -o sstvX sstvX.c
Sorry again if im just being stupid, I have no idea where to really look for how to fix this
pi@raspberrypi:~/SSTV/pisstv $ gcc -lgd -lmagic -o sstvX sstvX.c
gcc: error: sstvX.c: No such file or directory
pi@raspberrypi:~/SSTV/pisstv $ gcc -lgd -lmagic -o pisstv pisstv.c
/usr/bin/ld: /tmp/ccuRXYyq.o: undefined reference to symbol 'sin@@GLIBC_2.4'
//lib/arm-linux-gnueabihf/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
pi@raspberrypi:~/SSTV/pisstv $
Still cant seem to compile, am i missing software?
Hey! Ive done everything i could think of to make this work, i made a modification to the .sh file in your code to let it use a webcam image of the same size, image.png, i dont have a pi camera. Here is what Im getting though when i try to run pisstv.c as included in the sstvcam.sh
A little help would be super apreciated! thank you!