-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error #186
Comments
like there is having missing files, but what files🤔 |
The more important question is: using which OS (distro)? These libraries are normally included in Raspbian OS. I am assuming You are using Raspberry Pi board of any kind. If You're trying to cross compile the transmitter app try installing these packages before (https://raspberrypi.stackexchange.com/questions/36121/fatal-error-bcm-host-h-no-such-file-or-directory-compilation-terminated):
|
im using kali linux |
I will try compiling using kali linux and let you know if this issue can be solved |
g++ -Wall -O3 -std=c++11 -DVERSION="0.9.6" -DEXECUTABLE="fm_transmitter" -c fm_transmitter.cpp
g++ -Wall -O3 -std=c++11 -c mailbox.c
g++ -Wall -O3 -std=c++11 -c wave_reader.cpp
g++ -Wall -O3 -std=c++11 -fno-strict-aliasing -I/opt/vc/include -c transmitter.cpp
transmitter.cpp:36:10: fatal error: bcm_host.h: No such file or directory
36 | #include <bcm_host.h>
| ^~~~~~~~~~~~
compilation terminated.
make: *** [makefile:19: transmitter.o] Error 1
The text was updated successfully, but these errors were encountered: