Lucstay11 / Brute-force-garage-and-hack-rf

Script with several tools to brute force garages, hack radio stations and capture and analyze radio signals with Raspberry Pi
164 stars 13 forks source link

make error #2

Closed LuckyFishGeek closed 1 year ago

LuckyFishGeek commented 1 year ago

OS:manjaro linux

git clone https://github.com/markondej/fm_transmitter cd fm_transmitter make

error:bcm_host.h: No such file or directory

Lucstay11 commented 1 year ago

OS:manjaro linux

git clone https://github.com/markondej/fm_transmitter cd fm_transmitter make

error:bcm_host.h: No such file or directory

The problem comes from the OS used. You use Manjaro while it is imperative to use Raspbian because it is he who allows you to control the GPIOs which send the signals.

LuckyFishGeek commented 1 year ago

ok thanks