When installing AIRBAND feeder on my raspberry Pi3b (Raspian Stretch, WIFI enabled full edition) I get the following errors while installing. Pictures shown.
Its probably part of this portion which should be clairfied for users who are not completely knowledgable but have some knowledge of Linux.
Log in to your Pi as user pi, then:
cd /home/pi/RTLSDR-Airband
sudo make clean
* if you are building for RPi V1 type: PLATFORM=rpiv1 make
* if you are building for RPi V2 type: PLATFORM=rpiv2 make
when performing the sudo make clean do you add the following to the same command line? PLATFORM=rpiv2 make? or sudo make clean PLATFORM=rpiv2 make? When I googled this problem I have seen other posted in other forums the same problem.