Skip to content
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

Missing File #1

Closed
Paul-Kummer opened this issue Feb 21, 2022 · 1 comment
Closed

Missing File #1

Paul-Kummer opened this issue Feb 21, 2022 · 1 comment

Comments

@Paul-Kummer
Copy link

When attempting to run the Makefile I encounter this issue:


[START!]

mkdir -vp obj
g++ -Wall -fPIC -c -Ofast -mfpu=vfp -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -Iinclude/ src//SSD1306_OLED_graphics.cpp -o obj//SSD1306_OLED_graphics.o
In file included from src//SSD1306_OLED_graphics.cpp:10:
include/SSD1306_OLED.h:11:10: fatal error: bcm2835.h: No such file or directory
#include <bcm2835.h>
^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:47: obj//SSD1306_OLED_graphics.o] Error 1

Based on the error I need the bcm2835.h file, which I couldn't find in any of the directories.

@Paul-Kummer
Copy link
Author

I missed a step that had the dependency installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant